0byt3m1n1
Path:
/
data
/
0
/
0
/
2
/
17
/
2995
/
meta
/
3049
/
mysql.backup
/
[
Home
]
File: e_learning.bak.sql
-- MySQL dump 10.9 -- -- Host: 10.49.7.181 Database: e_learning -- ------------------------------------------------------ -- Server version 4.1.21-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!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 `adodb_logsql` -- DROP TABLE IF EXISTS `adodb_logsql`; CREATE TABLE `adodb_logsql` ( `created` datetime NOT NULL default '0000-00-00 00:00:00', `sql0` varchar(250) collate utf8_unicode_ci NOT NULL default '', `sql1` text collate utf8_unicode_ci NOT NULL, `params` text collate utf8_unicode_ci NOT NULL, `tracer` text collate utf8_unicode_ci NOT NULL, `timer` decimal(16,6) NOT NULL default '0.000000' ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `adodb_logsql` -- LOCK TABLES `adodb_logsql` WRITE; /*!40000 ALTER TABLE `adodb_logsql` DISABLE KEYS */; /*!40000 ALTER TABLE `adodb_logsql` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_assignment` -- DROP TABLE IF EXISTS `mdl_assignment`; CREATE TABLE `mdl_assignment` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `description` text collate utf8_unicode_ci NOT NULL, `format` tinyint(4) unsigned NOT NULL default '0', `assignmenttype` varchar(50) collate utf8_unicode_ci NOT NULL default '', `resubmit` tinyint(2) unsigned NOT NULL default '0', `preventlate` tinyint(2) unsigned NOT NULL default '0', `emailteachers` tinyint(2) unsigned NOT NULL default '0', `var1` int(10) default '0', `var2` int(10) default '0', `var3` int(10) default '0', `var4` int(10) default '0', `var5` int(10) default '0', `maxbytes` int(10) unsigned NOT NULL default '100000', `timedue` int(10) unsigned NOT NULL default '0', `timeavailable` int(10) unsigned NOT NULL default '0', `grade` int(10) NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `course` (`course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Defines assignments'; -- -- 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`; CREATE TABLE `mdl_assignment_submissions` ( `id` int(10) unsigned NOT NULL auto_increment, `assignment` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `timecreated` int(10) unsigned NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', `numfiles` int(10) unsigned NOT NULL default '0', `data1` text collate utf8_unicode_ci NOT NULL, `data2` text collate utf8_unicode_ci NOT NULL, `grade` int(11) NOT NULL default '0', `comment` text collate utf8_unicode_ci NOT NULL, `format` tinyint(4) unsigned NOT NULL default '0', `teacher` int(10) unsigned NOT NULL default '0', `timemarked` int(10) unsigned NOT NULL default '0', `mailed` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `assignment` (`assignment`), KEY `userid` (`userid`), KEY `mailed` (`mailed`), KEY `timemarked` (`timemarked`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Info about submitted assignments'; -- -- 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_backup_config` -- DROP TABLE IF EXISTS `mdl_backup_config`; CREATE TABLE `mdl_backup_config` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `value` varchar(255) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='To store backup configuration variables'; -- -- Dumping data for table `mdl_backup_config` -- LOCK TABLES `mdl_backup_config` WRITE; /*!40000 ALTER TABLE `mdl_backup_config` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_backup_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_backup_courses` -- DROP TABLE IF EXISTS `mdl_backup_courses`; CREATE TABLE `mdl_backup_courses` ( `id` int(10) unsigned NOT NULL auto_increment, `courseid` int(10) unsigned NOT NULL default '0', `laststarttime` int(10) unsigned NOT NULL default '0', `lastendtime` int(10) unsigned NOT NULL default '0', `laststatus` char(1) collate utf8_unicode_ci NOT NULL default '0', `nextstarttime` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `courseid` (`courseid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='To store every course backup status'; -- -- 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_files` -- DROP TABLE IF EXISTS `mdl_backup_files`; CREATE TABLE `mdl_backup_files` ( `id` int(10) unsigned NOT NULL auto_increment, `backup_code` int(10) unsigned NOT NULL default '0', `file_type` varchar(10) collate utf8_unicode_ci NOT NULL default '', `path` varchar(255) collate utf8_unicode_ci NOT NULL default '', `old_id` int(10) unsigned NOT NULL default '0', `new_id` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `backup_files_uk` (`backup_code`,`file_type`,`path`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='To store and recode ids to user and course files.'; -- -- Dumping data for table `mdl_backup_files` -- LOCK TABLES `mdl_backup_files` WRITE; /*!40000 ALTER TABLE `mdl_backup_files` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_backup_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_backup_ids` -- DROP TABLE IF EXISTS `mdl_backup_ids`; CREATE TABLE `mdl_backup_ids` ( `id` int(10) unsigned NOT NULL auto_increment, `backup_code` int(12) unsigned NOT NULL default '0', `table_name` varchar(30) collate utf8_unicode_ci NOT NULL default '', `old_id` int(10) unsigned NOT NULL default '0', `new_id` int(10) unsigned NOT NULL default '0', `info` mediumtext collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `backup_ids_uk` (`backup_code`,`table_name`,`old_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='To store and convert ids in backup/restore'; -- -- Dumping data for table `mdl_backup_ids` -- LOCK TABLES `mdl_backup_ids` WRITE; /*!40000 ALTER TABLE `mdl_backup_ids` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_backup_ids` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_backup_log` -- DROP TABLE IF EXISTS `mdl_backup_log`; CREATE TABLE `mdl_backup_log` ( `id` int(10) unsigned NOT NULL auto_increment, `courseid` int(10) unsigned NOT NULL default '0', `time` int(10) unsigned NOT NULL default '0', `laststarttime` int(10) unsigned NOT NULL default '0', `info` varchar(255) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='To store every course backup log info'; -- -- Dumping data for table `mdl_backup_log` -- LOCK TABLES `mdl_backup_log` WRITE; /*!40000 ALTER TABLE `mdl_backup_log` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_backup_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_block` -- DROP TABLE IF EXISTS `mdl_block`; CREATE TABLE `mdl_block` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(40) collate utf8_unicode_ci NOT NULL default '', `version` int(10) NOT NULL default '0', `cron` int(10) unsigned NOT NULL default '0', `lastcron` int(10) unsigned NOT NULL default '0', `visible` tinyint(1) NOT NULL default '1', `multiple` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=24 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `mdl_block` -- LOCK TABLES `mdl_block` WRITE; /*!40000 ALTER TABLE `mdl_block` DISABLE KEYS */; INSERT INTO `mdl_block` VALUES (1,'activity_modules',2006011300,0,0,1,0),(2,'admin',2004081200,0,0,1,0),(3,'blog_menu',2004112000,0,0,1,0),(4,'blog_tags',2006032000,0,0,1,1),(5,'calendar_month',2004081200,0,0,1,0),(6,'calendar_upcoming',2004052600,0,0,1,0),(7,'course_list',2004111600,0,0,1,0),(8,'course_summary',2004052600,0,0,1,0),(9,'glossary_random',2005040500,0,0,1,1),(10,'html',2004123000,0,0,1,1),(11,'loancalc',2005022100,0,0,1,0),(12,'login',2004081600,0,0,1,0),(13,'messages',2004122800,0,0,1,0),(14,'news_items',2005030800,0,0,1,0),(15,'online_users',2006030100,0,0,1,0),(16,'participants',2004052600,0,0,1,0),(17,'quiz_results',2005082300,0,0,1,1),(18,'recent_activity',2004042900,0,0,1,0),(19,'rss_client',2005111400,0,0,1,1),(20,'search_forums',2005030900,0,0,1,0),(21,'section_links',2004052800,0,0,1,0),(22,'site_main_menu',2005061300,0,0,1,0),(23,'social_activities',2004041800,0,0,1,0); /*!40000 ALTER TABLE `mdl_block` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_block_instance` -- DROP TABLE IF EXISTS `mdl_block_instance`; CREATE TABLE `mdl_block_instance` ( `id` int(10) NOT NULL auto_increment, `blockid` int(10) NOT NULL default '0', `pageid` int(10) NOT NULL default '0', `pagetype` varchar(20) collate utf8_unicode_ci NOT NULL default '', `position` varchar(10) collate utf8_unicode_ci NOT NULL default '', `weight` tinyint(3) NOT NULL default '0', `visible` tinyint(1) NOT NULL default '0', `configdata` text collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `pageid` (`pageid`), KEY `pagetype` (`pagetype`) ) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `mdl_block_instance` -- LOCK TABLES `mdl_block_instance` WRITE; /*!40000 ALTER TABLE `mdl_block_instance` DISABLE KEYS */; INSERT INTO `mdl_block_instance` VALUES (1,22,1,'course-view','l',0,1,''),(2,2,1,'course-view','l',1,1,''),(3,8,1,'course-view','r',0,1,''),(4,5,1,'course-view','r',1,1,''),(5,16,2,'course-view','l',0,1,''),(6,1,2,'course-view','l',1,1,''),(7,20,2,'course-view','l',2,1,''),(8,2,2,'course-view','l',3,1,''),(9,7,2,'course-view','l',4,1,''),(10,14,2,'course-view','r',0,1,''),(11,6,2,'course-view','r',1,1,''),(12,18,2,'course-view','r',2,1,''),(13,16,3,'course-view','l',0,1,''),(14,1,3,'course-view','l',1,1,''),(15,20,3,'course-view','l',2,1,''),(16,2,3,'course-view','l',3,1,''),(17,7,3,'course-view','l',4,1,''),(18,14,3,'course-view','r',0,1,''),(19,6,3,'course-view','r',1,1,''),(20,18,3,'course-view','r',2,1,''); /*!40000 ALTER TABLE `mdl_block_instance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_block_pinned` -- DROP TABLE IF EXISTS `mdl_block_pinned`; CREATE TABLE `mdl_block_pinned` ( `id` int(10) NOT NULL auto_increment, `blockid` int(10) NOT NULL default '0', `pagetype` varchar(20) collate utf8_unicode_ci NOT NULL default '', `position` varchar(10) collate utf8_unicode_ci NOT NULL default '', `weight` tinyint(3) NOT NULL default '0', `visible` tinyint(1) NOT NULL default '0', `configdata` text collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `pagetype` (`pagetype`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `mdl_block_pinned` -- LOCK TABLES `mdl_block_pinned` WRITE; /*!40000 ALTER TABLE `mdl_block_pinned` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_block_pinned` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_block_rss_client` -- DROP TABLE IF EXISTS `mdl_block_rss_client`; CREATE TABLE `mdl_block_rss_client` ( `id` int(11) NOT NULL auto_increment, `userid` int(11) NOT NULL default '0', `title` text collate utf8_unicode_ci NOT NULL, `preferredtitle` varchar(64) collate utf8_unicode_ci NOT NULL default '', `description` text collate utf8_unicode_ci NOT NULL, `url` varchar(255) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Remote news feed information. Contains the news feed id, the'; -- -- 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_tag_instance` -- DROP TABLE IF EXISTS `mdl_blog_tag_instance`; CREATE TABLE `mdl_blog_tag_instance` ( `id` int(10) NOT NULL auto_increment, `entryid` int(10) NOT NULL default '0', `tagid` int(10) NOT NULL default '0', `groupid` int(10) NOT NULL default '0', `courseid` int(10) NOT NULL default '0', `userid` int(10) NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `bti_entryid_idx` (`entryid`), KEY `bti_tagid_idx` (`tagid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='tag instance for blogs.'; -- -- Dumping data for table `mdl_blog_tag_instance` -- LOCK TABLES `mdl_blog_tag_instance` WRITE; /*!40000 ALTER TABLE `mdl_blog_tag_instance` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_blog_tag_instance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_cache_filters` -- DROP TABLE IF EXISTS `mdl_cache_filters`; CREATE TABLE `mdl_cache_filters` ( `id` int(10) unsigned NOT NULL auto_increment, `filter` varchar(32) collate utf8_unicode_ci NOT NULL default '', `version` int(10) unsigned NOT NULL default '0', `md5key` varchar(32) collate utf8_unicode_ci NOT NULL default '', `rawtext` text collate utf8_unicode_ci NOT NULL, `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `filtermd5key` (`filter`,`md5key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='For keeping information about cached data'; -- -- 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_text` -- DROP TABLE IF EXISTS `mdl_cache_text`; CREATE TABLE `mdl_cache_text` ( `id` int(10) unsigned NOT NULL auto_increment, `md5key` varchar(32) collate utf8_unicode_ci NOT NULL default '', `formattedtext` longblob NOT NULL, `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `md5key` (`md5key`) ) ENGINE=MyISAM AUTO_INCREMENT=111 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='For storing temporary copies of processed texts'; -- -- Dumping data for table `mdl_cache_text` -- LOCK TABLES `mdl_cache_text` WRITE; /*!40000 ALTER TABLE `mdl_cache_text` DISABLE KEYS */; INSERT INTO `mdl_cache_text` VALUES (1,'b89c4ed0e6f2bb1b60ba224e84d1b9fb','',1158743517),(2,'cb2ce9d1692064e0032f195cbb29a52a','<p>This user is a special user that allows read-only access to some courses.</p>',1158660046),(3,'4c77972b9d2370bf4dd282787f19366d','',1158738510),(4,'acbee8f0026b4482eadb585430d46046','Write a concise and interesting paragraph here that explains what this course is about',1158660218),(5,'e4563a5281f4e44e71143dbda81953dd','<p>General news and announcements</p>',1158695406),(6,'98df61fb33461fd0e65bf46ee0e24ef9','Flight Time Limitations, Crew Scheduling, Policy and Procedure Course',1158660459),(7,'69bcaa8d11193cc7d2e7146ee64d4d9e','<pre><b><i><u><span style=\"FONT-SIZE: 16pt; COLOR: #0167ff; FONT-FAMILY: Arial\">Who Should Attend? <?xml:namespace prefix = o ns = \"urn:schemas-microsoft-com:office:office\" /><o:p></o:p></span></u></i></b></pre>',1158660497),(8,'51b97ac50814c7875f73a30ce70ea6c8','Flight Time Limitations, Crew Scheduling, Policy and Procedure Course.',1158661411),(9,'66f00e341666cfee586bfa2c95f9db07','<p></p>',1158660760),(10,'83cb21b6de4e9f9f310285ef51da2a28','<p>· New employees who work, or are to work in Flight Operation Department. (I.e. Crew scheduling, Flight planning, Dispatchers and Cabin Crew staff). <br />· Operation Control Center (O.C.C.). <br />· Potential Station Managers. <br />· Personal assistants within the international airline industry who wish to enhance their professional skills. <br /></p>',1158660763),(11,'5d2da4c81402dce5002374b625092a9f','<p>· New employees who work, or are to work in Flight Operation Department. (I.e. Crew scheduling, Flight planning, Dispatchers and Cabin Crew staff). <br />\r\n· Operation Control Center (O.C.C.). <br />\r\n· Potential Station Managers. <br />\r\n· Personal assistants within the international airline industry who wish to enhance their professional skills. <br />\r\n<br />\r\n</p>',1158660788),(12,'f647474164efbde313cf64294ff8a6f9','· New employees who work, or are to work in Flight Operation Department. (I.e. Crew scheduling, Flight planning, Dispatchers and Cabin Crew staff). <br />\r\n· Operation Control Center (O.C.C.). <br />\r\n· Potential Station Managers. <br />\r\n· Personal assistants within the international airline industry who wish to enhance their professional skills. <br />\r\n<br />\r\n',1158660853),(13,'4edcc59af4d706130299991dd210c18a','· New employees who work, or are to work in Flight Operation Department.<br />\r\n(I.e. Crew scheduling, Flight planning, Dispatchers and Cabin Crew staff). <br />\r\n· Operation Control Center (O.C.C.). <br />\r\n· Potential Station Managers. <br />\r\n· Personal assistants within the international airline industry who wish to enhance their professional skills. <br />\r\n<br />\r\n',1158660902),(14,'c8e69eff2d18e3e3adc969e5be168244','· New employees who work, or are to work in Flight Operation Department.<br />\r\n (I.e. Crew scheduling, Flight planning, Dispatchers and Cabin Crew staff). <br />\r\n· Operation Control Center (O.C.C.). <br />\r\n· Potential Station Managers. <br />\r\n· Personal assistants within the international airline industry who wish to enhance their professional skills. <br />\r\n<br />\r\n',1158660912),(15,'e2884065346ed173ac00d9938f087897','<p>The course consist of 6 days, with extensive home study required. </p>',1158660967),(16,'b3e432bbcfabba42477de2ea30ac64db','<p>1-Knows how to analyzes and evaluates Crew scheduling and time limitations information to determine potential hazards to safety of crew and also to select the most desirable and economic ways for crew rescheduling. <br />\r\n2-Learn to share responsibility with the Crew for the safety and operational control of flights under his guidance. <br />\r\n3-Determining how to authorize regulates and controls commercial airline flights according to government and company regulations to expedite and ensure safety of flight. <br />\r\n4-Understand the computation of crew time limitation required for the safe completion of monthly schedule according to each type of aircraft also time of flight, and weather conditions affecting the flight prescribed by CIVIL Aviation Regulations. <br />\r\n</p>',1158661044),(17,'4c48c716efacb7ef1803ce8c325d8c5b','<pre><b><i><u><span style=\"FONT-SIZE: 18pt; COLOR: #0167ff; FONT-FAMILY: Arial\">Course Contents<?xml:namespace prefix = o ns = \"urn:schemas-microsoft-com:office:office\" /><o:p></o:p></span></u></i></b></pre>',1158661076),(18,'a2872b335829c79ac359c94df90d3e3b','<p><strong>· New employees who work, or are to work in Flight Operation Department. (I.e. Crew scheduling, Flight planning, Dispatchers and Cabin Crew staff). <br />· Operation Control Center (O.C.C.). <br />· Potential Station Managers. <br />· Personal assistants within the international airline industry who wish to enhance their professional skills. <br /></strong></p>',1158661172),(19,'a6b2ffea077b4353480deb56e15b0204','',1158701936),(20,'d0c52f66ab488f6355cbed46514f6c5a','<p><strong><font face=\"arial,helvetica,sans-serif\"><u>Who Should Attend?</u></font></strong></p>\r\n<p><strong><font face=\"arial,helvetica,sans-serif\">·New employees who work, or are to work in Flight Operation Department. (I.e. Crew scheduling, Flight planning, Dispatchers and Cabin Crew staff). <br />· Operation Control Center (O.C.C.). <br />· Potential Station Managers. <br />· Personal assistants within the international airline industry who wish to enhance their professional skills. <br /></font></p></strong>',1158661223),(21,'b00e2eeb34b954e1832fa1a7aa42dde4','<p><strong><font face=\"arial,helvetica,sans-serif\"><u>Who Should Attend?</u></font></strong></p>\r\n<p><strong><font face=\"arial,helvetica,sans-serif\">·New employees who work, or are to work in Flight Operation Department.<br /></font></strong><strong><font face=\"arial,helvetica,sans-serif\">(I.e. Crew scheduling, Flight planning, Dispatchers and Cabin Crew staff). <br />· Operation Control Center (O.C.C.). <br />· Potential Station Managers. <br />· Personal assistants within the international airline industry who wish to enhance their professional skills. <br /></p></font></strong>',1158661246),(22,'cc6a4540ad2d7ef471b50441dd2c635b','<p><strong><font face=\"arial,helvetica,sans-serif\"><u>Who Should Attend?</u></font></strong></p>\r\n<p><strong><font face=\"arial,helvetica,sans-serif\">·<font size=\"2\">New employees who work, or are to work in Flight Operation Department.<br /></font></font></strong><strong><font face=\"arial,helvetica,sans-serif\"><font size=\"2\">(I.e. Crew scheduling, Flight planning, Dispatchers and Cabin Crew staff). <br />· Operation Control Center (O.C.C.). <br />· Potential Station Managers. <br />· Personal assistants within the international airline industry who wish to enhance their professional skills. <br /></font></p></font></strong>',1158701703),(23,'3600be36f16deae2d16ff4e9ae0e9b4d','<p><strong><u>Course Length</u></strong> </p>\r\n<p><strong><font face=\"arial,helvetica,sans-serif\" size=\"2\">The course consist of 6 days, with extensive home study required.</font></strong></p>',1158695492),(24,'725e8ca7d9c1f02f354fe10554ef348b','<p><strong>How Will I Benefit </strong></p>\r\n<p><font size=\"2\"><font face=\"arial,helvetica,sans-serif\"><strong>1- Knows how to analyzes and evaluates Crew scheduling and time limitations information to determine potential hazards to safety of crew and also to select the most desirable and economic ways for crew rescheduling. </strong></font></font></p>\r\n<p><font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>2-Learn to share responsibility with the Crew for the safety and operational control of flights under his guidance. </strong></font></p>\r\n<p><font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>3-Determining how to authorize regulates and controls commercial airline flights according to government and company regulations to expedite and ensure safety of flight. </strong></font></p>\r\n<p><strong><font face=\"arial,helvetica,sans-serif\" size=\"2\">4-</font><font face=\"arial,helvetica,sans-serif\" size=\"2\">Understand the computation of crew time limitation required for the safe completion of monthly schedule according to each type of aircraft also time of flight, and weather conditions affecting the flight prescribed by CIVIL Aviation Regulations.</font> </strong></p>',1158663287),(25,'06388e7d6746f89697c05c073d779271','الأسبوع الأول',1158661892),(26,'665f6bd23d8aabeeccaecd2235282a71','<p align=\"center\"><strong>Fisrt Week</strong></p>',1158662328),(27,'b78cae4473e36ef76028f6fa3774c3b7','<p><font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong><u><font size=\"3\">Course Contents<br /></font></u><br />· Flight Time Limitation based on Airbus Industries. <br /><br />1. Terminology. <br />2. Block time, Cumulative Duty Periods and Flight Duty Periods. <br />3. Rest Requirements, Standby and Positioning. <br />4. Exceedances of Flight and Duty Time limitations and/ or Reductions of Rest periods and Unforeseen Circumstances. <br /><br />· Flight, Duty Time limitations and Rest Requirements Based on R.J. Policy. <br /><br />1. Civil Aviation Regulations(CAR 6.341-9) <br />2. Weekly, Monthly and Yearly. <br />3. Augmented Flight Crew Airline Policy. <br />4. Bidding system, Assignment System and Policy and Procedure. <br />5. Rules and Procedures for Crew Pattern Layover. <br />6. Minimum Rest Time Calculations. <br /><br />· Guide to flight Time Limitations and Rest Requirements <br /> 1. YEARLY, MONTHLY & WEEKLY FLIGHT LIMITS <br /> 2. GUARANTEED MINIMUM REST <br /> 3. SEVEN-DAY REST REQUIREMENT <br /> 4. DEADHEADING IS NOT REST <br /> 5. THE EXCUSAL PROVISION <br /> 6. RESERVE REST <br /> 7. FLAG (INTERNATIONAL) FLIGHT TIME LIMITATIONS <br /> 8. SUPPLEMENTAL (NON-SCHEDULED) OPERATIONS<br /> <br />· Flight Operations Department Communication. <br />· Company Operation Manual. <br /><br />1. Flight Duty Time Limitations/Monitoring System <br /><br />· Part 1, Standard Rules. <br />· Part 11, Operations Specifications. <br />· International Air Carrier Association IACA Proposal To Amend <br /><br />1. Objective and Scope <br />2. Definitions <br />3. Flight and Duty Limitations <br />4. Maximum Daily Flight Duty Period(FDP) <br />5. Rest. <br />6. Days Off.<br /> <br />· Duty Time Limitation Based on Jordan Civil Aviation Regulation(JCAR). <br />· Monthly, Weakly and daily Forms. <br /></strong></font></p>',1158695488),(28,'fafed0edf5fca1423b3086f77e121060','<p align=\"center\"><font face=\"arial,helvetica,sans-serif\"><strong>Fisrt Week<br />Flight Time Limitations </strong></font></p>',1158662442),(29,'3ea8a37d0fb5628023b895579b714d2c','<p align=\"center\"><font face=\"arial,helvetica,sans-serif\"><strong>Flight Time Limitations </strong></font></p>',1158663003),(30,'ef500becdd22e361eaa16a5f26c03acd','<p align=\"center\"><font face=\"arial,helvetica,sans-serif\"><strong>Terminology </strong></font></p>',1158663003),(31,'fb6e9d4bb2f9410a33b29240c4b46753','<p align=\"right\"><font face=\"arial,helvetica,sans-serif\"><strong>FLIGHT AND DUTY TIME LIMITATIONS AND REST REQUIREMENTS </strong></font></p>',1158662632),(32,'183724d8889557041e31b0d7997969ac','<p align=\"center\"><font face=\"arial,helvetica,sans-serif\"><strong>Flight & Duty Time Limitations & Rest Requirements </strong></font></p>',1158663003),(33,'a518b789e4794793b2fd7eb6d0458ff3','<p align=\"center\"><strong><font face=\"arial,helvetica,sans-serif\">EXCEEDANCES OF FLIGHT AND DUTY TIME LIMITATIONS AND/OR REDUCTIONS OF REST PERIODS </font></strong></p>',1158662731),(34,'0b1ccbb4a07ee67dfca0801aafe3c72f','<p align=\"center\"><strong><font face=\"arial,helvetica,sans-serif\">Exceedances Of Flight & Duty Time Limitations &/Or Reductions Of Rest Periods </font></strong></p>',1158663003),(35,'f09592f676283aede6fa9facccd613a8','<p align=\"center\"><font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>Flight Time Limitations </strong></font></p>',1158663013),(36,'d744a0cae377414bcc497033ab2c50b3','<p align=\"center\"><font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>Terminology </strong></font></p>',1158663022),(37,'b218bf2fc0bf81a6b057e6535b79f8cc','<p align=\"center\"><font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>Flight & Duty Time Limitations & Rest Requirements </strong></font></p>',1158663030),(38,'ec6e1d858ba9fb962b2b91ca436ed480','<p align=\"center\"><strong><font face=\"arial,helvetica,sans-serif\" size=\"2\">Exceedances Of Flight & Duty Time Limitations &/Or Reductions Of Rest Periods </font></strong></p>',1158663042),(39,'b75e49e75361352eef8c51fb172499f2','<p align=\"left\"><font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>Flight Time Limitations </strong></font></p>',1158663992),(40,'c605ceb987f4fcd155875e9e2e499dad','<p align=\"left\"><font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>Terminology </strong></font></p>',1158664060),(41,'275ed9bb31aa0e88b9d482bd2311f0cb','<p align=\"left\"><font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>Flight & Duty Time Limitations & Rest Requirements </strong></font></p>',1158664136),(42,'fa0a8cf154fb9c58ddca0ff15958a01e','<p align=\"left\"><strong><font face=\"arial,helvetica,sans-serif\" size=\"2\">Exceedances Of Flight & Duty Time Limitations &/Or Reductions Of Rest Periods </font></strong></p>',1158664136),(43,'26a5ede0e1ee65137b674c1a226b65c9','<p>You Can Chat On Line !</p>',1158701778),(44,'d1da72b9ca35847a4221d0bbb2e8439f','<p><font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>Flight Time Limitations, Crew Scheduling, Policy and Procedure Course.</strong></font></p>',1158738511),(45,'aeeb2d53aa50a4336ff6a49987b1e490','hi',1158663302),(46,'1cf9ac5044f642d607003cad81fc2ef8','<p align=\"left\"><font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>Flight Time Limitation based on Airbus Industries.</strong></font></p>',1158738511),(47,'a8186ea5354e8609c408bac6a30dc3a4','<p align=\"left\"><font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>Flight, Duty Time limitations and Rest Requirements Based on R.J. Policy.</strong></font></p>',1158738511),(48,'d35c9d5dad4315c88cf38f5992a20db7','<p align=\"left\"><font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>Guide to flight Time Limitations and Rest Requirements.</strong></font></p>',1158738511),(49,'9e7ebb7870010a4f0e44890a4715d36d','<p align=\"left\"><strong><font face=\"arial,helvetica,sans-serif\" size=\"2\">Flight Operations Department Communication.</font></strong></p>',1158738511),(50,'c2268780b4b80edf855f0eb01a5cd7e2','<p><strong><font face=\"arial,helvetica,sans-serif\" size=\"2\">Company Operation Manual.</font></strong></p>',1158738511),(51,'4c7d0eb8cc7429c8bc8c2bdf64bf83be','<font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>International Air Carrier Association IACA Proposal To Amend</strong></font>',1158738511),(52,'69ffe45a33ee9435e27eb02a7b306504','<font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>Duty Time Limitation Based on Jordan Civil Aviation Regulation(JCAR).</strong></font>',1158738511),(53,'9d1dad88ce5d857b1c430b2338d27321','<font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>Monthly, Weakly and daily Forms.</strong></font>',1158670897),(54,'8f92b69fa1ac18fbfb9215c79c1e02e9','<p class=\"a5-5Note\" style=\"MARGIN: 0in 0in 0pt; TEXT-ALIGN: center; tab-stops: .5in\" align=\"center\"><span lang=\"EN-GB\"><font face=\"Arial\" size=\"2\">The terms more specific to this chapter are defined here:</font></span></p>\r\n<p class=\"a5-5Note\" style=\"MARGIN: 0in 0in 0pt; TEXT-ALIGN: right; tab-stops: .5in\" align=\"right\"><span lang=\"EN-GB\"><?xml:namespace prefix = o ns = \"urn:schemas-microsoft-com:office:office\" /><o:p><font face=\"Arial\" size=\"2\"> </font></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Actual flight operation</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: Starts at the reporting time and ends when the crew goes off duty.<span style=\"mso-spacerun: yes\"> </span><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Adequate facilities</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: A quiet and comfortable on board break area separated and screened from the flight deck and passengers, with reclining seats as a minimum.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Augmented flight crew</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: A flight crew which comprises more than the minimum number required for the operation of the aircraft and in which each flight crew member can leave his post and be replaced by another appropriately qualified flight crew member.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Block time</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: The total time from the moment an aircraft first moves for the purpose of taking off until the moment it comes to rest at the end of the flight.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Break</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: A period free of all duties, which counts as duty, being less than a rest period.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Day</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: A period from 00:00 to 24:00 local time at home base.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Duty</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: Any task, flying or non-flying, associated with the employer\'s business, which a crewmember is required to perform.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Duty period (DP)</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: A period, which starts when the crewmember is required by an operator to report for a duty and ends when the crewmember is free from all duties.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Early start/late finish</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: A flight duty period that starts before 08:00 or finish after 01:00 local time to which a crewmember is time zone adapted.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Flight Duty Period (FDP)</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: The total time from the moment a crew member commences duty, immediately subsequent to a rest period and prior to making a flight or series of flight, to the end of safety duties related such a flight or series of flights.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Flight Time</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: total of block times of a series of flights included in the same FDP<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Home base</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: The place nominated by the operator to each individual crew member from where the crewmember normally starts and ends a duty period or a series of duty periods and at which place, the operator is not responsible for the accommodation of the crew member concerned.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Local day</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: A 24-hour period commencing at 00:00 local time.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></b></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Notification time</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: The period of time that an operator allows between the time a crew member on standby or who is holding himself available, receives a call requiring him to report for duty and the time he reports for that duty.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; tab-stops: -.5in; mso-hyphenate: none\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Operating crewmember</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: A crewmember who carries out his duties in an aircraft during the flight or during any part of the flight.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Operator\'s scheme</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: The set of quantitative and qualitative parameters defining the limits and conditions within which any individual crew roster shall be included.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Option of the Authority</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: The right of the authority to choose an alternative prescribed in the requirements on a general, country-wide, basis or a non-discriminatory basis for individual operators.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Positioning</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: The time which a crew member spends, at the behest of the operator aboard an aircraft without being charged with duties in order to be positioned to take up his flight duty at an airport other than the airport where his preceding duty ended. The same applies to positioning y surface transport.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Reporting time</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: The time at which a crewmember is required by an operator to report for any duty.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Rest period</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">:<b style=\"mso-bidi-font-weight: normal\"> </b>An uninterrupted and defined period of time during which a crewmember is free of all duties and/or standby.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Seat time</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: The time spent by a flight crew member, in an operating capacity, at his flight crew station during flight time.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Split duty</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: A flight duty period, which consists of two duties, separated by a break.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Standby</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: A defined period of time during which a crew member has not been assigned to any duty, but during which he is required by the operator to be available to receive an assignment for duty without an intervening rest period.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Suitable accommodation</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: A suitably furnished bedroom, with single occupancy, which is subject to minimum noise, is well ventilated and has the facility to control the level of light and temperature, which provides for the opportunity of undisturbed rest.<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">Time difference</span></b><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\">: The number of hours separating local standard time at two locations (disregarding \"daylight saving time\").<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" dir=\"rtl\" style=\"MARGIN: 0in 28.35pt 0pt 0in; TEXT-INDENT: -28.35pt; TEXT-ALIGN: left; tab-stops: -.5in; mso-hyphenate: none\" align=\"right\"><span lang=\"EN-GB\" dir=\"ltr\" style=\"FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB\"><o:p> </o:p></span></p><b style=\"mso-bidi-font-weight: normal\"><span lang=\"EN-GB\" style=\"FONT-SIZE: 12pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-language: AR-JO; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US\">Time zone adapted</span></b><span lang=\"EN-GB\" style=\"FONT-SIZE: 12pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-language: AR-JO; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US\">: a crew member is deemed to be time zone adapted at the commencement of an FDP, whenever he has spent 8 times the time zone difference in hours within a time band three hours wide containing the place where the duty commences.</span>',1158666103),(55,'a6bb1d62d0d49cb3d20a26b81a1434cc','<p dir=\"rtl\"><i>This section presents one scheme for Flight Time Limitations (FTL), but operators can adapt the rostering of their aircrew in another way provided it guarantees that fatigue will not endanger the safety of any flight. </i></p>\r\n<p dir=\"rtl\"></p>\r\n<p dir=\"rtl\">Some information concerning requirement for FTL follows. </p>\r\n<p dir=\"rtl\">The minimum components of an FTL scheme are the quantified limits which an operator apply for the following parameters: </p>\r\n<p dir=\"rtl\"></p>\r\n<p>· The maximum length of flight duty and/or seat time on a daily basis taking into account : </p>\r\n<p>- the time of report, with a special attention to night flying and early starts, </p>\r\n<p>- time zone difference, </p>\r\n<p>- number of sector flown, </p>\r\n<p>- crew composition, </p>\r\n<p>- lengthy and nature of breaks </p>\r\n<p>· The maximum amount of duty and/or flying over 7 days, 28 days and 90 days (or any other period of time which the operator demonstrate as being more relevant to its own type of activity) </p>\r\n<p>· The minimum rest period, taking into accounts the nature and length of previous tasks. </p>\r\n<p dir=\"rtl\"></p>\r\n<p dir=\"rtl\">A code of practices describing all pertinent elements for the application and interpretation of the FTL scheme has to be established. It is intended to cover: </p>\r\n<p dir=\"rtl\"></p>\r\n<p>· The definition of pre-flight duties part of the flight duty period; </p>\r\n<p>· The provisions made to satisfy physiological needs, such as eating, during the flight duty periods; </p>\r\n<p>· The description of the understanding by the operator of what it shall provide as suitable accommodation or adequate facilities; </p>\r\n<p>· The travelling time and conditions taken into consideration when defining rest periods at home base or on journey; </p>\r\n<p>· The provisions applicable to positioning by air or surface transportation; </p>\r\n<p>· Guidelines for aircrew self behaviour when not on duty; in particular for health monitoring and extra-professional activities, with a special attention to flying activities; </p>\r\n<p>· Guidelines on techniques for managing fatigue and maintaining alertness; </p>\r\n<p>· The details of reserve in particular nature and timing of notification; </p>\r\n<p>· The conditions and procedures to be applied in case of operational urgency and Commander\'s discretion. </p>\r\n<p dir=\"rtl\"></p>\r\n<p dir=\"rtl\"></p>\r\n<p dir=\"rtl\"><i>Hereafter is enclosed one approach for Flight and Duty Time limitations and rest requirements. </i></p>',1158665251),(56,'e089a4f1d964f7f9a1b6587126d44d27','<p dir=\"rtl\" align=\"left\"><i>This section presents one scheme for Flight Time Limitations (FTL), but operators can adapt the rostering of their aircrew in another way provided it guarantees that fatigue will not endanger the safety of any flight. </i></p>\r\n<p dir=\"rtl\" align=\"left\"></p>\r\n<p dir=\"rtl\" align=\"left\">Some information concerning requirement for FTL follows. </p>\r\n<p dir=\"rtl\" align=\"left\">The minimum components of an FTL scheme are the quantified limits which an operator apply for the following parameters: </p>\r\n<p dir=\"rtl\" align=\"left\"></p>\r\n<p align=\"left\">· The maximum length of flight duty and/or seat time on a daily basis taking into account : </p>\r\n<p align=\"left\">- the time of report, with a special attention to night flying and early starts, </p>\r\n<p align=\"left\">- time zone difference, </p>\r\n<p align=\"left\">- number of sector flown, </p>\r\n<p align=\"left\">- crew composition, </p>\r\n<p align=\"left\">- lengthy and nature of breaks </p>\r\n<p align=\"left\">· The maximum amount of duty and/or flying over 7 days, 28 days and 90 days (or any other period of time which the operator demonstrate as being more relevant to its own type of activity) </p>\r\n<p align=\"left\">· The minimum rest period, taking into accounts the nature and length of previous tasks. </p>\r\n<p dir=\"rtl\" align=\"left\"></p>\r\n<p dir=\"rtl\" align=\"left\">A code of practices describing all pertinent elements for the application and interpretation of the FTL scheme has to be established. It is intended to cover: </p>\r\n<p dir=\"rtl\" align=\"left\"></p>\r\n<p align=\"left\">· The definition of pre-flight duties part of the flight duty period; </p>\r\n<p align=\"left\">· The provisions made to satisfy physiological needs, such as eating, during the flight duty periods; </p>\r\n<p align=\"left\">· The description of the understanding by the operator of what it shall provide as suitable accommodation or adequate facilities; </p>\r\n<p align=\"left\">· The travelling time and conditions taken into consideration when defining rest periods at home base or on journey; </p>\r\n<p align=\"left\">· The provisions applicable to positioning by air or surface transportation; </p>\r\n<p align=\"left\">· Guidelines for aircrew self behaviour when not on duty; in particular for health monitoring and extra-professional activities, with a special attention to flying activities; </p>\r\n<p align=\"left\">· Guidelines on techniques for managing fatigue and maintaining alertness; </p>\r\n<p align=\"left\">· The details of reserve in particular nature and timing of notification; </p>\r\n<p align=\"left\">· The conditions and procedures to be applied in case of operational urgency and Commander\'s discretion. </p>\r\n<p dir=\"rtl\" align=\"left\"></p>\r\n<p dir=\"rtl\" align=\"left\"></p>\r\n<p dir=\"rtl\" align=\"left\"><i>Hereafter is enclosed one approach for Flight and Duty Time limitations and rest requirements. </i></p>',1158665263),(57,'c82c2c7a62179289dd8173add7d3292c','<font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>1-TERMINOLOGY</strong><br /> <br /><strong>2-FLIGHT AND DUTY TIME LIMITATIONS AND REST REQUIREMENTS <br />Flight time limitations</strong><br /> Flight time limitations<br /> Block times (flight crew only)<br /> Cumulative duty periods<br /> Flight duty periods (FDP)<br /> Rest requirements<br /> Standby<br /> Positioning<br /> <br /><strong>3-EXCEEDANCES OF FLIGHT AND DUTY TIME LIMITATIONS AND/OR REDUCTIONS OF REST PERIODS</strong> </font>',1158668149),(58,'cdee0f9ef66591e9fe1b066b71530bb5','<font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>1-TERMINOLOGY</strong><br /><br /><strong>2-FLIGHT AND DUTY TIME LIMITATIONS AND REST REQUIREMENTS <br />Flight time limitations</strong><br /> Flight time limitations<br /> Block times (flight crew only)<br /> Cumulative duty periods<br /> Flight duty periods (FDP)<br /> Rest requirements<br /> Standby<br /> Positioning<br /><br /><strong>3-EXCEEDANCES OF FLIGHT AND DUTY TIME LIMITATIONS AND/OR REDUCTIONS OF REST PERIODS</strong> <br /> Exceedances of flight time limitations<br /> Block times<br /> Cumulative duty periods<br /> Flight duty periods<br /> Reduction of rest period<br /> Unforeseen circumstances<br /></font>',1158672025),(59,'bc9d05a4ac87ba9a0895fa84f15c1a4c','<table cellspacing=\"0\" cellpadding=\"0\" width=\"744\" border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"360\">\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>0. Table Of Contents 15 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>1. Flight Duty Limitation and Rest Requirement 16 </strong></p>\r\n<p dir=\"ltr\"><strong>1.1. Introduction 16 </strong></p>\r\n<p dir=\"ltr\"><strong>1.2. Cockpit Crew Composition 16 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>1.3. Civil Aviation Authority Regulations ( </strong>CAR Q <strong>) 16 </strong></p>\r\n<p dir=\"ltr\"><strong>1.3.1. Introduction 16 </strong></p>\r\n<p dir=\"ltr\"><strong>1.3.2. Applicability ( </strong>CAR 6.341 <strong>) 17 </strong></p>\r\n<p dir=\"ltr\"><strong>1.3.3. Definition and Terms ( </strong>CAR.6.343 <strong>)17-18 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>1.4. Weekly, Monthly and Yearly ( </strong>CAR 6.345 <strong>) 19 </strong></p>\r\n<p dir=\"ltr\"><strong>1.4.1. Calculation of Duty Periods </strong>(CAR 6.349) 19 </p>\r\n<p dir=\"ltr\"><strong>1.4.2. Rest Requirements </strong>(CAR 6.351) 19 </p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>1.5. Flight and Duty Time Limitations ( </strong>CAR 6.353 <strong>) 20 </strong></p>\r\n<p dir=\"ltr\"><strong>1.5.1. Flight and Duty Period 20 </strong></p>\r\n<p dir=\"ltr\"><strong>1.5.2. Waivers and Exemptions 20 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>1.6. Augmented and DBL Crew OPS. Airline Policy 20 </strong></p>\r\n<p dir=\"ltr\"><strong>1.6.1. General 20 </strong></p>\r\n<p dir=\"ltr\"><strong>1.6.2. Pilot in Command Order of Assignment 21 </strong></p>\r\n<p dir=\"ltr\"><strong>1.6.3. Augmented Flight Crews ( </strong>CAR 6.355 <strong>) 21 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2. FLIGHT CREW SCHEDULING 21 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.1. Bidding Lines System, Policy and Procedure 21 </strong></p>\r\n<p dir=\"ltr\"><strong>2.1.1. Introduction 21 </strong></p>\r\n<p dir=\"ltr\"><strong>2.1.2. Bidding Lines System 21 </strong></p>\r\n<p dir=\"ltr\"><strong>2.1.3. Bidding Policy 22 </strong></p>\r\n<p dir=\"ltr\"><strong>2.1.4. Bidding Procedure 22 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.2. Assignment and Assignment Preference System23 </strong></p>\r\n<p dir=\"ltr\"><strong>2.2.1. Assignment System 23 </strong></p>\r\n<p dir=\"ltr\"><strong>2.2.2. Assignment Preference System 23 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.3. Policy and Procedures 23 </strong></p>\r\n<p dir=\"ltr\"><strong>2.3.1. Introduction 23 </strong></p></td>\r\n<td valign=\"top\" width=\"384\">\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.3.2. Off Days 23 </strong></p>\r\n<p dir=\"ltr\"><strong>2.3.3. Flight Swap 24 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.3.4. STD-By, Avail. and Flying Duties ASSINM. 24-25 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.3.5. Annual Leaves 25 </strong></p>\r\n<p dir=\"ltr\"><strong>2.3.5.1. Leave Extension 25 </strong></p>\r\n<p dir=\"ltr\"><strong>2.3.5.2. Leave Cancellation 25 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.3.6. Emergency Leaves 26 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.3.7. Sick Leaves 26 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.3.8. Charters and Extra Flights Policy 27 </strong></p>\r\n<p dir=\"ltr\"><strong>2.3.8.1. Policy 27 </strong></p>\r\n<p dir=\"ltr\"><strong>2.3.8.2. Procedure 27 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.3.9. Refusal of Duty 27 </strong></p>\r\n<p dir=\"ltr\"><strong>2.3.9.1. No Show of Crew Members 27 </strong></p>\r\n<p dir=\"ltr\"><strong>2.3.9.2. Crew Complaints and Suggestions 28 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.3.10. Medical Check-Ups 28 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.3.11. Training Requirements 28 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.4. Rules & Regulations for Crew Pattern Layover 28 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.4.1. Introduction 28 </strong></p>\r\n<p dir=\"ltr\"><strong>2.4.1.1. </strong><strong>Gulf Area, Saudi and India 28 </strong></p>\r\n<p dir=\"ltr\"><strong>2.4.1.2. REG., Round Trip, Odd, Charter and Extra Flights or Service European Flights 29 </strong></p>\r\n<p dir=\"ltr\"><strong>2.4.1.3. North Atlantic and Far East 29 </strong></p>\r\n<p dir=\"ltr\"><strong>2.4.1.4. General Rules 29 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.5. Minimum Rest Time Calculation30 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.5.1. Introduction 30 </strong></p>\r\n<p dir=\"ltr\"><strong>2.5.2. Out Stations 30 </strong></p>\r\n<p dir=\"ltr\"><strong>2.5.3. Amman Station 30 </strong></p></td></tr></tbody></table>\r\n<p dir=\"rtl\"></p>',1158668343),(60,'4d6efb478c2808d79cd91961ddf1088f','<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#1#1\">I.</a> YEARLY, MONTHLY & WEEKLY FLIGHT LIMITS<?xml:namespace prefix = o ns = \"urn:schemas-microsoft-com:office:office\" /><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#2#2\">II.</a> GUARANTEED MINIMUM REST<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#3#3\">III.</a> SEVEN-DAY REST REQUIREMENT<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 12.0pt\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#4#4\">IV</a>. DEADHEADING IS NOT REST<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 12.0pt\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#5#5\">V.</a> THE EXCUSAL PROVISION<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 12.0pt\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#6#6\">VI.</a> RESERVE REST<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 12.0pt\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#7#7\">VII.</a> FLAG (INTERNATIONAL) FLIGHT TIME LIMITATIONS<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 12.0pt\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#8#8\">VIII.</a> SUPPLEMENTAL (NON-SCHEDULED) OPERATIONS<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 12.0pt\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#a1#a1\">APPENDIX I:</a> Part 121: Subpart Q – Flight Time Limitations and Rest Requirements: Domestic Operations<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 12.0pt\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#a2#a2\">APPENDIX 2:</a> Part 121: Subpart R – Flight Time Limitations: Flag Operations<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 12.0pt\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#a3#a3\">APPENDIX 3:</a> Part 121: Subpart S – Flight Time Limitations: Supplemental Operation<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 12.0pt\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#a4#a4\">APPENDIX 4:</a> Part 121: § 121.541 Operations Schedules <o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 12.0pt\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#a5#a5\">APPENDIX 5:</a> Part 135: Subpart F – Crewmember Flight Time and Duty Time Limitations and Rest Requirements<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 12.0pt\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#a6#a6\">APPENDIX 6:</a> Part 91: § 91.103 Preflight Action<o:p></o:p></span></p>',1158668449),(61,'1c25c9accad4fd5d7cae8ad7ff03e725','<p>1 Introduction </p>\r\n<p>1.1 Following the introduction of CAP 371 Fourth Edition, which has a compliance date of 1 April 2006, all new FTL schemes being submitted for approval have been required to conform to the requirements specified in that edition. In addition, those operators submitting schemes for amendment have been encouraged to modify their schemes in anticipation of that compliance date. In order that the process of updating the remaining FTL schemes is effectively managed it has been decided to implement a phased programmed through a block update process as detailed below. </p>\r\n<p>1.2 Over the previous year a number of FTL Variations have been successfully trialed which may now have a wider applicability. These are also detailed below in order that operators can determine their utility within their sphere of operations. As with all such Variations these will be valid for an initial six months after which their continued suitability will be reviewed by the assigned Flight Operations Inspector. </p>\r\n<p>1.3 The CAA has received questions regarding the interpretation of the Fourth Edition of CAP 371 and answers to the most frequently asked are included. </p>\r\n<p>1.4 CAP 371 complies with or exceeds the requirements presently being developed as EU-OPS Subpart Q under the EU legislative process. As a result, it is anticipated that significant changes to UK requirements are not imminent. </p>\r\n<p>2 FTL Scheme Approval </p>\r\n<p>2.1 Since operators are required to have an approved FTL scheme in place to meet the 1 April 2006 compliance date it has been decided to implement a process whereby operators shall submit a suitable scheme based on AOC number as follows: </p>\r\n<p>a) Block 1: Operators having an AOC number up to and including 1000, a latest submission date of 30 September 2005 shall apply. </p>\r\n<p>b) Block 2: Operators having an AOC number from 1001 up to and including 2150, a latest submission date of 30 November 2005 shall apply. </p>\r\n<p>c) Block 3: Operators having an AOC number from 2151 up to and including 2300, a latest submission date of 1 March 2006 shall apply. </p>\r\n<p>Operators may elect to delay implementation of their revised scheme until the compliance date. PAOC operators already comply with CAP 371 Fourth Edition through CAP 612 Issue 2. </p>\r\n<p>2.2 The approval of a FTL scheme is a requirement of the Air Navigation Order. As a legal document, any changes to a FTL scheme contained in the Operations Manual (OM), whether editorial or simply a revision/issue level change, are required to be reflected in a revised Approval. Any such change should therefore be notified by means of the Notice of Proposed Amendment (NPA) process outlined in FODCOM 3/2003, which applies to any proposed OM changes including the above. </p>\r\n<p>2.3 CAP 371 Fourth Edition can be viewed on the CAA website at: </p>\r\n<p>FLIGHT OPERATIONS DEPARTMENT COMMUNICATION - 16/2005 </p>\r\n<p>3 Additional Standard Variations </p>\r\n<p>3.1 Self-Drive Positioning </p>\r\n<p>Whilst Positioning is defined in CAP 371 and applies to crew travelling as passengers, a number of operators have requested that consideration be given to a Variation allowing crews to Self-Drive using company or car hire facilities as a matter of convenience. Since the task of driving requires a significant level of attention and therefore impacts on the crew member’s level of alertness, the conditions under which this activity should take place as part of a Flying Duty Period (FDP) require to be controlled. As a result a small number of trials Variations have been approved under the following conditions: </p>\r\n<p>• A maximum driving period of 2 hours 30 minutes shall be allowed within a FDP and will constitute a sector when calculating the maximum FDP for any crew member driving. </p>\r\n<p>• For helicopter operators the daily maximum flying time is reduced by the driving period. (There is no equivalent maximum flying time for aero plane operators.) </p>\r\n<p>• Driving as part of a non-FDP or subsequent to a FDP shall be allowed. </p>\r\n<p>3.2 Alternate Base </p>\r\n<p>This is designed to allow crews to report at an alternate base within an area allowing 90 minutes traveling time to both the main base of employment and that alternate base. A notional and additional duty time counted as positioning shall not then apply, given the following conditions: </p>\r\n<p>• Crew members shall nominate a place of rest within the above area. </p>\r\n<p>• The duty will commence and the maximum FDP will be based on the report time and airport notified prior to the start of the previous rest period. </p>\r\n<p>• When an FDP finishes at other than the airport notified for report, the company shall provide transport to, and the end of duty will be on arrival at, that airport notified for report. </p>\r\n<p>• Adequate crew planning facilities shall exist at the alternate base. </p>\r\n<p>3.3 Whilst not a flight safety issue, operators may find that such a Variation is most effectively implemented on a voluntary basis. </p>\r\n<p>3.4 Operators wishing to apply for either of the above Variations, valid for an initial period of six months, should contact their assigned Flight Operations Inspector. </p>\r\n<p>4 CAP 371 – Frequently Asked Questions </p>\r\n<p>4.1 Accountability of Flying and Duty Hours </p>\r\n<p>Q. When a pilot undertakes secondary employment what is the requirement to maintain a record of flying? </p>\r\n<p>A. CAP 371 states that pilots operating on a freelance basis are required to maintain a record of flying and duty hours which must be presented to an operator before undertaking a duty period. Similarly, when a pilot undertakes secondary employment, whether paid, unpaid, instructional or reserve flying in aircraft having a Maximum Take-off Mass greater than 1600 kg, the same requirement applies in order that they meet their personal responsibility, not to be in breach of their company FTL scheme . </p>\r\n<p>4.2 Discretion Reports </p>\r\n<p>Q. Having reported exercise of Commander’s Discretion on a Voyage Report, is a separate Discretion Report required, as specified in the company FTL scheme? </p>\r\n<p>A . Where operators elect to have crew\'s complete details concerning the exercise of Commander’s Discretion on the Voyage Report, a copy of all such Discretion Reports or the details thereon should form part of a monthly Management Report. </p>\r\n<p>Such reports should also be made available for CAA audit purposes in order that the need for corrective planning action can be identified and acted upon. </p>\r\n<p>4.3 Traveling Time </p>\r\n<p>Q . If asked to report to an airport other than home base does this count as positioning? </p>\r\n<p>A. Where a crew member is required to travel and report to an alternate base with a traveling time greater than 90 minutes and undertakes to Self-Drive then, in accordance with paragraph 3.1 above, that additional time shall be accountable as Positioning and be carried out under a Self-Drive Variation. </p>\r\n<p>4.4 Standard Variations </p>\r\n<p>Q. Can an FDP be extended in a three-crew operation by using a Standard Variation? </p>\r\n<p>A. No. The standard Variations contained in CAP 371 Annex F, which include the Level 1, Level 2, Florida 1 and 2, were created to provide a degree of operational flexibility with regard to the limitations placed on Two-crew Long Range Operations. Within these limitations it was stated that the restrictions on maximum FDP, based on sector length, did not apply when an additional pilot was carried as a third crew member. This reflects the situation where a flight crew of two pilots and flight engineer were not subject to such restrictions and could operate to normal FDP limits. However, the reference to a third crew member does not imply that an FDP extension, based on a Level 1 or Level 2 Variation, can be applied to the normal FDP for a three-crew operation. </p>\r\n<p>The requirement for a Day Off prior to commencing a Level 2 Variation duty does not preclude that duty starting before 0600 hours local time. The day prior to the duty becomes a Rest Day with the required Day Off preceding that Rest Day. </p>\r\n<p>4.5 Commander’s Discretion </p>\r\n<p>Q. In what circumstances can exercising Commander’s Discretion being requested? </p>\r\n<p>A . Whilst there are a number of myths surrounding the exercise of Commander’s Discretion, it is purely a safety-based decision contingent upon events on the day. Where there is disruption to an operation through unplanned and unforeseen circumstances an operator may request a commander to consider an extension to the normal FDP, to allow recovery of operational plans, if he is satisfied it is safe to do so. On the day there is no restriction on departing from home base, in the knowledge that the exercise of discretion is likely to be required to extend the FDP, provided the extension is within the specified limitations. In determining the circumstances of other crew members, any crew member who considers himself likely to be suffering from fatigue at the end of the proposed FDP, such that the safety of the flight or passengers may be compromised, should not be required to operate. The commander, in completing the Discretion Report, should note the factors on which the decision was based. </p>\r\n<p><u>5 Recommendations </u></p>\r\n<p>5.1 Operators should plan the necessary amendments to their OM in line with the submission timescales specified above to ensure that their FTL Approval remains current after 1 April 2006. </p>\r\n<p>5.2 Operators should ensure that their company travel policy meets the requirements of their approved FTL scheme, whilst noting the additional Standard Variations now available. </p>\r\n<p>5.3 Operators should ensure that commanders, when completing the Discretion Report note the factors on which the decision was based. </p>\r\n<p>5.4 Operators should ensure that operational staff is familiar with the intent and clarification of CAP 371 terminology as outlined above. </p>\r\n<p>5.5 Operators should ensure a copy of all Discretion Reports or the details thereon form part of a monthly Management Report and be made available for CAA audit purposes. </p>',1158676294),(62,'7cb5878d9044fb08d716aa7d871b3c9e','beep 2',1158668940),(63,'f149e03c46d0e853fda2928e659886f7','',1158670427),(64,'babcbbebdb83d14f5a787640b33e16a1','<span class=\"nolink\">Actual flight operation</span>',1158701740),(65,'6ac0b264c4248bf634846cbb69097269','<span lang=\"EN-GB\" style=\"FONT-SIZE: 12pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-language: AR-JO; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US\">at the reporting time and ends when the crew goes off duty.</span>',1158701740),(66,'0439d8245f9bb7dbe409e2ab0919d230','<span class=\"nolink\">Break</span>',1158701740),(67,'302e0f65d9d0842df9cedc5a8a536a47','<span lang=\"EN-GB\" style=\"FONT-SIZE: 12pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-language: AR-JO; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US\">A period free of all duties, which counts as duty, being less than a rest period.</span>',1158701740),(68,'090b14a6dba084e1fc62a3bd33759c57','<span class=\"nolink\">Day</span>',1158701740),(69,'c48a8c56e8779bdeb49db0ad1b3d83de','<span lang=\"EN-GB\" style=\"FONT-SIZE: 12pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-language: AR-JO; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US\">A period from 00:00 to 24:00 local time at home base.</span>',1158701740),(70,'c7ec06d9ae7f69b26f646df0a474a1cd','<span class=\"nolink\">Early start/late finish</span>',1158701740),(71,'c380f78c959d26b5fd16f95384ece30f','<span lang=\"EN-GB\" style=\"FONT-SIZE: 12pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-language: AR-JO; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US\">A flight duty period that starts before 08:00 or finish after 01:00 local time to which a crewmember is time zone adapted.</span>',1158701740),(72,'497a5dbe50e8da927b8979a8182edfa7','<span class=\"nolink\">Flight Duty Period (FDP)</span>',1158701740),(73,'7c21ec1456b276466016b1a53e8fe987','<span lang=\"EN-GB\" style=\"FONT-SIZE: 12pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-language: AR-JO; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US\">The total time from the moment a crew member commences duty, immediately subsequent to a rest period and prior to making a flight or series of flight, to the end of safety duties related such a flight or series of flights.</span>',1158701740),(74,'9ea9f11ca2399093480c6dfd6a854c40','<span class=\"nolink\">Home base</span>',1158701740),(75,'74f23888de71302ec601f09b978e20e8','<span lang=\"EN-GB\" style=\"FONT-SIZE: 12pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-language: AR-JO; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US\">The place nominated by the operator to each individual crew member from where the crewmember normally starts and ends a duty period or a series of duty periods and at which place, the operator is not responsible for the accommodation of the crew member concerned.</span>',1158701740),(76,'2c8e049ed2ec29112ced16b039f99bbd','<span class=\"nolink\">Local day</span>',1158701740),(77,'a4a75e883adcd32c2f04db9691ffabd2','<span lang=\"EN-GB\" style=\"FONT-SIZE: 12pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-language: AR-JO; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US\">A 24-hour period commencing at 00:00 local time.</span>',1158701740),(78,'15d1a6ca8362ebed1ab6516eb0e399ec','<span class=\"nolink\">Notification time</span>',1158701740),(79,'f2aae6985479132996c595c00eb8d896','<span lang=\"EN-GB\" style=\"FONT-SIZE: 12pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-language: AR-JO; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US\">The period of time that an operator allows between the time a crew member on standby or who is holding himself available, receives a call requiring him to report for duty and the time he reports for that duty.</span>',1158701740),(80,'9cf4476b392a1773456a042b094e2df0','<span class=\"nolink\">Operating crewmember</span>',1158701740),(81,'c9107e919f1615a0992fa4fb46a3d02f','<span lang=\"EN-GB\" style=\"FONT-SIZE: 12pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-language: AR-JO; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US\">A crewmember who carries out his duties in an aircraft during the flight or during any part of the flight.</span>',1158701740),(82,'0783f842fcfa7fd41d619a831f2f0fc1','<span class=\"nolink\">Positioning</span>',1158701740),(83,'5d5cb11bee8d89e21df09cc41c77cfc5','The time which a crew member spends, at the behest of the operator aboard an aircraft without being charged with duties in order to be positioned to take up his flight duty at an airport other than the airport where his preceding duty ended. The same applies to <span class=\"nolink\">positioning</span> y surface transport. ',1158701741),(84,'e1edbfbaa3923937f10c85cc9249e7d1','<span class=\"nolink\">Reporting time</span>',1158701767),(85,'3ebccb8aed64dead82ed195c2cf6ca5d','<p dir=\"rtl\" align=\"left\">The time at which a crewmember is required by an operator to report for any duty. </p>',1158701767),(86,'c7e702ac158338fd36270e07016eed9f','<span class=\"nolink\">Seat time</span>',1158701767),(87,'1d04feeccf7fc62cfc482edab8239b15','<p dir=\"rtl\" align=\"left\">The time spent by a flight crew member, in an operating capacity, at his flight crew station during flight time. </p>',1158701767),(88,'d478dffe128476b0a86ecbd9f41d371d','<span class=\"nolink\">Time difference</span>',1158701767),(89,'7da3b72854e83a4b2256a14bfb2425ad','The number of hours separating local standard time at two locations (disregarding \"daylight saving time\"). ',1158701767),(90,'3bc1c7ff4b40e8263e6b0840b7dca821','General news and announcements ',1158670673),(91,'513fd6b9df317db425e9c43c43845c1e','A forum for teacher-only notes and discussion',1158670673),(92,'eeca25eaec43af5d8fed0dbb2327a79d','This is event example!',1158670818),(93,'4ea582b7362dcd1c9bde68094cc587ec','You Can Chat On Line !',1158670818),(94,'296dd0eaae39e36a2d211af50cdd34b7','Flight Time Limitations, Crew Scheduling, Policy and Procedure Course. ',1158743515),(95,'714b5d9d662e4438d1d73c9f405df738','<p><font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>Final Exam !</strong></font></p>',1158738511),(96,'218545b39561d8c56567f974bc96c3e2','<p>The default category for questions.</p>',1158676482),(97,'ce7fda9251f99167b440f3334a2ab442','',1158701792),(98,'43305abb643f9b522f4daf07ebaf7a29','Time difference is The number of hours separating local standard time at two locations (disregarding \"daylight saving time\").',1158695568),(99,'07369486c5480e44cdade8a7c9b66c5c','Time difference',1158695574),(100,'9cd6c906718fe1f731328c8e733e339e','Time difference(T/F) : ',1158676614),(101,'880507f89f9cca1ffe41e684e9f882ee','True',1158676614),(102,'07f122cd3632bab67392c7a4fc676d05','False',1158676614),(103,'d02b84aca511562a9dba0e994f7e5dfc','Seat time',1158695572),(104,'d19bdecdce55c20dd85574f803c4054b','This is event example!',1158695629),(105,'c1cef4ffbb91671513f1f76a7844157f','Write a concise and interesting paragraph here that explains what this course is about ',1158743516),(106,'183d525e664335716bf5d8e2eb86ecbf','',1158708228),(107,'98bbc979c087a4ae9973187c296ea976','This is event example!',1158708223),(108,'a75a04b1f8de970e88515ec53455fc81','Flight Time Limitations, Crew Scheduling, Policy and Procedure Course. ',1158738852),(109,'1b2aaaa79cf2418cb1e684db32286fb3','Write a concise and interesting paragraph here that explains what this course is about ',1158738852),(110,'37d35d167cf002a236d335606bd84d0d','',1158738852); /*!40000 ALTER TABLE `mdl_cache_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_chat` -- DROP TABLE IF EXISTS `mdl_chat`; CREATE TABLE `mdl_chat` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `intro` text collate utf8_unicode_ci NOT NULL, `keepdays` int(11) NOT NULL default '0', `studentlogs` int(4) NOT NULL default '0', `chattime` int(10) unsigned NOT NULL default '0', `schedule` int(4) NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `course` (`course`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Each of these is a chat room'; -- -- Dumping data for table `mdl_chat` -- LOCK TABLES `mdl_chat` WRITE; /*!40000 ALTER TABLE `mdl_chat` DISABLE KEYS */; INSERT INTO `mdl_chat` VALUES (1,2,'FTL Chat','You Can Chat On Line !',30,0,1158663300,0,1158663186); /*!40000 ALTER TABLE `mdl_chat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_chat_messages` -- DROP TABLE IF EXISTS `mdl_chat_messages`; CREATE TABLE `mdl_chat_messages` ( `id` int(10) unsigned NOT NULL auto_increment, `chatid` int(10) NOT NULL default '0', `userid` int(10) NOT NULL default '0', `groupid` int(10) NOT NULL default '0', `system` int(1) unsigned NOT NULL default '0', `message` text collate utf8_unicode_ci NOT NULL, `timestamp` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `timemodifiedchat` (`timestamp`,`chatid`), KEY `chatid` (`chatid`), KEY `userid` (`userid`), KEY `groupid` (`groupid`) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Stores all the actual chat messages'; -- -- Dumping data for table `mdl_chat_messages` -- LOCK TABLES `mdl_chat_messages` WRITE; /*!40000 ALTER TABLE `mdl_chat_messages` DISABLE KEYS */; INSERT INTO `mdl_chat_messages` VALUES (1,1,2,0,1,'enter',1158663189),(2,1,2,0,1,'exit',1158663296),(3,1,2,0,1,'enter',1158663298),(4,1,2,0,0,'hi',1158663302),(5,1,2,0,1,'exit',1158663363),(6,1,2,0,1,'enter',1158663365),(7,1,2,0,1,'exit',1158667613),(8,1,2,0,1,'enter',1158668928),(9,1,2,0,0,'beep 2',1158668939),(10,1,2,0,1,'exit',1158676310),(11,1,2,0,1,'enter',1158676312),(12,1,2,0,1,'exit',1158695423),(13,1,2,0,1,'enter',1158695425),(14,1,2,0,1,'exit',1158701778),(15,1,3,0,1,'enter',1158701781); /*!40000 ALTER TABLE `mdl_chat_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_chat_users` -- DROP TABLE IF EXISTS `mdl_chat_users`; CREATE TABLE `mdl_chat_users` ( `id` int(10) unsigned NOT NULL auto_increment, `chatid` int(11) NOT NULL default '0', `userid` int(11) NOT NULL default '0', `groupid` int(11) NOT NULL default '0', `version` varchar(16) collate utf8_unicode_ci NOT NULL default '', `ip` varchar(15) collate utf8_unicode_ci NOT NULL default '', `firstping` int(10) unsigned NOT NULL default '0', `lastping` int(10) unsigned NOT NULL default '0', `lastmessageping` int(10) unsigned NOT NULL default '0', `sid` varchar(32) collate utf8_unicode_ci NOT NULL default '', `course` int(10) NOT NULL default '0', `lang` varchar(10) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`), KEY `userid` (`userid`), KEY `lastping` (`lastping`), KEY `chatid` (`chatid`), KEY `groupid` (`groupid`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Keeps track of which users are in which chat rooms'; -- -- Dumping data for table `mdl_chat_users` -- LOCK TABLES `mdl_chat_users` WRITE; /*!40000 ALTER TABLE `mdl_chat_users` DISABLE KEYS */; INSERT INTO `mdl_chat_users` VALUES (7,1,3,0,'header_js','127.0.0.1',1158701781,1158701782,1158701781,'vTWebU9vW7IovTGOE6unJOrwjyrZtSlq',2,'en_utf8'); /*!40000 ALTER TABLE `mdl_chat_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_choice` -- DROP TABLE IF EXISTS `mdl_choice`; CREATE TABLE `mdl_choice` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `text` text collate utf8_unicode_ci NOT NULL, `format` tinyint(2) unsigned NOT NULL default '0', `publish` tinyint(2) unsigned NOT NULL default '0', `showresults` tinyint(2) unsigned NOT NULL default '0', `display` tinyint(4) unsigned NOT NULL default '0', `allowupdate` tinyint(2) unsigned NOT NULL default '0', `showunanswered` tinyint(2) unsigned NOT NULL default '0', `limitanswers` tinyint(2) unsigned NOT NULL default '0', `timeopen` int(10) unsigned NOT NULL default '0', `timeclose` int(10) unsigned NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `course` (`course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Available choices are stored here.'; -- -- 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`; CREATE TABLE `mdl_choice_answers` ( `id` int(10) unsigned NOT NULL auto_increment, `choiceid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `optionid` int(10) NOT NULL default '0', `timemodified` int(10) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `userid` (`userid`), KEY `choiceid` (`choiceid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- 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`; CREATE TABLE `mdl_choice_options` ( `id` int(10) unsigned NOT NULL auto_increment, `choiceid` int(10) unsigned NOT NULL default '0', `text` text collate utf8_unicode_ci, `maxanswers` int(10) unsigned default '0', `timemodified` int(10) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `choiceid` (`choiceid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- 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_config` -- DROP TABLE IF EXISTS `mdl_config`; CREATE TABLE `mdl_config` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `value` text collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=228 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Moodle configuration variables'; -- -- Dumping data for table `mdl_config` -- LOCK TABLES `mdl_config` WRITE; /*!40000 ALTER TABLE `mdl_config` DISABLE KEYS */; INSERT INTO `mdl_config` VALUES (1,'version','2006050521'),(2,'release','1.6.2'),(3,'allowcoursethemes','0'),(4,'allowemailaddresses',''),(5,'allowobjectembed','0'),(6,'allowunenroll','1'),(7,'allowusermailcharset','0'),(8,'allowuserthemes','0'),(9,'allowuserblockhiding','1'),(10,'allusersaresitestudents','1'),(11,'alternateloginurl',''),(12,'aspellpath',''),(13,'auth','email'),(14,'auth_pop3mailbox','INBOX'),(15,'autologinguests','0'),(16,'bloglevel','4'),(17,'cachetext','60'),(18,'changepassword',''),(19,'country','0'),(20,'coursesperpage','20'),(21,'clamfailureonupload','donothing'),(22,'dbsessions','0'),(23,'defaultrequestedcategory','1'),(24,'deleteunconfirmed','168'),(25,'denyemailaddresses',''),(26,'digestmailtime','17'),(27,'displayloginfailures',''),(28,'docroot','http://docs.moodle.org'),(29,'doctonewwindow','0'),(30,'enablecourserequests','0'),(31,'enablerssfeeds','0'),(32,'enablestats','0'),(33,'extendedusernamechars','0'),(34,'editorbackgroundcolor','#ffffff'),(35,'editorfontfamily','Trebuchet MS,Verdana,Arial,Helvetica,sans-serif'),(36,'editorfontsize',''),(37,'editorkillword','1'),(38,'editorspelling','0'),(39,'editorfontlist','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'),(40,'editorhidebuttons',''),(41,'filterall',''),(42,'filtermatchoneperpage','0'),(43,'filtermatchonepertext','0'),(44,'filteruploadedfiles','0'),(45,'forcelogin','0'),(46,'forceloginforprofiles','0'),(47,'forcetimezone','99'),(48,'fullnamedisplay','firstname lastname'),(49,'frontpage','1'),(50,'gdversion','0'),(51,'guestloginbutton','0'),(52,'htmleditor','1'),(53,'langcache','1'),(54,'langmenu','1'),(55,'langlist',''),(56,'locale',''),(57,'loginhttps',''),(58,'loglifetime','0'),(59,'longtimenosee','0'),(60,'maxbytes','2097152'),(61,'maxeditingtime','1800'),(62,'messaging','1'),(63,'mymoodleredirect','0'),(64,'noreplyaddress','noreply@localhost'),(65,'notifyloginfailures',''),(66,'notifyloginthreshold','10'),(67,'opentogoogle','0'),(68,'pathtoclam',''),(69,'pathtodu',''),(70,'perfdebug','5'),(71,'protectusernames','1'),(72,'proxyhost',''),(73,'proxyport',''),(74,'quarantinedir',''),(75,'requestedteachername',''),(76,'requestedteachersname',''),(77,'requestedstudentname',''),(78,'requestedstudentsname',''),(79,'restrictmodulesfor','none'),(80,'restrictbydefault','0'),(81,'runclamonupload','0'),(82,'secureforms','0'),(83,'sessioncookiepath','/'),(84,'sessiontimeout','7200'),(85,'showsiteparticipantslist','0'),(86,'showblocksonmodpages','0'),(87,'sitemailcharset','0'),(88,'sitepolicy',''),(89,'slasharguments','1'),(90,'smtphosts',''),(91,'smtppass',''),(92,'smtpuser',''),(93,'statsfirstrun','none'),(94,'statsmaxruntime','0'),(95,'statsuserthreshold','0'),(96,'style','default'),(97,'tabselectedtofront','0'),(98,'teacherassignteachers','1'),(99,'template','default'),(100,'textfilters','mod/glossary/dynalink.php'),(101,'themelist',''),(102,'timezone','99'),(103,'tinymceplugins','advimage,fullscreen'),(104,'tinymcetheme','advanced'),(105,'tinymcecontentcss','http://localhost/moodle/lib/editor/tinymce/moodlecontent.css'),(106,'tinymcepopupcss',''),(107,'tinymceeditorcss',''),(108,'unzip',''),(109,'zip',''),(110,'unicodedb','1'),(111,'lang','en_utf8'),(112,'framename','_top'),(113,'sessioncookie',''),(114,'hiddenuserfields',''),(115,'defaultallowedmodules','0'),(116,'debug','5'),(117,'statsruntimestarthour','0'),(118,'statsruntimestartminute','0'),(119,'installing','1'),(120,'sesskey','U62aWUGsu1'),(121,'assignment_maxbytes','1024000'),(122,'assignment_itemstocount','1'),(123,'assignment_online_version','2005042900'),(124,'chat_refresh_room','5'),(125,'chat_refresh_userlist','10'),(126,'chat_old_ping','35'),(127,'chat_method','header_js'),(128,'chat_normal_updatemode','jsupdate'),(129,'chat_serverhost','localhost'),(130,'chat_serverip','127.0.0.1'),(131,'chat_serverport','9111'),(132,'chat_servermax','100'),(133,'forum_displaymode','3'),(134,'forum_shortpost','300'),(135,'forum_longpost','600'),(136,'forum_manydiscussions','100'),(137,'forum_maxbytes','512000'),(138,'forum_trackreadposts','1'),(139,'forum_oldpostdays','14'),(140,'forum_usermarksread',''),(141,'forum_cleanreadtime','2'),(142,'forum_replytouser','1'),(143,'glossary_studentspost','1'),(144,'glossary_dupentries','0'),(145,'glossary_allowcomments','0'),(146,'glossary_linkbydefault','1'),(147,'glossary_defaultapproval','1'),(148,'glossary_entbypage','10'),(149,'hotpot_showtimes','0'),(150,'hotpot_excelencodings',''),(151,'hotpot_initialdisable','1'),(152,'journal_showrecentactivity','1'),(153,'journal_initialdisable','1'),(154,'quiz_review','16777215'),(155,'quiz_attemptonlast','0'),(156,'quiz_attempts','0'),(157,'quiz_grademethod',''),(158,'quiz_decimalpoints','2'),(159,'quiz_maximumgrade','10'),(160,'quiz_password',''),(161,'quiz_popup','0'),(162,'quiz_questionsperpage','0'),(163,'quiz_shuffleanswers','1'),(164,'quiz_shufflequestions','0'),(165,'quiz_subnet',''),(166,'quiz_timelimit','0'),(167,'quiz_optionflags','1'),(168,'quiz_penaltyscheme','1'),(169,'quiz_delay1','0'),(170,'quiz_delay2','0'),(171,'quiz_fix_review','0'),(172,'quiz_fix_attemptonlast','0'),(173,'quiz_fix_attempts','0'),(174,'quiz_fix_grademethod','0'),(175,'quiz_fix_decimalpoints','0'),(176,'quiz_fix_password','0'),(177,'quiz_fix_popup','0'),(178,'quiz_fix_questionsperpage','0'),(179,'quiz_fix_shuffleanswers','0'),(180,'quiz_fix_shufflequestions','0'),(181,'quiz_fix_subnet','0'),(182,'quiz_fix_timelimit','0'),(183,'quiz_fix_adaptive','0'),(184,'quiz_fix_penaltyscheme','0'),(185,'quiz_fix_delay1','0'),(186,'quiz_fix_delay2','0'),(187,'resource_framesize','130'),(188,'resource_websearch','http://google.com/'),(189,'resource_defaulturl','http://'),(190,'resource_filterexternalpages',''),(191,'resource_secretphrase','WSW36rnFv1U1V9kRThb1'),(192,'resource_popup',''),(193,'resource_windowsettings','0'),(194,'resource_parametersettings','0'),(195,'resource_allowlocalfiles','0'),(196,'resource_hide_repository','1'),(197,'resource_popupresizable','checked'),(198,'resource_popupscrollbars','checked'),(199,'resource_popupdirectories','checked'),(200,'resource_popuplocation','checked'),(201,'resource_popupmenubar','checked'),(202,'resource_popuptoolbar','checked'),(203,'resource_popupstatus','checked'),(204,'resource_popupheight','450'),(205,'resource_popupwidth','620'),(206,'scorm_maxattempts','6'),(207,'scorm_frameheight','500'),(208,'scorm_framewidth','100%'),(209,'qtype_calculated_version','2006032200'),(210,'qtype_essay_version','2006032200'),(211,'qtype_match_version','2006032200'),(212,'qtype_multianswer_version','2006032200'),(213,'qtype_multichoice_version','2006032200'),(214,'qtype_numerical_version','2006032200'),(215,'qtype_randomsamatch_version','2006042800'),(216,'qtype_rqp_version','2006032200'),(217,'qtype_shortanswer_version','2006032200'),(218,'qtype_truefalse_version','2006032200'),(219,'backup_version','2006082300'),(220,'backup_release','1.6.2'),(221,'blocks_version','2005090201'),(222,'enrol_authorize_version','2006021501'),(223,'enrol_paypal_version','2004081800'),(224,'frontpageloggedin','1'),(225,'siteidentifier','HvNQ3FuZXFE50l6AyUPmgfcnBkMCSgIg'),(226,'attemptuniqueid','2'),(227,'theme','formal_white'); /*!40000 ALTER TABLE `mdl_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_config_plugins` -- DROP TABLE IF EXISTS `mdl_config_plugins`; CREATE TABLE `mdl_config_plugins` ( `id` int(10) unsigned NOT NULL auto_increment, `plugin` varchar(100) collate utf8_unicode_ci NOT NULL default 'core', `name` varchar(100) collate utf8_unicode_ci NOT NULL default '', `value` text collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `plugin_name` (`plugin`,`name`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Moodle modules and plugins configuration variables'; -- -- 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,'auth/email','field_lock_firstname','unlocked'),(2,'auth/email','field_lock_lastname','unlocked'),(3,'auth/email','field_lock_email','unlocked'),(4,'auth/email','field_lock_phone1','unlocked'),(5,'auth/email','field_lock_phone2','unlocked'),(6,'auth/email','field_lock_department','unlocked'),(7,'auth/email','field_lock_address','unlocked'),(8,'auth/email','field_lock_city','unlocked'),(9,'auth/email','field_lock_country','unlocked'),(10,'auth/email','field_lock_description','unlocked'),(11,'auth/email','field_lock_idnumber','unlocked'),(12,'auth/email','field_lock_lang','unlocked'); /*!40000 ALTER TABLE `mdl_config_plugins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course` -- DROP TABLE IF EXISTS `mdl_course`; CREATE TABLE `mdl_course` ( `id` int(10) unsigned NOT NULL auto_increment, `category` int(10) unsigned NOT NULL default '0', `sortorder` int(10) unsigned NOT NULL default '0', `password` varchar(50) collate utf8_unicode_ci NOT NULL default '', `fullname` varchar(254) collate utf8_unicode_ci NOT NULL default '', `shortname` varchar(100) collate utf8_unicode_ci NOT NULL default '', `idnumber` varchar(100) collate utf8_unicode_ci NOT NULL default '', `summary` text collate utf8_unicode_ci NOT NULL, `format` varchar(10) collate utf8_unicode_ci NOT NULL default 'topics', `showgrades` smallint(2) unsigned NOT NULL default '1', `modinfo` longtext collate utf8_unicode_ci NOT NULL, `newsitems` smallint(5) unsigned NOT NULL default '1', `teacher` varchar(100) collate utf8_unicode_ci NOT NULL default 'Teacher', `teachers` varchar(100) collate utf8_unicode_ci NOT NULL default 'Teachers', `student` varchar(100) collate utf8_unicode_ci NOT NULL default 'Student', `students` varchar(100) collate utf8_unicode_ci NOT NULL default 'Students', `guest` tinyint(2) unsigned NOT NULL default '0', `startdate` int(10) unsigned NOT NULL default '0', `enrolperiod` int(10) unsigned NOT NULL default '0', `numsections` smallint(5) unsigned NOT NULL default '1', `marker` int(10) unsigned NOT NULL default '0', `maxbytes` int(10) unsigned NOT NULL default '0', `showreports` int(4) unsigned NOT NULL default '0', `visible` int(1) unsigned NOT NULL default '1', `hiddensections` int(2) unsigned NOT NULL default '0', `groupmode` int(4) unsigned NOT NULL default '0', `groupmodeforce` int(4) unsigned NOT NULL default '0', `lang` varchar(10) collate utf8_unicode_ci NOT NULL default '', `theme` varchar(50) collate utf8_unicode_ci NOT NULL default '', `cost` varchar(10) collate utf8_unicode_ci NOT NULL default '', `currency` varchar(3) collate utf8_unicode_ci NOT NULL default 'USD', `timecreated` int(10) unsigned NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', `metacourse` int(1) unsigned NOT NULL default '0', `requested` int(1) unsigned NOT NULL default '0', `restrictmodules` int(1) unsigned NOT NULL default '0', `expirynotify` tinyint(1) unsigned NOT NULL default '0', `expirythreshold` int(10) unsigned NOT NULL default '0', `notifystudents` tinyint(1) unsigned NOT NULL default '0', `enrollable` tinyint(1) unsigned NOT NULL default '1', `enrolstartdate` int(10) unsigned NOT NULL default '0', `enrolenddate` int(10) unsigned NOT NULL default '0', `enrol` varchar(20) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`), KEY `category` (`category`), KEY `idnumber` (`idnumber`), KEY `shortname` (`shortname`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- 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,1000,'','Consult One E-learning System','LMS','','','site',1,'',3,'Teacher','Teachers','Student','Students',0,0,0,0,0,0,0,1,0,0,0,'','','','USD',0,1158658431,0,0,0,0,0,0,1,0,0,''),(2,2,2000,'','Flight Time Limitations.','FTL101','','Flight Time Limitations, Crew Scheduling, Policy and Procedure Course. ','topics',1,'a:20:{i:12;O:8:\"stdClass\":6:{s:2:\"cm\";s:2:\"12\";s:3:\"mod\";s:5:\"label\";s:7:\"section\";s:1:\"0\";s:4:\"name\";s:57:\"Flight+Time+Limitations%2C+Crew+Scheduling%2C+Policy+a...\";s:7:\"visible\";s:1:\"1\";s:5:\"extra\";s:200:\"%3Cp%3E%3Cfont+face%3D%22arial%2Chelvetica%2Csans-serif%22+size%3D%222%22%3E%3Cstrong%3EFlight+Time+Limitations%2C+Crew+Scheduling%2C+Policy+and+Procedure+Course.%3C%2Fstrong%3E%3C%2Ffont%3E%3C%2Fp%3E\";}i:7;O:8:\"stdClass\":6:{s:2:\"cm\";s:1:\"7\";s:3:\"mod\";s:8:\"resource\";s:7:\"section\";s:1:\"0\";s:4:\"name\";s:21:\"Who+Should+Attend%3F+\";s:7:\"visible\";s:1:\"1\";s:5:\"extra\";s:0:\"\";}i:8;O:8:\"stdClass\":6:{s:2:\"cm\";s:1:\"8\";s:3:\"mod\";s:8:\"resource\";s:7:\"section\";s:1:\"0\";s:4:\"name\";s:13:\"Course+Length\";s:7:\"visible\";s:1:\"1\";s:5:\"extra\";s:0:\"\";}i:9;O:8:\"stdClass\":6:{s:2:\"cm\";s:1:\"9\";s:3:\"mod\";s:8:\"resource\";s:7:\"section\";s:1:\"0\";s:4:\"name\";s:18:\"How+Will+I+Benefit\";s:7:\"visible\";s:1:\"1\";s:5:\"extra\";s:0:\"\";}i:10;O:8:\"stdClass\":6:{s:2:\"cm\";s:2:\"10\";s:3:\"mod\";s:8:\"resource\";s:7:\"section\";s:1:\"0\";s:4:\"name\";s:15:\"Course+Contents\";s:7:\"visible\";s:1:\"1\";s:5:\"extra\";s:0:\"\";}i:1;O:8:\"stdClass\":6:{s:2:\"cm\";s:1:\"1\";s:3:\"mod\";s:5:\"forum\";s:7:\"section\";s:1:\"0\";s:4:\"name\";s:9:\"FTL+forum\";s:7:\"visible\";s:1:\"1\";s:5:\"extra\";s:0:\"\";}i:11;O:8:\"stdClass\":6:{s:2:\"cm\";s:2:\"11\";s:3:\"mod\";s:4:\"chat\";s:7:\"section\";s:1:\"0\";s:4:\"name\";s:8:\"FTL+Chat\";s:7:\"visible\";s:1:\"1\";s:5:\"extra\";s:0:\"\";}i:36;O:8:\"stdClass\":6:{s:2:\"cm\";s:2:\"36\";s:3:\"mod\";s:8:\"glossary\";s:7:\"section\";s:1:\"0\";s:4:\"name\";s:7:\"Glosary\";s:7:\"visible\";s:1:\"1\";s:5:\"extra\";s:0:\"\";}i:32;O:8:\"stdClass\":6:{s:2:\"cm\";s:2:\"32\";s:3:\"mod\";s:8:\"resource\";s:7:\"section\";s:1:\"1\";s:4:\"name\";s:8:\"Contents\";s:7:\"visible\";s:1:\"1\";s:5:\"extra\";s:0:\"\";}i:38;O:8:\"stdClass\":7:{s:2:\"cm\";s:2:\"38\";s:3:\"mod\";s:8:\"resource\";s:7:\"section\";s:1:\"1\";s:4:\"name\";s:37:\"Flight+Time+Limitation+%28PDF+File%29\";s:7:\"visible\";s:1:\"1\";s:5:\"extra\";s:0:\"\";s:4:\"icon\";s:9:\"f/pdf.gif\";}i:33;O:8:\"stdClass\":6:{s:2:\"cm\";s:2:\"33\";s:3:\"mod\";s:8:\"resource\";s:7:\"section\";s:1:\"2\";s:4:\"name\";s:8:\"Contents\";s:7:\"visible\";s:1:\"1\";s:5:\"extra\";s:0:\"\";}i:39;O:8:\"stdClass\":7:{s:2:\"cm\";s:2:\"39\";s:3:\"mod\";s:8:\"resource\";s:7:\"section\";s:1:\"2\";s:4:\"name\";s:36:\"Flight+Duty+Limitation%28PDF+File%29\";s:7:\"visible\";s:1:\"1\";s:5:\"extra\";s:0:\"\";s:4:\"icon\";s:9:\"f/pdf.gif\";}i:34;O:8:\"stdClass\":6:{s:2:\"cm\";s:2:\"34\";s:3:\"mod\";s:8:\"resource\";s:7:\"section\";s:1:\"3\";s:4:\"name\";s:8:\"Contents\";s:7:\"visible\";s:1:\"1\";s:5:\"extra\";s:0:\"\";}i:40;O:8:\"stdClass\":7:{s:2:\"cm\";s:2:\"40\";s:3:\"mod\";s:8:\"resource\";s:7:\"section\";s:1:\"3\";s:4:\"name\";s:46:\"Guide+to+flight+Time+Limitations%28PDF+File%29\";s:7:\"visible\";s:1:\"1\";s:5:\"extra\";s:0:\"\";s:4:\"icon\";s:9:\"f/pdf.gif\";}i:35;O:8:\"stdClass\":6:{s:2:\"cm\";s:2:\"35\";s:3:\"mod\";s:8:\"resource\";s:7:\"section\";s:1:\"4\";s:4:\"name\";s:12:\"Introduction\";s:7:\"visible\";s:1:\"1\";s:5:\"extra\";s:0:\"\";}i:41;O:8:\"stdClass\":7:{s:2:\"cm\";s:2:\"41\";s:3:\"mod\";s:8:\"resource\";s:7:\"section\";s:1:\"4\";s:4:\"name\";s:42:\"Flight+Operations+Department+Communication\";s:7:\"visible\";s:1:\"1\";s:5:\"extra\";s:0:\"\";s:4:\"icon\";s:9:\"f/pdf.gif\";}i:42;O:8:\"stdClass\":7:{s:2:\"cm\";s:2:\"42\";s:3:\"mod\";s:8:\"resource\";s:7:\"section\";s:1:\"5\";s:4:\"name\";s:34:\"Company+Operation+Manula+%28PDF%29\";s:7:\"visible\";s:1:\"1\";s:5:\"extra\";s:0:\"\";s:4:\"icon\";s:9:\"f/pdf.gif\";}i:43;O:8:\"stdClass\":7:{s:2:\"cm\";s:2:\"43\";s:3:\"mod\";s:8:\"resource\";s:7:\"section\";s:1:\"6\";s:4:\"name\";s:19:\"IACA+%28PDF+File%29\";s:7:\"visible\";s:1:\"1\";s:5:\"extra\";s:0:\"\";s:4:\"icon\";s:9:\"f/pdf.gif\";}i:44;O:8:\"stdClass\":7:{s:2:\"cm\";s:2:\"44\";s:3:\"mod\";s:8:\"resource\";s:7:\"section\";s:1:\"7\";s:4:\"name\";s:19:\"JCAR+%28PDF+File%29\";s:7:\"visible\";s:1:\"1\";s:5:\"extra\";s:0:\"\";s:4:\"icon\";s:9:\"f/pdf.gif\";}i:37;O:8:\"stdClass\":6:{s:2:\"cm\";s:2:\"37\";s:3:\"mod\";s:4:\"quiz\";s:7:\"section\";s:1:\"8\";s:4:\"name\";s:14:\"FTL+Final+Exam\";s:7:\"visible\";s:1:\"1\";s:5:\"extra\";s:0:\"\";}}',5,'Teacher','Teachers','Student','Students',0,1158613200,0,8,0,2097152,0,1,0,0,0,'','','','USD',1158660200,1158664007,0,0,0,0,864000,0,1,0,0,''),(3,3,3001,'','Admin102','CF101','','Write a concise and interesting paragraph here that explains what this course is about ','weeks',1,'a:1:{i:45;O:8:\"stdClass\":6:{s:2:\"cm\";s:2:\"45\";s:3:\"mod\";s:5:\"forum\";s:7:\"section\";s:1:\"0\";s:4:\"name\";s:10:\"News+forum\";s:7:\"visible\";s:1:\"1\";s:5:\"extra\";s:0:\"\";}}',5,'Teacher','Teachers','Student','Students',0,1158786000,0,10,0,2097152,0,1,0,0,0,'','','','USD',1158707202,1158707202,0,0,0,0,864000,0,1,0,0,''); /*!40000 ALTER TABLE `mdl_course` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_allowed_modules` -- DROP TABLE IF EXISTS `mdl_course_allowed_modules`; CREATE TABLE `mdl_course_allowed_modules` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `module` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `course` (`course`), KEY `module` (`module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `mdl_course_allowed_modules` -- LOCK TABLES `mdl_course_allowed_modules` WRITE; /*!40000 ALTER TABLE `mdl_course_allowed_modules` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_course_allowed_modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_categories` -- DROP TABLE IF EXISTS `mdl_course_categories`; CREATE TABLE `mdl_course_categories` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `description` text collate utf8_unicode_ci NOT NULL, `parent` int(10) unsigned NOT NULL default '0', `sortorder` int(10) unsigned NOT NULL default '0', `coursecount` int(10) unsigned NOT NULL default '0', `visible` tinyint(1) NOT NULL default '1', `timemodified` int(10) unsigned NOT NULL default '0', `depth` int(10) unsigned NOT NULL default '0', `path` varchar(255) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Course categories'; -- -- 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,'AACO Courses','',0,0,0,1,0,1,'/1'),(2,'Technical Courses','',0,999,1,1,0,1,'/2'),(3,'Administration Courses','',0,999,1,1,0,1,'/3'); /*!40000 ALTER TABLE `mdl_course_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_display` -- DROP TABLE IF EXISTS `mdl_course_display`; CREATE TABLE `mdl_course_display` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `display` int(10) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `courseuserid` (`course`,`userid`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Stores info about how to display the course'; -- -- Dumping data for table `mdl_course_display` -- LOCK TABLES `mdl_course_display` WRITE; /*!40000 ALTER TABLE `mdl_course_display` DISABLE KEYS */; INSERT INTO `mdl_course_display` VALUES (1,2,2,0),(2,2,4,0),(3,2,3,1),(4,3,7,0),(5,3,2,0),(6,2,7,0); /*!40000 ALTER TABLE `mdl_course_display` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_meta` -- DROP TABLE IF EXISTS `mdl_course_meta`; CREATE TABLE `mdl_course_meta` ( `id` int(10) unsigned NOT NULL auto_increment, `parent_course` int(10) NOT NULL default '0', `child_course` int(10) NOT NULL default '0', PRIMARY KEY (`id`), KEY `parent_course` (`parent_course`), KEY `child_course` (`child_course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `mdl_course_meta` -- LOCK TABLES `mdl_course_meta` WRITE; /*!40000 ALTER TABLE `mdl_course_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_course_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_modules` -- DROP TABLE IF EXISTS `mdl_course_modules`; CREATE TABLE `mdl_course_modules` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `module` int(10) unsigned NOT NULL default '0', `instance` int(10) unsigned NOT NULL default '0', `section` int(10) unsigned NOT NULL default '0', `added` int(10) unsigned NOT NULL default '0', `score` tinyint(4) NOT NULL default '0', `indent` int(5) unsigned NOT NULL default '0', `visible` tinyint(1) NOT NULL default '1', `visibleold` tinyint(1) NOT NULL default '1', `groupmode` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `visible` (`visible`), KEY `course` (`course`), KEY `module` (`module`), KEY `instance` (`instance`) ) ENGINE=MyISAM AUTO_INCREMENT=46 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- 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 (1,2,5,1,1,1158660216,0,0,1,1,2),(7,2,13,5,1,1158661171,0,1,1,1,0),(8,2,13,6,1,1158661331,0,1,1,1,0),(9,2,13,7,1,1158661386,0,1,1,1,0),(10,2,13,8,1,1158662186,0,1,1,1,0),(11,2,2,1,1,1158663186,0,0,1,1,0),(12,2,9,2,1,1158663241,0,0,1,1,0),(45,3,5,3,12,1158707291,0,0,1,1,0),(44,2,13,37,8,1158676247,0,0,1,1,0),(43,2,13,36,7,1158676137,0,0,1,1,0),(42,2,13,35,6,1158676085,0,0,1,1,0),(41,2,13,34,5,1158675980,0,0,1,1,0),(40,2,13,33,4,1158675875,0,0,1,1,0),(39,2,13,32,3,1158675813,0,0,1,1,0),(38,2,13,31,2,1158675663,0,0,1,1,0),(37,2,12,1,9,1158671035,0,0,1,1,0),(36,2,6,1,1,1158670102,0,0,1,1,0),(35,2,13,30,5,1158668602,0,0,1,1,0),(34,2,13,29,4,1158668449,0,0,1,1,0),(33,2,13,28,3,1158668343,0,0,1,1,0),(32,2,13,27,2,1158668148,0,0,1,1,0); /*!40000 ALTER TABLE `mdl_course_modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_course_request` -- DROP TABLE IF EXISTS `mdl_course_request`; CREATE TABLE `mdl_course_request` ( `id` int(10) unsigned NOT NULL auto_increment, `fullname` varchar(254) collate utf8_unicode_ci NOT NULL default '', `shortname` varchar(15) collate utf8_unicode_ci NOT NULL default '', `summary` text collate utf8_unicode_ci NOT NULL, `reason` text collate utf8_unicode_ci NOT NULL, `requester` int(10) NOT NULL default '0', `password` varchar(50) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`), KEY `shortname` (`shortname`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- 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`; CREATE TABLE `mdl_course_sections` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `section` int(10) unsigned NOT NULL default '0', `summary` text collate utf8_unicode_ci NOT NULL, `sequence` text collate utf8_unicode_ci NOT NULL, `visible` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id`), KEY `coursesection` (`course`,`section`) ) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- 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,'','12,7,8,9,10,1,11,36',1),(2,2,1,'<p align=\"left\"><font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>Flight Time Limitation based on Airbus Industries.</strong></font></p>','32,38',1),(3,2,2,'<p align=\"left\"><font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>Flight, Duty Time limitations and Rest Requirements Based on R.J. Policy.</strong></font></p>','33,39',1),(4,2,3,'<p align=\"left\"><font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>Guide to flight Time Limitations and Rest Requirements.</strong></font></p>','34,40',1),(5,2,4,'<p align=\"left\"><strong><font face=\"arial,helvetica,sans-serif\" size=\"2\">Flight Operations Department Communication.</font></strong></p>','35,41',1),(6,2,5,'<p><strong><font face=\"arial,helvetica,sans-serif\" size=\"2\">Company Operation Manual.</font></strong></p>','42',1),(7,2,6,'<font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>International Air Carrier Association IACA Proposal To Amend</strong></font>','43',1),(8,2,7,'<font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>Duty Time Limitation Based on Jordan Civil Aviation Regulation(JCAR).</strong></font>','44',1),(9,2,8,'<p><font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>Final Exam !</strong></font></p>','37',1),(10,2,9,'','',1),(11,2,10,'','',1),(12,3,0,'','45',1),(13,3,1,'','',1),(14,3,2,'','',1),(15,3,3,'','',1),(16,3,4,'','',1),(17,3,5,'','',1),(18,3,6,'','',1),(19,3,7,'','',1),(20,3,8,'','',1),(21,3,9,'','',1),(22,3,10,'','',1); /*!40000 ALTER TABLE `mdl_course_sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_data` -- DROP TABLE IF EXISTS `mdl_data`; CREATE TABLE `mdl_data` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `intro` text collate utf8_unicode_ci NOT NULL, `ratings` int(10) NOT NULL default '0', `comments` int(4) unsigned NOT NULL default '0', `timeavailablefrom` int(10) unsigned NOT NULL default '0', `timeavailableto` int(10) unsigned NOT NULL default '0', `timeviewfrom` int(10) unsigned NOT NULL default '0', `timeviewto` int(10) unsigned NOT NULL default '0', `participants` int(4) unsigned NOT NULL default '0', `requiredentries` int(8) unsigned NOT NULL default '0', `requiredentriestoview` int(8) unsigned NOT NULL default '0', `maxentries` int(8) unsigned NOT NULL default '0', `rssarticles` int(4) unsigned NOT NULL default '0', `singletemplate` text collate utf8_unicode_ci NOT NULL, `listtemplate` text collate utf8_unicode_ci NOT NULL, `listtemplateheader` text collate utf8_unicode_ci NOT NULL, `listtemplatefooter` text collate utf8_unicode_ci NOT NULL, `addtemplate` text collate utf8_unicode_ci NOT NULL, `rsstemplate` text collate utf8_unicode_ci NOT NULL, `rsstitletemplate` text collate utf8_unicode_ci NOT NULL, `csstemplate` text collate utf8_unicode_ci NOT NULL, `approval` tinyint(4) unsigned NOT NULL default '0', `scale` int(10) NOT NULL default '0', `assessed` int(10) unsigned NOT NULL default '0', `assesspublic` int(4) unsigned NOT NULL default '0', `defaultsort` int(10) unsigned NOT NULL default '0', `defaultsortdir` tinyint(4) unsigned NOT NULL default '0', `editany` tinyint(4) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Defines settings for each Database activity'; -- -- 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_comments` -- DROP TABLE IF EXISTS `mdl_data_comments`; CREATE TABLE `mdl_data_comments` ( `id` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `recordid` int(10) unsigned NOT NULL default '0', `content` text collate utf8_unicode_ci NOT NULL, `created` int(10) unsigned NOT NULL default '0', `modified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `mdl_data_comments` -- LOCK TABLES `mdl_data_comments` WRITE; /*!40000 ALTER TABLE `mdl_data_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_data_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_data_content` -- DROP TABLE IF EXISTS `mdl_data_content`; CREATE TABLE `mdl_data_content` ( `id` int(10) unsigned NOT NULL auto_increment, `fieldid` int(10) unsigned NOT NULL default '0', `recordid` int(10) unsigned NOT NULL default '0', `content` longtext collate utf8_unicode_ci NOT NULL, `content1` longtext collate utf8_unicode_ci NOT NULL, `content2` longtext collate utf8_unicode_ci NOT NULL, `content3` longtext collate utf8_unicode_ci NOT NULL, `content4` longtext collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- 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`; CREATE TABLE `mdl_data_fields` ( `id` int(10) unsigned NOT NULL auto_increment, `dataid` int(10) unsigned NOT NULL default '0', `type` varchar(255) collate utf8_unicode_ci NOT NULL default '', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `description` text collate utf8_unicode_ci NOT NULL, `param1` text collate utf8_unicode_ci NOT NULL, `param2` text collate utf8_unicode_ci NOT NULL, `param3` text collate utf8_unicode_ci NOT NULL, `param4` text collate utf8_unicode_ci NOT NULL, `param5` text collate utf8_unicode_ci NOT NULL, `param6` text collate utf8_unicode_ci NOT NULL, `param7` text collate utf8_unicode_ci NOT NULL, `param8` text collate utf8_unicode_ci NOT NULL, `param9` text collate utf8_unicode_ci NOT NULL, `param10` text collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- 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_ratings` -- DROP TABLE IF EXISTS `mdl_data_ratings`; CREATE TABLE `mdl_data_ratings` ( `id` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `recordid` int(10) unsigned NOT NULL default '0', `rating` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `mdl_data_ratings` -- LOCK TABLES `mdl_data_ratings` WRITE; /*!40000 ALTER TABLE `mdl_data_ratings` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_data_ratings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_data_records` -- DROP TABLE IF EXISTS `mdl_data_records`; CREATE TABLE `mdl_data_records` ( `id` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `groupid` int(10) unsigned NOT NULL default '0', `dataid` int(10) unsigned NOT NULL default '0', `timecreated` int(10) unsigned NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', `approved` tinyint(4) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- 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_enrol_authorize` -- DROP TABLE IF EXISTS `mdl_enrol_authorize`; CREATE TABLE `mdl_enrol_authorize` ( `id` int(10) unsigned NOT NULL auto_increment, `cclastfour` int(4) unsigned NOT NULL default '0', `ccname` varchar(255) collate utf8_unicode_ci NOT NULL default '', `courseid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `transid` int(10) unsigned NOT NULL default '0', `status` int(10) unsigned NOT NULL default '0', `timecreated` int(10) unsigned NOT NULL default '0', `settletime` int(10) unsigned NOT NULL default '0', `amount` varchar(10) collate utf8_unicode_ci NOT NULL default '', `currency` varchar(3) collate utf8_unicode_ci NOT NULL default 'USD', PRIMARY KEY (`id`), KEY `courseid` (`courseid`), KEY `userid` (`userid`), KEY `status` (`status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Holds all known information about authorize.net transactions'; -- -- Dumping data for table `mdl_enrol_authorize` -- LOCK TABLES `mdl_enrol_authorize` WRITE; /*!40000 ALTER TABLE `mdl_enrol_authorize` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_authorize` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_authorize_refunds` -- DROP TABLE IF EXISTS `mdl_enrol_authorize_refunds`; CREATE TABLE `mdl_enrol_authorize_refunds` ( `id` int(10) unsigned NOT NULL auto_increment, `orderid` int(10) unsigned NOT NULL default '0', `status` int(1) unsigned NOT NULL default '0', `amount` varchar(10) collate utf8_unicode_ci NOT NULL default '', `transid` int(10) unsigned default '0', `settletime` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `orderid` (`orderid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Authorize.net refunds'; -- -- Dumping data for table `mdl_enrol_authorize_refunds` -- LOCK TABLES `mdl_enrol_authorize_refunds` WRITE; /*!40000 ALTER TABLE `mdl_enrol_authorize_refunds` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_enrol_authorize_refunds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_enrol_paypal` -- DROP TABLE IF EXISTS `mdl_enrol_paypal`; CREATE TABLE `mdl_enrol_paypal` ( `id` int(10) unsigned NOT NULL auto_increment, `business` varchar(255) collate utf8_unicode_ci NOT NULL default '', `receiver_email` varchar(255) collate utf8_unicode_ci NOT NULL default '', `receiver_id` varchar(255) collate utf8_unicode_ci NOT NULL default '', `item_name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `courseid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `memo` varchar(255) collate utf8_unicode_ci NOT NULL default '', `tax` varchar(255) collate utf8_unicode_ci NOT NULL default '', `option_name1` varchar(255) collate utf8_unicode_ci NOT NULL default '', `option_selection1_x` varchar(255) collate utf8_unicode_ci NOT NULL default '', `option_name2` varchar(255) collate utf8_unicode_ci NOT NULL default '', `option_selection2_x` varchar(255) collate utf8_unicode_ci NOT NULL default '', `payment_status` varchar(255) collate utf8_unicode_ci NOT NULL default '', `pending_reason` varchar(255) collate utf8_unicode_ci NOT NULL default '', `reason_code` varchar(30) collate utf8_unicode_ci NOT NULL default '', `txn_id` varchar(255) collate utf8_unicode_ci NOT NULL default '', `parent_txn_id` varchar(255) collate utf8_unicode_ci NOT NULL default '', `payment_type` varchar(30) collate utf8_unicode_ci NOT NULL default '', `timeupdated` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Holds all known information about Paypal transactions'; -- -- 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`; CREATE TABLE `mdl_event` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `description` text collate utf8_unicode_ci NOT NULL, `format` int(4) unsigned NOT NULL default '0', `courseid` int(10) unsigned NOT NULL default '0', `groupid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `repeatid` int(10) unsigned NOT NULL default '0', `modulename` varchar(20) collate utf8_unicode_ci NOT NULL default '', `instance` int(10) unsigned NOT NULL default '0', `eventtype` varchar(20) collate utf8_unicode_ci NOT NULL default '', `timestart` int(10) unsigned NOT NULL default '0', `timeduration` int(10) unsigned NOT NULL default '0', `visible` tinyint(4) NOT NULL default '1', `uuid` varchar(36) collate utf8_unicode_ci NOT NULL default '', `sequence` int(10) unsigned NOT NULL default '1', `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `courseid` (`courseid`), KEY `userid` (`userid`), KEY `timestart` (`timestart`), KEY `timeduration` (`timeduration`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='For everything with a time associated to it'; -- -- Dumping data for table `mdl_event` -- LOCK TABLES `mdl_event` WRITE; /*!40000 ALTER TABLE `mdl_event` DISABLE KEYS */; INSERT INTO `mdl_event` VALUES (1,'FTL Chat','You Can Chat On Line !',0,2,0,0,0,'chat',1,'0',1158663300,0,1,'',1,1158663186),(4,'New Event','This is event example!',1,0,0,2,0,'',0,'',1158753600,0,1,'',1,1158670742); /*!40000 ALTER TABLE `mdl_event` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum` -- DROP TABLE IF EXISTS `mdl_forum`; CREATE TABLE `mdl_forum` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `type` enum('single','news','general','social','eachuser','teacher','qanda') collate utf8_unicode_ci NOT NULL default 'general', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `intro` text collate utf8_unicode_ci NOT NULL, `open` tinyint(2) unsigned NOT NULL default '2', `assessed` int(10) unsigned NOT NULL default '0', `assesspublic` int(4) unsigned NOT NULL default '0', `assesstimestart` int(10) unsigned NOT NULL default '0', `assesstimefinish` int(10) unsigned NOT NULL default '0', `scale` int(10) NOT NULL default '0', `maxbytes` int(10) unsigned NOT NULL default '0', `forcesubscribe` tinyint(1) unsigned NOT NULL default '0', `trackingtype` tinyint(2) unsigned NOT NULL default '1', `rsstype` tinyint(2) unsigned NOT NULL default '0', `rssarticles` tinyint(2) unsigned NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', `warnafter` int(10) unsigned NOT NULL default '0', `blockafter` int(10) unsigned NOT NULL default '0', `blockperiod` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `course` (`course`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Forums contain and structure discussion'; -- -- Dumping data for table `mdl_forum` -- LOCK TABLES `mdl_forum` WRITE; /*!40000 ALTER TABLE `mdl_forum` DISABLE KEYS */; INSERT INTO `mdl_forum` VALUES (1,2,'news','FTL forum','General news and announcements ',1,0,0,0,0,1,0,1,1,0,0,1158660345,0,0,0),(2,2,'teacher','Teacher forum','A forum for teacher-only notes and discussion',2,0,0,0,0,1,0,0,1,0,0,1158660216,0,0,0),(3,3,'news','News forum','General news and announcements',1,0,0,0,0,0,0,1,1,0,0,1158707290,0,0,0),(4,3,'teacher','Teacher forum','A forum for teacher-only notes and discussion',2,0,0,0,0,0,0,0,1,0,0,1158707303,0,0,0); /*!40000 ALTER TABLE `mdl_forum` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum_discussions` -- DROP TABLE IF EXISTS `mdl_forum_discussions`; CREATE TABLE `mdl_forum_discussions` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `forum` int(10) unsigned NOT NULL default '0', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `firstpost` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `groupid` int(10) NOT NULL default '-1', `assessed` tinyint(1) NOT NULL default '1', `timemodified` int(10) unsigned NOT NULL default '0', `usermodified` int(10) unsigned NOT NULL default '0', `timestart` int(10) unsigned NOT NULL default '0', `timeend` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_forum_discussions_forum_idx` (`forum`), KEY `mdl_forum_discussions_userid_idx` (`userid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Forums are composed of discussions'; -- -- 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,1,'New Topic!',1,2,-1,1,1158670662,2,0,0); /*!40000 ALTER TABLE `mdl_forum_discussions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum_posts` -- DROP TABLE IF EXISTS `mdl_forum_posts`; CREATE TABLE `mdl_forum_posts` ( `id` int(10) unsigned NOT NULL auto_increment, `discussion` int(10) unsigned NOT NULL default '0', `parent` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `created` int(10) unsigned NOT NULL default '0', `modified` int(10) unsigned NOT NULL default '0', `mailed` tinyint(2) unsigned NOT NULL default '0', `subject` varchar(255) collate utf8_unicode_ci NOT NULL default '', `message` text collate utf8_unicode_ci NOT NULL, `format` tinyint(2) NOT NULL default '0', `attachment` varchar(100) collate utf8_unicode_ci NOT NULL default '', `totalscore` tinyint(4) NOT NULL default '0', `mailnow` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_forum_posts_parent_idx` (`parent`), KEY `mdl_forum_posts_discussion_idx` (`discussion`), KEY `mdl_forum_posts_userid_idx` (`userid`), KEY `mdl_forum_posts_created_idx` (`created`), KEY `mdl_forum_posts_mailed_idx` (`mailed`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='All posts are stored in this table'; -- -- 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,1158670662,1158670662,0,'New Topic!','<p>This is an example of forum topic !</p>\r\n<p>And you can find file in the attachment <img title=\"wink\" alt=\"wink\" src=\"http://localhost/moodle/pix/s/wink.gif\" /></p>\r\n<p> </p>\r\n<p>Bye </p>',1,'Kamal_Qaraien-_crew_sch_training_materials.zip',0,0); /*!40000 ALTER TABLE `mdl_forum_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum_queue` -- DROP TABLE IF EXISTS `mdl_forum_queue`; CREATE TABLE `mdl_forum_queue` ( `id` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `discussionid` int(10) unsigned NOT NULL default '0', `postid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `user` (`userid`), KEY `post` (`postid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='For keeping track of posts that will be mailed in digest for'; -- -- 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_ratings` -- DROP TABLE IF EXISTS `mdl_forum_ratings`; CREATE TABLE `mdl_forum_ratings` ( `id` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `post` int(10) unsigned NOT NULL default '0', `time` int(10) unsigned NOT NULL default '0', `rating` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), KEY `userid` (`userid`), KEY `post` (`post`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Contains user ratings for individual posts'; -- -- Dumping data for table `mdl_forum_ratings` -- LOCK TABLES `mdl_forum_ratings` WRITE; /*!40000 ALTER TABLE `mdl_forum_ratings` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_forum_ratings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum_read` -- DROP TABLE IF EXISTS `mdl_forum_read`; CREATE TABLE `mdl_forum_read` ( `id` int(10) unsigned NOT NULL auto_increment, `userid` int(10) NOT NULL default '0', `forumid` int(10) NOT NULL default '0', `discussionid` int(10) NOT NULL default '0', `postid` int(10) NOT NULL default '0', `firstread` int(10) NOT NULL default '0', `lastread` int(10) NOT NULL default '0', PRIMARY KEY (`id`), KEY `mdl_forum_user_forum_idx` (`userid`,`forumid`), KEY `mdl_forum_user_discussion_idx` (`userid`,`discussionid`), KEY `mdl_forum_user_post_idx` (`userid`,`postid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Tracks each users read posts'; -- -- 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`; CREATE TABLE `mdl_forum_subscriptions` ( `id` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `forum` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `userid` (`userid`), KEY `forum` (`forum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Keeps track of who is subscribed to what forum'; -- -- Dumping data for table `mdl_forum_subscriptions` -- LOCK TABLES `mdl_forum_subscriptions` WRITE; /*!40000 ALTER TABLE `mdl_forum_subscriptions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_forum_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_forum_track_prefs` -- DROP TABLE IF EXISTS `mdl_forum_track_prefs`; CREATE TABLE `mdl_forum_track_prefs` ( `id` int(10) unsigned NOT NULL auto_increment, `userid` int(10) NOT NULL default '0', `forumid` int(10) NOT NULL default '0', PRIMARY KEY (`id`), KEY `user_forum_idx` (`userid`,`forumid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Tracks each users untracked forums.'; -- -- 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`; CREATE TABLE `mdl_glossary` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `intro` text collate utf8_unicode_ci NOT NULL, `studentcanpost` tinyint(2) unsigned NOT NULL default '0', `allowduplicatedentries` tinyint(2) unsigned NOT NULL default '0', `displayformat` varchar(50) collate utf8_unicode_ci NOT NULL default 'dictionary', `mainglossary` tinyint(2) unsigned NOT NULL default '0', `showspecial` tinyint(2) unsigned NOT NULL default '1', `showalphabet` tinyint(2) unsigned NOT NULL default '1', `showall` tinyint(2) unsigned NOT NULL default '1', `allowcomments` tinyint(2) unsigned NOT NULL default '0', `allowprintview` tinyint(2) unsigned NOT NULL default '1', `usedynalink` tinyint(2) unsigned NOT NULL default '1', `defaultapproval` tinyint(2) unsigned NOT NULL default '1', `globalglossary` tinyint(2) unsigned NOT NULL default '0', `entbypage` tinyint(3) unsigned NOT NULL default '10', `editalways` tinyint(2) unsigned NOT NULL default '0', `rsstype` tinyint(2) unsigned NOT NULL default '0', `rssarticles` tinyint(2) unsigned NOT NULL default '0', `assessed` int(10) unsigned NOT NULL default '0', `assesstimestart` int(10) unsigned NOT NULL default '0', `assesstimefinish` int(10) unsigned NOT NULL default '0', `scale` int(10) NOT NULL default '0', `timecreated` int(10) unsigned NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `course` (`course`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='all glossaries'; -- -- Dumping data for table `mdl_glossary` -- LOCK TABLES `mdl_glossary` WRITE; /*!40000 ALTER TABLE `mdl_glossary` DISABLE KEYS */; INSERT INTO `mdl_glossary` VALUES (1,2,'Glosary','',1,0,'dictionary',0,1,1,1,0,1,1,1,0,10,0,0,0,0,0,0,0,1158670102,1158670102); /*!40000 ALTER TABLE `mdl_glossary` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_glossary_alias` -- DROP TABLE IF EXISTS `mdl_glossary_alias`; CREATE TABLE `mdl_glossary_alias` ( `id` int(10) unsigned NOT NULL auto_increment, `entryid` int(10) unsigned NOT NULL default '0', `alias` varchar(255) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`), KEY `entryid` (`entryid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='entries alias'; -- -- 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`; CREATE TABLE `mdl_glossary_categories` ( `id` int(10) unsigned NOT NULL auto_increment, `glossaryid` int(10) unsigned NOT NULL default '0', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `usedynalink` tinyint(2) unsigned NOT NULL default '1', PRIMARY KEY (`id`), KEY `glossaryid` (`glossaryid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='all categories for glossary entries'; -- -- 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_comments` -- DROP TABLE IF EXISTS `mdl_glossary_comments`; CREATE TABLE `mdl_glossary_comments` ( `id` int(10) unsigned NOT NULL auto_increment, `entryid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `comment` text collate utf8_unicode_ci NOT NULL, `format` tinyint(2) unsigned NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `userid` (`userid`), KEY `entryid` (`entryid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='comments on glossary entries'; -- -- Dumping data for table `mdl_glossary_comments` -- LOCK TABLES `mdl_glossary_comments` WRITE; /*!40000 ALTER TABLE `mdl_glossary_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_glossary_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_glossary_entries` -- DROP TABLE IF EXISTS `mdl_glossary_entries`; CREATE TABLE `mdl_glossary_entries` ( `id` int(10) unsigned NOT NULL auto_increment, `glossaryid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `concept` varchar(255) collate utf8_unicode_ci NOT NULL default '', `definition` text collate utf8_unicode_ci NOT NULL, `format` tinyint(2) unsigned NOT NULL default '0', `attachment` varchar(100) collate utf8_unicode_ci NOT NULL default '', `timecreated` int(10) unsigned NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', `teacherentry` tinyint(2) unsigned NOT NULL default '0', `sourceglossaryid` int(10) unsigned NOT NULL default '0', `usedynalink` tinyint(2) unsigned NOT NULL default '1', `casesensitive` tinyint(2) unsigned NOT NULL default '0', `fullmatch` tinyint(2) unsigned NOT NULL default '1', `approved` tinyint(2) unsigned NOT NULL default '1', PRIMARY KEY (`id`), KEY `glossaryid` (`glossaryid`), KEY `userid` (`userid`), KEY `concept` (`concept`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='all glossary entries'; -- -- Dumping data for table `mdl_glossary_entries` -- LOCK TABLES `mdl_glossary_entries` WRITE; /*!40000 ALTER TABLE `mdl_glossary_entries` DISABLE KEYS */; INSERT INTO `mdl_glossary_entries` VALUES (1,1,2,'Actual flight operation','<span lang=\"EN-GB\" style=\"FONT-SIZE: 12pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-language: AR-JO; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US\">at the reporting time and ends when the crew goes off duty.</span>',1,'',1158670138,1158670138,1,0,0,0,0,1),(2,1,2,'Break','<span lang=\"EN-GB\" style=\"FONT-SIZE: 12pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-language: AR-JO; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US\">A period free of all duties, which counts as duty, being less than a rest period.</span>',1,'',1158670210,1158670210,1,0,0,0,0,1),(3,1,2,'Day','<span lang=\"EN-GB\" style=\"FONT-SIZE: 12pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-language: AR-JO; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US\">A period from 00:00 to 24:00 local time at home base.</span>',1,'',1158670231,1158670231,1,0,0,0,0,1),(4,1,2,'Early start/late finish','<span lang=\"EN-GB\" style=\"FONT-SIZE: 12pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-language: AR-JO; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US\">A flight duty period that starts before 08:00 or finish after 01:00 local time to which a crewmember is time zone adapted.</span>',1,'',1158670261,1158670261,1,0,0,0,0,1),(5,1,2,'Flight Duty Period (FDP)','<span lang=\"EN-GB\" style=\"FONT-SIZE: 12pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-language: AR-JO; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US\">The total time from the moment a crew member commences duty, immediately subsequent to a rest period and prior to making a flight or series of flight, to the end of safety duties related such a flight or series of flights.</span>',1,'',1158670292,1158670292,1,0,0,0,0,1),(6,1,2,'Home base','<span lang=\"EN-GB\" style=\"FONT-SIZE: 12pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-language: AR-JO; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US\">The place nominated by the operator to each individual crew member from where the crewmember normally starts and ends a duty period or a series of duty periods and at which place, the operator is not responsible for the accommodation of the crew member concerned.</span>',1,'',1158670313,1158670313,1,0,0,0,0,1),(7,1,2,'Local day','<span lang=\"EN-GB\" style=\"FONT-SIZE: 12pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-language: AR-JO; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US\">A 24-hour period commencing at 00:00 local time.</span>',1,'',1158670335,1158670335,1,0,0,0,0,1),(8,1,2,'Notification time','<span lang=\"EN-GB\" style=\"FONT-SIZE: 12pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-language: AR-JO; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US\">The period of time that an operator allows between the time a crew member on standby or who is holding himself available, receives a call requiring him to report for duty and the time he reports for that duty.</span>',1,'',1158670368,1158670368,1,0,0,0,0,1),(9,1,2,'Operating crewmember','<span lang=\"EN-GB\" style=\"FONT-SIZE: 12pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.05pt; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-language: AR-JO; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US\">A crewmember who carries out his duties in an aircraft during the flight or during any part of the flight.</span>',1,'',1158670394,1158670394,1,0,0,0,0,1),(10,1,2,'Positioning','The time which a crew member spends, at the behest of the operator aboard an aircraft without being charged with duties in order to be positioned to take up his flight duty at an airport other than the airport where his preceding duty ended. The same applies to positioning y surface transport. ',1,'',1158670419,1158670419,1,0,0,0,0,1),(11,1,2,'Reporting time','<p dir=\"rtl\" align=\"left\">The time at which a crewmember is required by an operator to report for any duty. </p>',1,'',1158670447,1158670447,1,0,0,0,0,1),(12,1,2,'Seat time','<p dir=\"rtl\" align=\"left\">The time spent by a flight crew member, in an operating capacity, at his flight crew station during flight time. </p>',1,'',1158670474,1158670474,1,0,0,0,0,1),(13,1,2,'Time difference','The number of hours separating local standard time at two locations (disregarding \"daylight saving time\"). ',1,'',1158670493,1158670493,1,0,0,0,0,1); /*!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`; CREATE TABLE `mdl_glossary_entries_categories` ( `id` int(10) unsigned NOT NULL auto_increment, `categoryid` int(10) unsigned NOT NULL default '0', `entryid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `entryid` (`entryid`), KEY `categoryid` (`categoryid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='categories of each glossary entry'; -- -- 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`; CREATE TABLE `mdl_glossary_formats` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(50) collate utf8_unicode_ci NOT NULL default '', `popupformatname` varchar(50) collate utf8_unicode_ci NOT NULL default '', `visible` tinyint(2) unsigned NOT NULL default '1', `showgroup` tinyint(2) unsigned NOT NULL default '1', `defaultmode` varchar(50) collate utf8_unicode_ci NOT NULL default '', `defaulthook` varchar(50) collate utf8_unicode_ci NOT NULL default '', `sortkey` varchar(50) collate utf8_unicode_ci NOT NULL default '', `sortorder` varchar(50) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Setting of the display formats'; -- -- 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,'','','',''),(2,'dictionary','dictionary',1,1,'','','',''),(3,'encyclopedia','encyclopedia',1,1,'','','',''),(4,'entrylist','entrylist',1,1,'','','',''),(5,'faq','faq',1,1,'','','',''),(6,'fullwithauthor','fullwithauthor',1,1,'','','',''),(7,'fullwithoutauthor','fullwithoutauthor',1,1,'','','',''); /*!40000 ALTER TABLE `mdl_glossary_formats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_glossary_ratings` -- DROP TABLE IF EXISTS `mdl_glossary_ratings`; CREATE TABLE `mdl_glossary_ratings` ( `id` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `entryid` int(10) unsigned NOT NULL default '0', `time` int(10) unsigned NOT NULL default '0', `rating` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), KEY `userid` (`userid`), KEY `entryid` (`entryid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Contains user ratings for entries'; -- -- Dumping data for table `mdl_glossary_ratings` -- LOCK TABLES `mdl_glossary_ratings` WRITE; /*!40000 ALTER TABLE `mdl_glossary_ratings` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_glossary_ratings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_category` -- DROP TABLE IF EXISTS `mdl_grade_category`; CREATE TABLE `mdl_grade_category` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) collate utf8_unicode_ci NOT NULL default '', `courseid` int(10) unsigned NOT NULL default '0', `drop_x_lowest` int(10) unsigned NOT NULL default '0', `bonus_points` int(10) unsigned NOT NULL default '0', `hidden` int(10) unsigned NOT NULL default '0', `weight` decimal(5,2) NOT NULL default '0.00', PRIMARY KEY (`id`), KEY `courseid` (`courseid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `mdl_grade_category` -- LOCK TABLES `mdl_grade_category` WRITE; /*!40000 ALTER TABLE `mdl_grade_category` DISABLE KEYS */; INSERT INTO `mdl_grade_category` VALUES (1,'uncategorised',2,0,0,0,'100.00'); /*!40000 ALTER TABLE `mdl_grade_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_exceptions` -- DROP TABLE IF EXISTS `mdl_grade_exceptions`; CREATE TABLE `mdl_grade_exceptions` ( `id` int(10) unsigned NOT NULL auto_increment, `courseid` int(10) unsigned NOT NULL default '0', `grade_itemid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `courseid` (`courseid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `mdl_grade_exceptions` -- LOCK TABLES `mdl_grade_exceptions` WRITE; /*!40000 ALTER TABLE `mdl_grade_exceptions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_grade_exceptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_item` -- DROP TABLE IF EXISTS `mdl_grade_item`; CREATE TABLE `mdl_grade_item` ( `id` int(10) unsigned NOT NULL auto_increment, `courseid` int(10) unsigned NOT NULL default '0', `category` int(10) unsigned NOT NULL default '0', `modid` int(10) unsigned NOT NULL default '0', `cminstance` int(10) unsigned NOT NULL default '0', `scale_grade` float(11,10) NOT NULL default '1.0000000000', `extra_credit` int(10) unsigned NOT NULL default '0', `sort_order` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `courseid` (`courseid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `mdl_grade_item` -- LOCK TABLES `mdl_grade_item` WRITE; /*!40000 ALTER TABLE `mdl_grade_item` DISABLE KEYS */; INSERT INTO `mdl_grade_item` VALUES (1,2,1,12,1,1.0000000000,0,0); /*!40000 ALTER TABLE `mdl_grade_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_letter` -- DROP TABLE IF EXISTS `mdl_grade_letter`; CREATE TABLE `mdl_grade_letter` ( `id` int(10) unsigned NOT NULL auto_increment, `courseid` int(10) unsigned NOT NULL default '0', `letter` varchar(8) collate utf8_unicode_ci NOT NULL default 'NA', `grade_high` decimal(5,2) NOT NULL default '100.00', `grade_low` decimal(5,2) NOT NULL default '0.00', PRIMARY KEY (`id`), KEY `courseid` (`courseid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `mdl_grade_letter` -- LOCK TABLES `mdl_grade_letter` WRITE; /*!40000 ALTER TABLE `mdl_grade_letter` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_grade_letter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_grade_preferences` -- DROP TABLE IF EXISTS `mdl_grade_preferences`; CREATE TABLE `mdl_grade_preferences` ( `id` int(10) unsigned NOT NULL auto_increment, `courseid` int(10) unsigned NOT NULL default '0', `preference` int(10) NOT NULL default '0', `value` int(10) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `courseidpreference` (`courseid`,`preference`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `mdl_grade_preferences` -- LOCK TABLES `mdl_grade_preferences` WRITE; /*!40000 ALTER TABLE `mdl_grade_preferences` DISABLE KEYS */; INSERT INTO `mdl_grade_preferences` VALUES (1,2,0,0); /*!40000 ALTER TABLE `mdl_grade_preferences` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_groups` -- DROP TABLE IF EXISTS `mdl_groups`; CREATE TABLE `mdl_groups` ( `id` int(10) unsigned NOT NULL auto_increment, `courseid` int(10) unsigned NOT NULL default '0', `name` varchar(254) collate utf8_unicode_ci NOT NULL default '', `description` text collate utf8_unicode_ci NOT NULL, `password` varchar(50) collate utf8_unicode_ci NOT NULL default '', `lang` varchar(10) collate utf8_unicode_ci NOT NULL default 'en', `theme` varchar(50) collate utf8_unicode_ci NOT NULL default '', `picture` int(10) unsigned NOT NULL default '0', `hidepicture` int(2) unsigned NOT NULL default '0', `timecreated` int(10) unsigned NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `courseid` (`courseid`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Each record is a group in a course.'; -- -- Dumping data for table `mdl_groups` -- LOCK TABLES `mdl_groups` WRITE; /*!40000 ALTER TABLE `mdl_groups` DISABLE KEYS */; INSERT INTO `mdl_groups` VALUES (1,2,'Group1','','','en_utf8','',0,0,1158708111,1158708143),(2,2,'Group2','','','en_utf8','',0,0,1158708123,0); /*!40000 ALTER TABLE `mdl_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_groups_members` -- DROP TABLE IF EXISTS `mdl_groups_members`; CREATE TABLE `mdl_groups_members` ( `id` int(10) unsigned NOT NULL auto_increment, `groupid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `timeadded` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `groupid` (`groupid`), KEY `userid` (`userid`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Lists memberships of users to groups'; -- -- 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,4,1158708143),(2,1,7,1158708143); /*!40000 ALTER TABLE `mdl_groups_members` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_hotpot` -- DROP TABLE IF EXISTS `mdl_hotpot`; CREATE TABLE `mdl_hotpot` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `summary` text collate utf8_unicode_ci NOT NULL, `timeopen` int(10) unsigned NOT NULL default '0', `timeclose` int(10) unsigned NOT NULL default '0', `location` int(4) unsigned NOT NULL default '0', `reference` varchar(255) collate utf8_unicode_ci NOT NULL default '', `outputformat` int(4) unsigned NOT NULL default '1', `navigation` int(4) unsigned NOT NULL default '1', `studentfeedback` tinyint(4) unsigned NOT NULL default '0', `studentfeedbackurl` varchar(255) collate utf8_unicode_ci NOT NULL default '', `forceplugins` int(4) unsigned NOT NULL default '0', `shownextquiz` int(4) unsigned NOT NULL default '0', `review` tinyint(4) NOT NULL default '0', `grade` int(10) NOT NULL default '0', `grademethod` tinyint(4) NOT NULL default '1', `attempts` smallint(6) NOT NULL default '0', `password` varchar(255) collate utf8_unicode_ci NOT NULL default '', `subnet` varchar(255) collate utf8_unicode_ci NOT NULL default '', `clickreporting` tinyint(4) unsigned NOT NULL default '0', `timecreated` int(10) unsigned NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='details about Hot Potatoes quizzes'; -- -- Dumping data for table `mdl_hotpot` -- LOCK TABLES `mdl_hotpot` WRITE; /*!40000 ALTER TABLE `mdl_hotpot` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_hotpot` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_hotpot_attempts` -- DROP TABLE IF EXISTS `mdl_hotpot_attempts`; CREATE TABLE `mdl_hotpot_attempts` ( `id` int(10) unsigned NOT NULL auto_increment, `hotpot` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `starttime` int(10) unsigned NOT NULL default '0', `endtime` int(10) unsigned NOT NULL default '0', `score` int(6) unsigned NOT NULL default '0', `penalties` int(6) unsigned NOT NULL default '0', `attempt` int(6) unsigned NOT NULL default '0', `timestart` int(10) unsigned NOT NULL default '0', `timefinish` int(10) unsigned NOT NULL default '0', `status` tinyint(4) unsigned NOT NULL default '1', `clickreportid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `hotpot_attempts_hotpot_idx` (`hotpot`), KEY `hotpot_attempts_userid_idx` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='details about Hot Potatoes quiz attempts'; -- -- Dumping data for table `mdl_hotpot_attempts` -- LOCK TABLES `mdl_hotpot_attempts` WRITE; /*!40000 ALTER TABLE `mdl_hotpot_attempts` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_hotpot_attempts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_hotpot_details` -- DROP TABLE IF EXISTS `mdl_hotpot_details`; CREATE TABLE `mdl_hotpot_details` ( `id` int(10) unsigned NOT NULL auto_increment, `attempt` int(10) unsigned NOT NULL default '0', `details` text collate utf8_unicode_ci, PRIMARY KEY (`id`), KEY `hotpot_details_attempt_idx` (`attempt`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='raw details (as XML) of Hot Potatoes quiz attempts'; -- -- Dumping data for table `mdl_hotpot_details` -- LOCK TABLES `mdl_hotpot_details` WRITE; /*!40000 ALTER TABLE `mdl_hotpot_details` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_hotpot_details` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_hotpot_questions` -- DROP TABLE IF EXISTS `mdl_hotpot_questions`; CREATE TABLE `mdl_hotpot_questions` ( `id` int(10) unsigned NOT NULL auto_increment, `name` text collate utf8_unicode_ci NOT NULL, `type` tinyint(4) unsigned NOT NULL default '0', `text` int(10) unsigned NOT NULL default '0', `hotpot` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `hotpot_questions_name_idx` (`name`(20)), KEY `hotpot_questions_hotpot_idx` (`hotpot`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='details about questions in Hot Potatoes quiz attempts'; -- -- Dumping data for table `mdl_hotpot_questions` -- LOCK TABLES `mdl_hotpot_questions` WRITE; /*!40000 ALTER TABLE `mdl_hotpot_questions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_hotpot_questions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_hotpot_responses` -- DROP TABLE IF EXISTS `mdl_hotpot_responses`; CREATE TABLE `mdl_hotpot_responses` ( `id` int(10) unsigned NOT NULL auto_increment, `attempt` int(10) unsigned NOT NULL default '0', `question` int(10) unsigned NOT NULL default '0', `score` smallint(6) NOT NULL default '0', `weighting` smallint(6) NOT NULL default '0', `correct` varchar(255) collate utf8_unicode_ci NOT NULL default '', `wrong` varchar(255) collate utf8_unicode_ci NOT NULL default '', `ignored` varchar(255) collate utf8_unicode_ci NOT NULL default '', `hints` smallint(6) unsigned NOT NULL default '0', `clues` smallint(6) unsigned NOT NULL default '0', `checks` smallint(6) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `hotpot_responses_attempt_idx` (`attempt`), KEY `hotpot_responses_question_idx` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='details about responses in Hot Potatoes quiz attempts'; -- -- Dumping data for table `mdl_hotpot_responses` -- LOCK TABLES `mdl_hotpot_responses` WRITE; /*!40000 ALTER TABLE `mdl_hotpot_responses` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_hotpot_responses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_hotpot_strings` -- DROP TABLE IF EXISTS `mdl_hotpot_strings`; CREATE TABLE `mdl_hotpot_strings` ( `id` int(10) unsigned NOT NULL auto_increment, `string` text collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `hotpot_strings_string_idx` (`string`(20)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='strings used in Hot Potatoes questions and responses'; -- -- Dumping data for table `mdl_hotpot_strings` -- LOCK TABLES `mdl_hotpot_strings` WRITE; /*!40000 ALTER TABLE `mdl_hotpot_strings` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_hotpot_strings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_journal` -- DROP TABLE IF EXISTS `mdl_journal`; CREATE TABLE `mdl_journal` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `intro` text collate utf8_unicode_ci NOT NULL, `introformat` tinyint(2) NOT NULL default '0', `days` smallint(5) unsigned NOT NULL default '7', `assessed` int(10) NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `course` (`course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `mdl_journal` -- LOCK TABLES `mdl_journal` WRITE; /*!40000 ALTER TABLE `mdl_journal` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_journal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_journal_entries` -- DROP TABLE IF EXISTS `mdl_journal_entries`; CREATE TABLE `mdl_journal_entries` ( `id` int(10) unsigned NOT NULL auto_increment, `journal` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `modified` int(10) unsigned NOT NULL default '0', `text` text collate utf8_unicode_ci NOT NULL, `format` tinyint(2) NOT NULL default '0', `rating` int(10) default '0', `comment` text collate utf8_unicode_ci, `teacher` int(10) unsigned NOT NULL default '0', `timemarked` int(10) unsigned NOT NULL default '0', `mailed` int(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `journal` (`journal`), KEY `userid` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='All the journal entries of all people'; -- -- Dumping data for table `mdl_journal_entries` -- LOCK TABLES `mdl_journal_entries` WRITE; /*!40000 ALTER TABLE `mdl_journal_entries` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_journal_entries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_label` -- DROP TABLE IF EXISTS `mdl_label`; CREATE TABLE `mdl_label` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `content` text collate utf8_unicode_ci NOT NULL, `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `course` (`course`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Defines labels'; -- -- Dumping data for table `mdl_label` -- LOCK TABLES `mdl_label` WRITE; /*!40000 ALTER TABLE `mdl_label` DISABLE KEYS */; INSERT INTO `mdl_label` VALUES (2,2,'Flight Time Limitations, Crew Scheduling, Policy a...','<p><font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>Flight Time Limitations, Crew Scheduling, Policy and Procedure Course.</strong></font></p>',1158663336); /*!40000 ALTER TABLE `mdl_label` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lams` -- DROP TABLE IF EXISTS `mdl_lams`; CREATE TABLE `mdl_lams` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `introduction` text collate utf8_unicode_ci NOT NULL, `learning_session_id` bigint(20) default '0', `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `course` (`course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='LAMS activity'; -- -- Dumping data for table `mdl_lams` -- LOCK TABLES `mdl_lams` WRITE; /*!40000 ALTER TABLE `mdl_lams` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lams` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lesson` -- DROP TABLE IF EXISTS `mdl_lesson`; CREATE TABLE `mdl_lesson` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `practice` tinyint(3) unsigned NOT NULL default '0', `modattempts` tinyint(3) unsigned NOT NULL default '0', `usepassword` tinyint(3) unsigned NOT NULL default '0', `password` varchar(32) collate utf8_unicode_ci NOT NULL default '', `dependency` int(10) unsigned NOT NULL default '0', `conditions` text collate utf8_unicode_ci NOT NULL, `grade` tinyint(3) NOT NULL default '0', `custom` tinyint(3) unsigned NOT NULL default '0', `ongoing` tinyint(3) unsigned NOT NULL default '0', `usemaxgrade` tinyint(3) NOT NULL default '0', `maxanswers` int(3) unsigned NOT NULL default '4', `maxattempts` int(3) unsigned NOT NULL default '5', `review` tinyint(3) unsigned NOT NULL default '0', `nextpagedefault` int(3) unsigned NOT NULL default '0', `minquestions` int(3) unsigned NOT NULL default '0', `maxpages` int(3) unsigned NOT NULL default '0', `timed` tinyint(3) unsigned NOT NULL default '0', `maxtime` int(10) unsigned NOT NULL default '0', `retake` int(3) unsigned NOT NULL default '1', `activitylink` int(10) unsigned NOT NULL default '0', `mediafile` varchar(255) collate utf8_unicode_ci NOT NULL default '', `mediaheight` int(10) unsigned NOT NULL default '100', `mediawidth` int(10) unsigned NOT NULL default '650', `mediaclose` tinyint(3) unsigned NOT NULL default '0', `slideshow` tinyint(3) unsigned NOT NULL default '0', `width` int(10) unsigned NOT NULL default '640', `height` int(10) unsigned NOT NULL default '480', `bgcolor` varchar(7) collate utf8_unicode_ci NOT NULL default '#FFFFFF', `displayleft` tinyint(3) unsigned NOT NULL default '0', `displayleftif` int(3) unsigned NOT NULL default '0', `progressbar` tinyint(3) unsigned NOT NULL default '0', `highscores` tinyint(3) unsigned NOT NULL default '0', `maxhighscores` int(10) unsigned NOT NULL default '0', `available` int(10) unsigned NOT NULL default '0', `deadline` int(10) unsigned NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `course` (`course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Defines lesson'; -- -- 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`; CREATE TABLE `mdl_lesson_answers` ( `id` int(10) unsigned NOT NULL auto_increment, `lessonid` int(10) unsigned NOT NULL default '0', `pageid` int(10) unsigned NOT NULL default '0', `jumpto` int(11) NOT NULL default '0', `grade` tinyint(3) unsigned NOT NULL default '0', `score` int(10) NOT NULL default '0', `flags` tinyint(3) unsigned NOT NULL default '0', `timecreated` int(10) unsigned NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', `answer` text collate utf8_unicode_ci NOT NULL, `response` text collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `pageid` (`pageid`), KEY `lessonid` (`lessonid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Defines lesson_answers'; -- -- 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`; CREATE TABLE `mdl_lesson_attempts` ( `id` int(10) unsigned NOT NULL auto_increment, `lessonid` int(10) unsigned NOT NULL default '0', `pageid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `answerid` int(10) unsigned NOT NULL default '0', `retry` int(3) unsigned NOT NULL default '0', `correct` int(10) unsigned NOT NULL default '0', `useranswer` text collate utf8_unicode_ci NOT NULL, `timeseen` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `userid` (`userid`), KEY `lessonid` (`lessonid`), KEY `pageid` (`pageid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Defines lesson_attempts'; -- -- 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`; CREATE TABLE `mdl_lesson_branch` ( `id` int(10) unsigned NOT NULL auto_increment, `lessonid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `pageid` int(10) unsigned NOT NULL default '0', `retry` int(10) unsigned NOT NULL default '0', `flag` tinyint(3) unsigned NOT NULL default '0', `timeseen` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- 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_default` -- DROP TABLE IF EXISTS `mdl_lesson_default`; CREATE TABLE `mdl_lesson_default` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `practice` tinyint(3) unsigned NOT NULL default '0', `modattempts` tinyint(3) unsigned NOT NULL default '0', `usepassword` int(3) unsigned NOT NULL default '0', `password` varchar(32) collate utf8_unicode_ci NOT NULL default '', `conditions` text collate utf8_unicode_ci NOT NULL, `grade` tinyint(3) NOT NULL default '0', `custom` int(3) unsigned NOT NULL default '0', `ongoing` int(3) unsigned NOT NULL default '0', `usemaxgrade` tinyint(3) unsigned NOT NULL default '0', `maxanswers` int(3) unsigned NOT NULL default '4', `maxattempts` int(3) unsigned NOT NULL default '5', `review` tinyint(3) unsigned NOT NULL default '0', `nextpagedefault` int(3) unsigned NOT NULL default '0', `minquestions` tinyint(3) unsigned NOT NULL default '0', `maxpages` int(3) unsigned NOT NULL default '0', `timed` int(3) unsigned NOT NULL default '0', `maxtime` int(10) unsigned NOT NULL default '0', `retake` int(3) unsigned NOT NULL default '1', `mediaheight` int(10) unsigned NOT NULL default '100', `mediawidth` int(10) unsigned NOT NULL default '650', `mediaclose` tinyint(3) unsigned NOT NULL default '0', `slideshow` int(3) unsigned NOT NULL default '0', `width` int(10) unsigned NOT NULL default '640', `height` int(10) unsigned NOT NULL default '480', `bgcolor` varchar(7) collate utf8_unicode_ci default '#FFFFFF', `displayleft` int(3) unsigned NOT NULL default '0', `displayleftif` int(3) unsigned NOT NULL default '0', `progressbar` tinyint(3) unsigned NOT NULL default '0', `highscores` int(3) unsigned NOT NULL default '0', `maxhighscores` int(10) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Defines lesson_default'; -- -- Dumping data for table `mdl_lesson_default` -- LOCK TABLES `mdl_lesson_default` WRITE; /*!40000 ALTER TABLE `mdl_lesson_default` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lesson_default` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lesson_grades` -- DROP TABLE IF EXISTS `mdl_lesson_grades`; CREATE TABLE `mdl_lesson_grades` ( `id` int(10) unsigned NOT NULL auto_increment, `lessonid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `grade` float unsigned NOT NULL default '0', `late` int(3) unsigned NOT NULL default '0', `completed` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `lessonid` (`lessonid`), KEY `userid` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Defines lesson_grades'; -- -- 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_high_scores` -- DROP TABLE IF EXISTS `mdl_lesson_high_scores`; CREATE TABLE `mdl_lesson_high_scores` ( `id` int(10) unsigned NOT NULL auto_increment, `lessonid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `gradeid` int(10) unsigned NOT NULL default '0', `nickname` varchar(5) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `mdl_lesson_high_scores` -- LOCK TABLES `mdl_lesson_high_scores` WRITE; /*!40000 ALTER TABLE `mdl_lesson_high_scores` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_lesson_high_scores` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_lesson_pages` -- DROP TABLE IF EXISTS `mdl_lesson_pages`; CREATE TABLE `mdl_lesson_pages` ( `id` int(10) unsigned NOT NULL auto_increment, `lessonid` int(10) unsigned NOT NULL default '0', `prevpageid` int(10) unsigned NOT NULL default '0', `nextpageid` int(10) unsigned NOT NULL default '0', `qtype` tinyint(3) unsigned NOT NULL default '0', `qoption` tinyint(3) unsigned NOT NULL default '0', `layout` tinyint(3) unsigned NOT NULL default '1', `display` tinyint(3) unsigned NOT NULL default '1', `timecreated` int(10) unsigned NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', `title` varchar(255) collate utf8_unicode_ci NOT NULL default '', `contents` text collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `lessonid` (`lessonid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Defines lesson_pages'; -- -- 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`; CREATE TABLE `mdl_lesson_timer` ( `id` int(10) unsigned NOT NULL auto_increment, `lessonid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `starttime` int(10) unsigned NOT NULL default '0', `lessontime` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- 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_log` -- DROP TABLE IF EXISTS `mdl_log`; CREATE TABLE `mdl_log` ( `id` int(10) unsigned NOT NULL auto_increment, `time` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `ip` varchar(15) collate utf8_unicode_ci NOT NULL default '', `course` int(10) unsigned NOT NULL default '0', `module` varchar(20) collate utf8_unicode_ci NOT NULL default '', `cmid` int(10) unsigned NOT NULL default '0', `action` varchar(40) collate utf8_unicode_ci NOT NULL default '', `url` varchar(100) collate utf8_unicode_ci NOT NULL default '', `info` varchar(255) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`), KEY `timecoursemoduleaction` (`time`,`course`,`module`,`action`), KEY `coursemoduleaction` (`course`,`module`,`action`), KEY `courseuserid` (`course`,`userid`), KEY `userid` (`userid`), KEY `info` (`info`) ) ENGINE=MyISAM AUTO_INCREMENT=919 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Every action is logged as far as possible.'; -- -- Dumping data for table `mdl_log` -- LOCK TABLES `mdl_log` WRITE; /*!40000 ALTER TABLE `mdl_log` DISABLE KEYS */; INSERT INTO `mdl_log` VALUES (1,1158658487,2,'127.0.0.1',1,'user',0,'update','view.php?id=2&course=1',''),(2,1158658489,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(3,1158658492,2,'127.0.0.1',1,'user',0,'view','view.php?id=2&course=1','2'),(4,1158658500,2,'127.0.0.1',0,'login',0,'error','index.php','admin'),(5,1158658500,2,'127.0.0.1',1,'user',0,'change password','view.php?id=2&course=1','2'),(6,1158658502,2,'127.0.0.1',1,'user',0,'view','view.php?id=2&course=1','2'),(7,1158658504,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(8,1158658518,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(9,1158658635,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(10,1158659952,2,'127.0.0.1',1,'user',0,'login','view.php?id=2&course=1','2'),(11,1158659956,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(12,1158659965,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(13,1158659977,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(14,1158660038,2,'127.0.0.1',1,'user',0,'update','view.php?id=3&course=1',''),(15,1158660046,2,'127.0.0.1',1,'user',0,'view','view.php?id=1&course=1','1'),(16,1158660051,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(17,1158660101,2,'127.0.0.1',1,'user',0,'update','view.php?id=4&course=1',''),(18,1158660121,2,'127.0.0.1',1,'user',0,'logout','view.php?id=2&course=1','2'),(19,1158660127,4,'127.0.0.1',1,'user',0,'login','view.php?id=4&course=1','4'),(20,1158660127,4,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(21,1158660136,4,'127.0.0.1',1,'user',0,'view','view.php?id=4&course=1','4'),(22,1158660137,4,'127.0.0.1',1,'user',0,'logout','view.php?id=4&course=1','4'),(23,1158660143,3,'127.0.0.1',1,'user',0,'login','view.php?id=3&course=1','3'),(24,1158660144,3,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(25,1158660147,3,'127.0.0.1',1,'user',0,'logout','view.php?id=3&course=1','3'),(26,1158660152,2,'127.0.0.1',1,'user',0,'login','view.php?id=2&course=1','2'),(27,1158660152,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(28,1158660200,2,'127.0.0.1',1,'course',0,'new','view.php?id=2','Flight Time Limitations. (ID 2)'),(29,1158660216,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(30,1158660218,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(31,1158660219,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(32,1158660223,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(33,1158660318,2,'127.0.0.1',2,'course',0,'update','edit.php?id=2',''),(34,1158660319,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(35,1158660325,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(36,1158660345,2,'127.0.0.1',2,'course',0,'update mod','../mod/forum/view.php?id=1','forum 1'),(37,1158660345,2,'127.0.0.1',2,'forum',1,'update','view.php?id=1','1'),(38,1158660345,2,'127.0.0.1',2,'forum',1,'view forum','view.php?id=1','1'),(39,1158660368,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(40,1158660444,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(41,1158660459,2,'127.0.0.1',2,'course',0,'add mod','../mod/label/view.php?id=2','label 1'),(42,1158660459,2,'127.0.0.1',2,'label',2,'add','view.php?id=2','1'),(43,1158660459,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(44,1158660464,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(45,1158660476,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(46,1158660485,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(47,1158660496,2,'127.0.0.1',2,'course',0,'update mod','../mod/label/view.php?id=2','label 1'),(48,1158660496,2,'127.0.0.1',2,'label',2,'update','view.php?id=2','1'),(49,1158660497,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(50,1158660540,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(51,1158660546,2,'127.0.0.1',2,'course',2,'delete mod','view.php?id=2','label 1'),(52,1158660546,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(53,1158660579,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(54,1158660616,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(55,1158660623,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(56,1158660626,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(57,1158660633,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(58,1158660759,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=3','resource 1'),(59,1158660759,2,'127.0.0.1',2,'resource',3,'add','view.php?id=3','1'),(60,1158660759,2,'127.0.0.1',2,'resource',3,'view','view.php?id=3','1'),(61,1158660763,2,'127.0.0.1',2,'resource',0,'view all','index.php?id=2',''),(62,1158660765,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(63,1158660769,2,'127.0.0.1',2,'resource',3,'view','view.php?id=3','1'),(64,1158660788,2,'127.0.0.1',2,'course',0,'update mod','../mod/resource/view.php?id=3','resource 1'),(65,1158660788,2,'127.0.0.1',2,'resource',3,'update','view.php?id=3','1'),(66,1158660788,2,'127.0.0.1',2,'resource',3,'view','view.php?id=3','1'),(67,1158660790,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(68,1158660793,2,'127.0.0.1',2,'resource',3,'view','view.php?id=3','1'),(69,1158660796,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(70,1158660798,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(71,1158660800,2,'127.0.0.1',2,'resource',3,'view','view.php?id=3','1'),(72,1158660806,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(73,1158660807,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(74,1158660853,2,'127.0.0.1',2,'course',0,'update mod','../mod/resource/view.php?id=3','resource 1'),(75,1158660853,2,'127.0.0.1',2,'resource',3,'update','view.php?id=3','1'),(76,1158660853,2,'127.0.0.1',2,'resource',3,'view','view.php?id=3','1'),(77,1158660856,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(78,1158660860,2,'127.0.0.1',2,'resource',3,'view','view.php?id=3','1'),(79,1158660862,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(80,1158660873,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(81,1158660879,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(82,1158660882,2,'127.0.0.1',2,'resource',3,'view','view.php?id=3','1'),(83,1158660901,2,'127.0.0.1',2,'course',0,'update mod','../mod/resource/view.php?id=3','resource 1'),(84,1158660901,2,'127.0.0.1',2,'resource',3,'update','view.php?id=3','1'),(85,1158660902,2,'127.0.0.1',2,'resource',3,'view','view.php?id=3','1'),(86,1158660911,2,'127.0.0.1',2,'course',0,'update mod','../mod/resource/view.php?id=3','resource 1'),(87,1158660911,2,'127.0.0.1',2,'resource',3,'update','view.php?id=3','1'),(88,1158660912,2,'127.0.0.1',2,'resource',3,'view','view.php?id=3','1'),(89,1158660914,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(90,1158660940,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(91,1158660943,2,'127.0.0.1',2,'resource',3,'view','view.php?id=3','1'),(92,1158660945,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(93,1158660966,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=4','resource 2'),(94,1158660966,2,'127.0.0.1',2,'resource',4,'add','view.php?id=4','2'),(95,1158660967,2,'127.0.0.1',2,'resource',4,'view','view.php?id=4','2'),(96,1158660968,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(97,1158660988,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(98,1158660997,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(99,1158661044,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=5','resource 3'),(100,1158661044,2,'127.0.0.1',2,'resource',5,'add','view.php?id=5','3'),(101,1158661044,2,'127.0.0.1',2,'resource',5,'view','view.php?id=5','3'),(102,1158661047,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(103,1158661075,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=6','resource 4'),(104,1158661075,2,'127.0.0.1',2,'resource',6,'add','view.php?id=6','4'),(105,1158661075,2,'127.0.0.1',2,'resource',6,'view','view.php?id=6','4'),(106,1158661078,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(107,1158661081,2,'127.0.0.1',2,'resource',6,'view','view.php?id=6','4'),(108,1158661089,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(109,1158661097,2,'127.0.0.1',2,'course',6,'delete mod','view.php?id=2','resource 4'),(110,1158661097,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(111,1158661123,2,'127.0.0.1',2,'course',5,'delete mod','view.php?id=2','resource 3'),(112,1158661124,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(113,1158661128,2,'127.0.0.1',2,'course',4,'delete mod','view.php?id=2','resource 2'),(114,1158661128,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(115,1158661132,2,'127.0.0.1',2,'course',3,'delete mod','view.php?id=2','resource 1'),(116,1158661133,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(117,1158661171,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=7','resource 5'),(118,1158661171,2,'127.0.0.1',2,'resource',7,'add','view.php?id=7','5'),(119,1158661172,2,'127.0.0.1',2,'resource',7,'view','view.php?id=7','5'),(120,1158661174,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(121,1158661177,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(122,1158661179,2,'127.0.0.1',2,'resource',7,'view','view.php?id=7','5'),(123,1158661190,2,'127.0.0.1',2,'resource',0,'view all','index.php?id=2',''),(124,1158661192,2,'127.0.0.1',2,'resource',7,'view','view.php?id=7','5'),(125,1158661222,2,'127.0.0.1',2,'course',0,'update mod','../mod/resource/view.php?id=7','resource 5'),(126,1158661222,2,'127.0.0.1',2,'resource',7,'update','view.php?id=7','5'),(127,1158661223,2,'127.0.0.1',2,'resource',7,'view','view.php?id=7','5'),(128,1158661246,2,'127.0.0.1',2,'course',0,'update mod','../mod/resource/view.php?id=7','resource 5'),(129,1158661246,2,'127.0.0.1',2,'resource',7,'update','view.php?id=7','5'),(130,1158661246,2,'127.0.0.1',2,'resource',7,'view','view.php?id=7','5'),(131,1158661258,2,'127.0.0.1',2,'course',0,'update mod','../mod/resource/view.php?id=7','resource 5'),(132,1158661258,2,'127.0.0.1',2,'resource',7,'update','view.php?id=7','5'),(133,1158661259,2,'127.0.0.1',2,'resource',7,'view','view.php?id=7','5'),(134,1158661265,2,'127.0.0.1',2,'resource',0,'view all','index.php?id=2',''),(135,1158661267,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(136,1158661271,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(137,1158661294,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(138,1158661296,2,'127.0.0.1',2,'resource',7,'view','view.php?id=7','5'),(139,1158661299,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(140,1158661331,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=8','resource 6'),(141,1158661331,2,'127.0.0.1',2,'resource',8,'add','view.php?id=8','6'),(142,1158661332,2,'127.0.0.1',2,'resource',8,'view','view.php?id=8','6'),(143,1158661334,2,'127.0.0.1',2,'resource',0,'view all','index.php?id=2',''),(144,1158661335,2,'127.0.0.1',2,'resource',7,'view','view.php?id=7','5'),(145,1158661338,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(146,1158661386,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=9','resource 7'),(147,1158661386,2,'127.0.0.1',2,'resource',9,'add','view.php?id=9','7'),(148,1158661386,2,'127.0.0.1',2,'resource',9,'view','view.php?id=9','7'),(149,1158661389,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(150,1158661391,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(151,1158661416,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(152,1158661421,2,'127.0.0.1',2,'resource',7,'view','view.php?id=7','5'),(153,1158661433,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(154,1158661437,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(155,1158661444,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(156,1158661700,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(157,1158661705,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(158,1158661718,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(159,1158661725,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(160,1158661752,2,'127.0.0.1',2,'course',0,'update','edit.php?id=2',''),(161,1158661753,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(162,1158661761,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(163,1158661863,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(164,1158661870,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(165,1158661879,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(166,1158661891,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=2','1'),(167,1158661891,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(168,1158661921,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=2','1'),(169,1158661921,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(170,1158661926,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(171,1158661932,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(172,1158661936,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(173,1158661939,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(174,1158661962,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(175,1158661966,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(176,1158661970,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(177,1158661978,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(178,1158661981,2,'127.0.0.1',2,'resource',8,'view','view.php?id=8','6'),(179,1158661985,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(180,1158661988,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(181,1158662186,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=10','resource 8'),(182,1158662186,2,'127.0.0.1',2,'resource',10,'add','view.php?id=10','8'),(183,1158662186,2,'127.0.0.1',2,'resource',10,'view','view.php?id=10','8'),(184,1158662190,2,'127.0.0.1',2,'resource',0,'view all','index.php?id=2',''),(185,1158662192,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(186,1158662196,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(187,1158662202,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(188,1158662328,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(189,1158662362,2,'127.0.0.1',2,'course',0,'update','edit.php?id=2',''),(190,1158662364,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(191,1158662380,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(192,1158662441,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=2','1'),(193,1158662441,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(194,1158662447,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(195,1158662462,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(196,1158662472,2,'127.0.0.1',2,'course',0,'update','edit.php?id=2',''),(197,1158662474,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(198,1158662481,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(199,1158662500,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=2','1'),(200,1158662500,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(201,1158662504,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(202,1158662535,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(203,1158662538,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(204,1158662552,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(205,1158662583,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=3','2'),(206,1158662583,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(207,1158662593,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(208,1158662616,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(209,1158662631,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=4','3'),(210,1158662631,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(211,1158662637,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(212,1158662642,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(213,1158662698,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=4','3'),(214,1158662699,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(215,1158662730,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=5','4'),(216,1158662730,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(217,1158662740,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(218,1158662784,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(219,1158662896,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=5','4'),(220,1158662896,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(221,1158662913,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(222,1158662925,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(223,1158662933,2,'127.0.0.1',2,'course',0,'update','edit.php?id=2',''),(224,1158662935,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(225,1158663003,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(226,1158663012,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=2','1'),(227,1158663013,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(228,1158663021,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=3','2'),(229,1158663022,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(230,1158663029,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=4','3'),(231,1158663029,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(232,1158663041,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=5','4'),(233,1158663041,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(234,1158663047,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(235,1158663055,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(236,1158663061,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=2','1'),(237,1158663061,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(238,1158663068,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=3','2'),(239,1158663068,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(240,1158663076,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=4','3'),(241,1158663077,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(242,1158663084,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=5','4'),(243,1158663084,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(244,1158663089,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(245,1158663094,2,'127.0.0.1',2,'resource',7,'view','view.php?id=7','5'),(246,1158663096,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(247,1158663099,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(248,1158663106,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(249,1158663115,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(250,1158663123,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(251,1158663126,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(252,1158663186,2,'127.0.0.1',2,'course',0,'add mod','../mod/chat/view.php?id=11','chat 1'),(253,1158663186,2,'127.0.0.1',2,'chat',11,'add','view.php?id=11','1'),(254,1158663186,2,'127.0.0.1',2,'chat',11,'view','view.php?id=11','1'),(255,1158663193,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(256,1158663197,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(257,1158663205,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(258,1158663241,2,'127.0.0.1',2,'course',0,'add mod','../mod/label/view.php?id=12','label 2'),(259,1158663241,2,'127.0.0.1',2,'label',12,'add','view.php?id=12','2'),(260,1158663242,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(261,1158663250,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(262,1158663253,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(263,1158663256,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(264,1158663273,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(265,1158663280,2,'127.0.0.1',2,'resource',7,'view','view.php?id=7','5'),(266,1158663283,2,'127.0.0.1',2,'resource',0,'view all','index.php?id=2',''),(267,1158663284,2,'127.0.0.1',2,'resource',8,'view','view.php?id=8','6'),(268,1158663286,2,'127.0.0.1',2,'resource',0,'view all','index.php?id=2',''),(269,1158663287,2,'127.0.0.1',2,'resource',9,'view','view.php?id=9','7'),(270,1158663289,2,'127.0.0.1',2,'resource',0,'view all','index.php?id=2',''),(271,1158663290,2,'127.0.0.1',2,'resource',10,'view','view.php?id=10','8'),(272,1158663293,2,'127.0.0.1',2,'resource',0,'view all','index.php?id=2',''),(273,1158663293,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(274,1158663296,2,'127.0.0.1',2,'chat',11,'view','view.php?id=11','1'),(275,1158663302,2,'127.0.0.1',2,'chat',11,'talk','view.php?id=11','1'),(276,1158663311,2,'127.0.0.1',2,'chat',0,'view all','index.php?id=2',''),(277,1158663312,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(278,1158663320,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(279,1158663321,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(280,1158663336,2,'127.0.0.1',2,'course',0,'update mod','../mod/label/view.php?id=12','label 2'),(281,1158663336,2,'127.0.0.1',2,'label',12,'update','view.php?id=12','2'),(282,1158663336,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(283,1158663343,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(284,1158663348,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(285,1158663352,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(286,1158663363,2,'127.0.0.1',2,'chat',11,'view','view.php?id=11','1'),(287,1158663369,2,'127.0.0.1',2,'chat',0,'view all','index.php?id=2',''),(288,1158663370,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(289,1158663927,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(290,1158663958,2,'127.0.0.1',2,'course',0,'update','edit.php?id=2',''),(291,1158663960,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(292,1158663964,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(293,1158663991,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(294,1158664007,2,'127.0.0.1',2,'course',0,'update','edit.php?id=2',''),(295,1158664009,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(296,1158664059,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=2','1'),(297,1158664060,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(298,1158664089,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=3','2'),(299,1158664089,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(300,1158664097,2,'127.0.0.1',2,'resource',10,'view','view.php?id=10','8'),(301,1158664102,2,'127.0.0.1',2,'resource',0,'view all','index.php?id=2',''),(302,1158664104,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(303,1158664108,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(304,1158664136,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(305,1158664136,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(306,1158664158,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=4','3'),(307,1158664158,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(308,1158664199,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=5','4'),(309,1158664199,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(310,1158664248,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=6','5'),(311,1158664248,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(312,1158664295,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=7','6'),(313,1158664296,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(314,1158664329,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=8','7'),(315,1158664330,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(316,1158664364,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=9','8'),(317,1158664365,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(318,1158664371,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(319,1158664407,2,'127.0.0.1',2,'resource',10,'view','view.php?id=10','8'),(320,1158664448,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(321,1158664790,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(322,1158664795,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(323,1158664838,2,'127.0.0.1',2,'resource',10,'view','view.php?id=10','8'),(324,1158665036,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(325,1158665169,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=13','resource 9'),(326,1158665169,2,'127.0.0.1',2,'resource',13,'add','view.php?id=13','9'),(327,1158665169,2,'127.0.0.1',2,'resource',13,'view','view.php?id=13','9'),(328,1158665174,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(329,1158665251,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=14','resource 10'),(330,1158665251,2,'127.0.0.1',2,'resource',14,'add','view.php?id=14','10'),(331,1158665251,2,'127.0.0.1',2,'resource',14,'view','view.php?id=14','10'),(332,1158665262,2,'127.0.0.1',2,'course',0,'update mod','../mod/resource/view.php?id=14','resource 10'),(333,1158665262,2,'127.0.0.1',2,'resource',14,'update','view.php?id=14','10'),(334,1158665262,2,'127.0.0.1',2,'resource',14,'view','view.php?id=14','10'),(335,1158665264,2,'127.0.0.1',2,'resource',0,'view all','index.php?id=2',''),(336,1158665267,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(337,1158665317,2,'127.0.0.1',2,'resource',14,'view','view.php?id=14','10'),(338,1158665320,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(339,1158665379,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=15','resource 11'),(340,1158665379,2,'127.0.0.1',2,'resource',15,'add','view.php?id=15','11'),(341,1158665380,2,'127.0.0.1',2,'resource',15,'view','view.php?id=15','11'),(342,1158665383,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(343,1158665423,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=16','resource 12'),(344,1158665423,2,'127.0.0.1',2,'resource',16,'add','view.php?id=16','12'),(345,1158665424,2,'127.0.0.1',2,'resource',16,'view','view.php?id=16','12'),(346,1158665428,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(347,1158665446,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=17','resource 13'),(348,1158665446,2,'127.0.0.1',2,'resource',17,'add','view.php?id=17','13'),(349,1158665447,2,'127.0.0.1',2,'resource',17,'view','view.php?id=17','13'),(350,1158665449,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(351,1158665466,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=18','resource 14'),(352,1158665466,2,'127.0.0.1',2,'resource',18,'add','view.php?id=18','14'),(353,1158665467,2,'127.0.0.1',2,'resource',18,'view','view.php?id=18','14'),(354,1158665469,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(355,1158665488,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=19','resource 15'),(356,1158665488,2,'127.0.0.1',2,'resource',19,'add','view.php?id=19','15'),(357,1158665488,2,'127.0.0.1',2,'resource',19,'view','view.php?id=19','15'),(358,1158665491,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(359,1158665510,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=20','resource 16'),(360,1158665510,2,'127.0.0.1',2,'resource',20,'add','view.php?id=20','16'),(361,1158665511,2,'127.0.0.1',2,'resource',20,'view','view.php?id=20','16'),(362,1158665517,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(363,1158665526,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=21','resource 17'),(364,1158665526,2,'127.0.0.1',2,'resource',21,'add','view.php?id=21','17'),(365,1158665527,2,'127.0.0.1',2,'resource',21,'view','view.php?id=21','17'),(366,1158665546,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(367,1158665554,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=22','resource 18'),(368,1158665554,2,'127.0.0.1',2,'resource',22,'add','view.php?id=22','18'),(369,1158665555,2,'127.0.0.1',2,'resource',22,'view','view.php?id=22','18'),(370,1158665559,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(371,1158665573,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=23','resource 19'),(372,1158665573,2,'127.0.0.1',2,'resource',23,'add','view.php?id=23','19'),(373,1158665574,2,'127.0.0.1',2,'resource',23,'view','view.php?id=23','19'),(374,1158665581,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(375,1158665590,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=24','resource 20'),(376,1158665590,2,'127.0.0.1',2,'resource',24,'add','view.php?id=24','20'),(377,1158665590,2,'127.0.0.1',2,'resource',24,'view','view.php?id=24','20'),(378,1158665593,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(379,1158665608,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=25','resource 21'),(380,1158665608,2,'127.0.0.1',2,'resource',25,'add','view.php?id=25','21'),(381,1158665609,2,'127.0.0.1',2,'resource',25,'view','view.php?id=25','21'),(382,1158665611,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(383,1158665623,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=26','resource 22'),(384,1158665623,2,'127.0.0.1',2,'resource',26,'add','view.php?id=26','22'),(385,1158665624,2,'127.0.0.1',2,'resource',26,'view','view.php?id=26','22'),(386,1158665626,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(387,1158665637,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=27','resource 23'),(388,1158665637,2,'127.0.0.1',2,'resource',27,'add','view.php?id=27','23'),(389,1158665637,2,'127.0.0.1',2,'resource',27,'view','view.php?id=27','23'),(390,1158665642,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(391,1158665653,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=28','resource 24'),(392,1158665653,2,'127.0.0.1',2,'resource',28,'add','view.php?id=28','24'),(393,1158665653,2,'127.0.0.1',2,'resource',28,'view','view.php?id=28','24'),(394,1158665655,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(395,1158665674,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(396,1158665691,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(397,1158665696,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(398,1158665706,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(399,1158665713,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(400,1158665718,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(401,1158665722,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(402,1158665728,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(403,1158665750,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(404,1158665760,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(405,1158665769,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(406,1158665775,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(407,1158665828,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(408,1158665842,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(409,1158665846,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(410,1158665851,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(411,1158665856,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(412,1158665860,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(413,1158665869,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(414,1158665875,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(415,1158665880,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(416,1158665886,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(417,1158666073,2,'127.0.0.1',2,'resource',20,'view','view.php?id=20','16'),(418,1158666078,2,'127.0.0.1',2,'resource',0,'view all','index.php?id=2',''),(419,1158666098,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(420,1158666103,2,'127.0.0.1',2,'resource',13,'view','view.php?id=13','9'),(421,1158666111,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(422,1158666135,2,'127.0.0.1',2,'resource',24,'view','view.php?id=24','20'),(423,1158666137,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(424,1158666174,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(425,1158666208,2,'127.0.0.1',2,'course',0,'update mod','../mod/resource/view.php?id=15','resource 11'),(426,1158666208,2,'127.0.0.1',2,'resource',15,'update','view.php?id=15','11'),(427,1158666226,2,'127.0.0.1',2,'course',0,'update mod','../mod/resource/view.php?id=15','resource 11'),(428,1158666226,2,'127.0.0.1',2,'resource',15,'update','view.php?id=15','11'),(429,1158666226,2,'127.0.0.1',2,'resource',15,'view','view.php?id=15','11'),(430,1158666228,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(431,1158666234,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(432,1158666272,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(433,1158666307,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=29','resource 25'),(434,1158666307,2,'127.0.0.1',2,'resource',29,'add','view.php?id=29','25'),(435,1158666308,2,'127.0.0.1',2,'resource',29,'view','view.php?id=29','25'),(436,1158666315,2,'127.0.0.1',2,'resource',0,'view all','index.php?id=2',''),(437,1158666316,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(438,1158666323,2,'127.0.0.1',2,'course',29,'delete mod','view.php?id=2','resource 25'),(439,1158666324,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(440,1158666338,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=30','resource 26'),(441,1158666338,2,'127.0.0.1',2,'resource',30,'add','view.php?id=30','26'),(442,1158666350,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(443,1158666359,2,'127.0.0.1',2,'course',30,'delete mod','view.php?id=2','resource 26'),(444,1158666359,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(445,1158666401,2,'127.0.0.1',2,'course',0,'add mod','../mod/lesson/view.php?id=31','lesson 1'),(446,1158666401,2,'127.0.0.1',2,'lesson',31,'add','view.php?id=31','1'),(447,1158666408,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(448,1158666451,2,'127.0.0.1',2,'lesson',0,'view all','index.php?id=2',''),(449,1158666454,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(450,1158666462,2,'127.0.0.1',2,'course',31,'delete mod','view.php?id=2','lesson 1'),(451,1158666462,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(452,1158666468,2,'127.0.0.1',2,'resource',27,'view','view.php?id=27','23'),(453,1158666471,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(454,1158666482,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(455,1158666493,2,'127.0.0.1',2,'resource',22,'view','view.php?id=22','18'),(456,1158666496,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(457,1158666501,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(458,1158666819,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(459,1158666827,2,'127.0.0.1',2,'course',13,'delete mod','view.php?id=2','resource 9'),(460,1158666828,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(461,1158666835,2,'127.0.0.1',2,'course',15,'delete mod','view.php?id=2','resource 11'),(462,1158666835,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(463,1158666838,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(464,1158666846,2,'127.0.0.1',2,'course',14,'delete mod','view.php?id=2','resource 10'),(465,1158666847,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(466,1158666854,2,'127.0.0.1',2,'course',16,'delete mod','view.php?id=2','resource 12'),(467,1158666855,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(468,1158666862,2,'127.0.0.1',2,'course',17,'delete mod','view.php?id=2','resource 13'),(469,1158666863,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(470,1158666869,2,'127.0.0.1',2,'course',18,'delete mod','view.php?id=2','resource 14'),(471,1158666869,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(472,1158666874,2,'127.0.0.1',2,'course',19,'delete mod','view.php?id=2','resource 15'),(473,1158666875,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(474,1158666880,2,'127.0.0.1',2,'course',20,'delete mod','view.php?id=2','resource 16'),(475,1158666881,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(476,1158666886,2,'127.0.0.1',2,'course',21,'delete mod','view.php?id=2','resource 17'),(477,1158666887,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(478,1158666892,2,'127.0.0.1',2,'course',22,'delete mod','view.php?id=2','resource 18'),(479,1158666893,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(480,1158666898,2,'127.0.0.1',2,'course',23,'delete mod','view.php?id=2','resource 19'),(481,1158666898,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(482,1158666906,2,'127.0.0.1',2,'course',24,'delete mod','view.php?id=2','resource 20'),(483,1158666906,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(484,1158666920,2,'127.0.0.1',2,'course',25,'delete mod','view.php?id=2','resource 21'),(485,1158666921,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(486,1158666926,2,'127.0.0.1',2,'course',26,'delete mod','view.php?id=2','resource 22'),(487,1158666927,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(488,1158666932,2,'127.0.0.1',2,'course',27,'delete mod','view.php?id=2','resource 23'),(489,1158666932,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(490,1158666937,2,'127.0.0.1',2,'course',28,'delete mod','view.php?id=2','resource 24'),(491,1158666938,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(492,1158667613,2,'127.0.0.1',2,'chat',11,'view','view.php?id=11','1'),(493,1158668148,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=32','resource 27'),(494,1158668148,2,'127.0.0.1',2,'resource',32,'add','view.php?id=32','27'),(495,1158668149,2,'127.0.0.1',2,'resource',32,'view','view.php?id=32','27'),(496,1158668153,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(497,1158668156,2,'127.0.0.1',2,'resource',32,'view','view.php?id=32','27'),(498,1158668234,2,'127.0.0.1',2,'course',0,'update mod','../mod/resource/view.php?id=32','resource 27'),(499,1158668234,2,'127.0.0.1',2,'resource',32,'update','view.php?id=32','27'),(500,1158668234,2,'127.0.0.1',2,'resource',32,'view','view.php?id=32','27'),(501,1158668237,2,'127.0.0.1',2,'resource',0,'view all','index.php?id=2',''),(502,1158668241,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(503,1158668254,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(504,1158668257,2,'127.0.0.1',2,'resource',32,'view','view.php?id=32','27'),(505,1158668266,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(506,1158668301,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(507,1158668343,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=33','resource 28'),(508,1158668343,2,'127.0.0.1',2,'resource',33,'add','view.php?id=33','28'),(509,1158668343,2,'127.0.0.1',2,'resource',33,'view','view.php?id=33','28'),(510,1158668347,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(511,1158668351,2,'127.0.0.1',2,'resource',33,'view','view.php?id=33','28'),(512,1158668369,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(513,1158668385,2,'127.0.0.1',2,'course',0,'update mod','../mod/resource/view.php?id=33','resource 28'),(514,1158668385,2,'127.0.0.1',2,'resource',33,'update','view.php?id=33','28'),(515,1158668385,2,'127.0.0.1',2,'resource',33,'view','view.php?id=33','28'),(516,1158668387,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(517,1158668449,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=34','resource 29'),(518,1158668449,2,'127.0.0.1',2,'resource',34,'add','view.php?id=34','29'),(519,1158668449,2,'127.0.0.1',2,'resource',34,'view','view.php?id=34','29'),(520,1158668452,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(521,1158668602,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=35','resource 30'),(522,1158668602,2,'127.0.0.1',2,'resource',35,'add','view.php?id=35','30'),(523,1158668603,2,'127.0.0.1',2,'resource',35,'view','view.php?id=35','30'),(524,1158668610,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(525,1158668703,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(526,1158668925,2,'127.0.0.1',2,'chat',11,'view','view.php?id=11','1'),(527,1158668946,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(528,1158668946,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(529,1158669052,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(530,1158669227,2,'127.0.0.1',2,'resource',35,'view','view.php?id=35','30'),(531,1158669245,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(532,1158670019,2,'127.0.0.1',2,'resource',32,'view','view.php?id=32','27'),(533,1158670022,2,'127.0.0.1',2,'resource',0,'view all','index.php?id=2',''),(534,1158670025,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(535,1158670032,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(536,1158670041,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(537,1158670102,2,'127.0.0.1',2,'course',0,'add mod','../mod/glossary/view.php?id=36','glossary 1'),(538,1158670102,2,'127.0.0.1',2,'glossary',36,'add','view.php?id=36','1'),(539,1158670103,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(540,1158670138,2,'127.0.0.1',2,'glossary',36,'add entry','view.php?id=36&mode=entry&hook=1','1'),(541,1158670140,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(542,1158670145,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(543,1158670156,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(544,1158670159,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(545,1158670163,2,'127.0.0.1',2,'glossary',0,'view all','index.php?id=2',''),(546,1158670165,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(547,1158670168,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(548,1158670171,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(549,1158670178,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(550,1158670189,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(551,1158670193,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(552,1158670210,2,'127.0.0.1',2,'glossary',36,'add entry','view.php?id=36&mode=entry&hook=2','2'),(553,1158670214,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(554,1158670231,2,'127.0.0.1',2,'glossary',36,'add entry','view.php?id=36&mode=entry&hook=3','3'),(555,1158670234,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(556,1158670237,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(557,1158670261,2,'127.0.0.1',2,'glossary',36,'add entry','view.php?id=36&mode=entry&hook=4','4'),(558,1158670263,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(559,1158670292,2,'127.0.0.1',2,'glossary',36,'add entry','view.php?id=36&mode=entry&hook=5','5'),(560,1158670296,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(561,1158670313,2,'127.0.0.1',2,'glossary',36,'add entry','view.php?id=36&mode=entry&hook=6','6'),(562,1158670317,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(563,1158670335,2,'127.0.0.1',2,'glossary',36,'add entry','view.php?id=36&mode=entry&hook=7','7'),(564,1158670337,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(565,1158670368,2,'127.0.0.1',2,'glossary',36,'add entry','view.php?id=36&mode=entry&hook=8','8'),(566,1158670370,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(567,1158670394,2,'127.0.0.1',2,'glossary',36,'add entry','view.php?id=36&mode=entry&hook=9','9'),(568,1158670398,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(569,1158670398,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(570,1158670419,2,'127.0.0.1',2,'glossary',36,'add entry','view.php?id=36&mode=entry&hook=10','10'),(571,1158670423,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(572,1158670447,2,'127.0.0.1',2,'glossary',36,'add entry','view.php?id=36&mode=entry&hook=11','11'),(573,1158670450,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(574,1158670474,2,'127.0.0.1',2,'glossary',36,'add entry','view.php?id=36&mode=entry&hook=12','12'),(575,1158670478,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(576,1158670494,2,'127.0.0.1',2,'glossary',36,'add entry','view.php?id=36&mode=entry&hook=13','13'),(577,1158670497,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(578,1158670498,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(579,1158670500,2,'127.0.0.1',2,'glossary',0,'view all','index.php?id=2',''),(580,1158670501,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(581,1158670507,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(582,1158670511,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(583,1158670517,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(584,1158670521,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(585,1158670533,2,'127.0.0.1',2,'resource',0,'view all','index.php?id=2',''),(586,1158670535,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(587,1158670539,2,'127.0.0.1',2,'forum',0,'view forums','index.php?id=2',''),(588,1158670544,2,'127.0.0.1',2,'forum',1,'view forum','view.php?id=1','1'),(589,1158670663,2,'127.0.0.1',2,'upload',0,'upload','http://localhost/moodle/mod/forum/post.php?forum=1','C:\\wamp/moodledata/2/moddata/forum/1/1/Kamal_Qaraien-_crew_sch_training_materials.zip'),(590,1158670663,2,'127.0.0.1',2,'forum',1,'add discussion','discuss.php?d=1','1'),(591,1158670668,2,'127.0.0.1',2,'forum',1,'view forum','view.php?id=1','1'),(592,1158670669,2,'127.0.0.1',2,'forum',1,'view forum','view.php?id=1','1'),(593,1158670673,2,'127.0.0.1',2,'forum',0,'view forums','index.php?id=2',''),(594,1158670681,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(595,1158670742,2,'127.0.0.1',0,'calendar',0,'add','event.php?action=edit&id=4','New Event'),(596,1158670812,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(597,1158670833,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(598,1158670896,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(599,1158670899,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(600,1158670919,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(601,1158670924,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(602,1158670927,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(603,1158670938,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(604,1158670940,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(605,1158670960,2,'127.0.0.1',2,'course',0,'editsection','editsection.php?id=9','8'),(606,1158670961,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(607,1158671035,2,'127.0.0.1',2,'course',0,'add mod','../mod/quiz/view.php?id=37','quiz 1'),(608,1158671035,2,'127.0.0.1',2,'quiz',37,'add','view.php?id=37','1'),(609,1158671037,2,'127.0.0.1',2,'quiz',37,'editquestions','view.php?id=37','1'),(610,1158671314,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(611,1158671982,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(612,1158671989,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(613,1158672009,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(614,1158672013,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(615,1158672025,2,'127.0.0.1',2,'resource',32,'view','view.php?id=32','27'),(616,1158672029,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(617,1158675462,2,'127.0.0.1',2,'resource',0,'view all','index.php?id=2',''),(618,1158675465,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(619,1158675618,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(620,1158675646,2,'127.0.0.1',2,'upload',0,'upload','http://localhost/moodle/files/index.php?choose=form.reference&id=2&wdir=%2F&action=upload','C:\\wamp/moodledata/2/FLIGHT_TIME_LIMITATIONS.pdf'),(621,1158675663,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=38','resource 31'),(622,1158675663,2,'127.0.0.1',2,'resource',38,'add','view.php?id=38','31'),(623,1158675664,2,'127.0.0.1',2,'resource',38,'view','view.php?id=38','31'),(624,1158675671,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(625,1158675683,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(626,1158675709,2,'127.0.0.1',2,'course',0,'update mod','../mod/resource/view.php?id=38','resource 31'),(627,1158675709,2,'127.0.0.1',2,'resource',38,'update','view.php?id=38','31'),(628,1158675710,2,'127.0.0.1',2,'resource',38,'view','view.php?id=38','31'),(629,1158675713,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(630,1158675794,2,'127.0.0.1',2,'upload',0,'upload','http://localhost/moodle/files/index.php?choose=form.reference&id=2&wdir=%2F&action=upload','C:\\wamp/moodledata/2/Flight_Duty_Limitation_and_Rest_Requirement.pdf'),(631,1158675813,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=39','resource 32'),(632,1158675813,2,'127.0.0.1',2,'resource',39,'add','view.php?id=39','32'),(633,1158675814,2,'127.0.0.1',2,'resource',39,'view','view.php?id=39','32'),(634,1158675817,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(635,1158675858,2,'127.0.0.1',2,'upload',0,'upload','http://localhost/moodle/files/index.php?choose=form.reference&id=2&wdir=%2F&action=upload','C:\\wamp/moodledata/2/Guide_to_Flight_Time_Limitations_and_Rest_Requirements.pdf'),(636,1158675875,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=40','resource 33'),(637,1158675875,2,'127.0.0.1',2,'resource',40,'add','view.php?id=40','33'),(638,1158675876,2,'127.0.0.1',2,'resource',40,'view','view.php?id=40','33'),(639,1158675879,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(640,1158675909,2,'127.0.0.1',2,'course',0,'update mod','../mod/resource/view.php?id=40','resource 33'),(641,1158675909,2,'127.0.0.1',2,'resource',40,'update','view.php?id=40','33'),(642,1158675911,2,'127.0.0.1',2,'resource',40,'view','view.php?id=40','33'),(643,1158675913,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(644,1158675941,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(645,1158675963,2,'127.0.0.1',2,'upload',0,'upload','http://localhost/moodle/files/index.php?choose=form.reference&id=2&wdir=%2F&action=upload','C:\\wamp/moodledata/2/FLIGHT_OPERATIONS_DEPARTMENT_COMMUNICATION.pdf'),(646,1158675980,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=41','resource 34'),(647,1158675980,2,'127.0.0.1',2,'resource',41,'add','view.php?id=41','34'),(648,1158675981,2,'127.0.0.1',2,'resource',41,'view','view.php?id=41','34'),(649,1158675984,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(650,1158676017,2,'127.0.0.1',2,'course',0,'update mod','../mod/resource/view.php?id=41','resource 34'),(651,1158676017,2,'127.0.0.1',2,'resource',41,'update','view.php?id=41','34'),(652,1158676018,2,'127.0.0.1',2,'resource',41,'view','view.php?id=41','34'),(653,1158676021,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(654,1158676040,2,'127.0.0.1',2,'upload',0,'upload','http://localhost/moodle/files/index.php?choose=form.reference&id=2&wdir=%2F&action=upload','C:\\wamp/moodledata/2/COMPANY_OPERATION_MANUAL.pdf'),(655,1158676085,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=42','resource 35'),(656,1158676085,2,'127.0.0.1',2,'resource',42,'add','view.php?id=42','35'),(657,1158676086,2,'127.0.0.1',2,'resource',42,'view','view.php?id=42','35'),(658,1158676091,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(659,1158676116,2,'127.0.0.1',2,'upload',0,'upload','http://localhost/moodle/files/index.php?choose=form.reference&id=2&wdir=%2F&action=upload','C:\\wamp/moodledata/2/International_Air_Carrier_Association_IACA.pdf'),(660,1158676137,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=43','resource 36'),(661,1158676137,2,'127.0.0.1',2,'resource',43,'add','view.php?id=43','36'),(662,1158676138,2,'127.0.0.1',2,'resource',43,'view','view.php?id=43','36'),(663,1158676142,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(664,1158676176,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(665,1158676188,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(666,1158676240,2,'127.0.0.1',2,'upload',0,'upload','http://localhost/moodle/files/index.php?choose=form.reference&id=2&wdir=%2F&action=upload','C:\\wamp/moodledata/2/JORDANIAN_CIVIL_AVIATION_REGULATIONS.pdf'),(667,1158676247,2,'127.0.0.1',2,'course',0,'add mod','../mod/resource/view.php?id=44','resource 37'),(668,1158676247,2,'127.0.0.1',2,'resource',44,'add','view.php?id=44','37'),(669,1158676249,2,'127.0.0.1',2,'resource',44,'view','view.php?id=44','37'),(670,1158676252,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(671,1158676281,2,'127.0.0.1',2,'course',0,'update mod','../mod/resource/view.php?id=44','resource 37'),(672,1158676281,2,'127.0.0.1',2,'resource',44,'update','view.php?id=44','37'),(673,1158676282,2,'127.0.0.1',2,'resource',44,'view','view.php?id=44','37'),(674,1158676285,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(675,1158676289,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(676,1158676294,2,'127.0.0.1',2,'resource',35,'view','view.php?id=35','30'),(677,1158676300,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(678,1158676310,2,'127.0.0.1',2,'chat',11,'view','view.php?id=11','1'),(679,1158676318,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(680,1158676347,2,'127.0.0.1',1,'user',0,'logout','view.php?id=2&course=1','2'),(681,1158676357,4,'127.0.0.1',1,'user',0,'login','view.php?id=4&course=1','4'),(682,1158676358,4,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(683,1158676361,4,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(684,1158676382,4,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(685,1158676388,4,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(686,1158676397,4,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(687,1158676401,4,'127.0.0.1',1,'user',0,'logout','view.php?id=4&course=1','4'),(688,1158676408,3,'127.0.0.1',1,'user',0,'login','view.php?id=3&course=1','3'),(689,1158676408,3,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(690,1158676420,3,'127.0.0.1',1,'library',0,'mailer','http://localhost/moodle/course/enrol.php?id=2&confirm=1','ERROR: Could not instantiate mail function.'),(691,1158676420,3,'127.0.0.1',2,'course',0,'enrol','view.php?id=2','3'),(692,1158676421,3,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(693,1158676451,3,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(694,1158676455,3,'127.0.0.1',2,'quiz',37,'view','view.php?id=37','1'),(695,1158676461,3,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(696,1158676463,3,'127.0.0.1',1,'user',0,'logout','view.php?id=3&course=1','3'),(697,1158676472,4,'127.0.0.1',1,'user',0,'login','view.php?id=4&course=1','4'),(698,1158676472,4,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(699,1158676475,4,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(700,1158676482,4,'127.0.0.1',2,'quiz',37,'editquestions','view.php?id=37','1'),(701,1158676511,4,'127.0.0.1',1,'user',0,'logout','view.php?id=4&course=1','4'),(702,1158676519,3,'127.0.0.1',1,'user',0,'login','view.php?id=3&course=1','3'),(703,1158676520,3,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(704,1158676523,3,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(705,1158676528,3,'127.0.0.1',2,'quiz',37,'view','view.php?id=37','1'),(706,1158676532,3,'127.0.0.1',2,'quiz',37,'attempt','review.php?attempt=1','1'),(707,1158676550,3,'127.0.0.1',2,'quiz',37,'close attempt','review.php?attempt=1','1'),(708,1158676553,3,'127.0.0.1',2,'quiz',37,'review','review.php?id=37&attempt=1','1'),(709,1158676554,3,'127.0.0.1',2,'quiz',37,'review','review.php?id=37&attempt=1','1'),(710,1158676558,3,'127.0.0.1',2,'quiz',37,'view','view.php?id=37','1'),(711,1158676564,3,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(712,1158676572,3,'127.0.0.1',1,'user',0,'logout','view.php?id=3&course=1','3'),(713,1158676581,4,'127.0.0.1',1,'user',0,'login','view.php?id=4&course=1','4'),(714,1158676582,4,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(715,1158676584,4,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(716,1158676600,4,'127.0.0.1',2,'quiz',37,'view','view.php?id=37','1'),(717,1158676605,4,'127.0.0.1',2,'quiz',37,'report','report.php?id=37','1'),(718,1158676609,4,'127.0.0.1',2,'quiz',37,'report','report.php?id=37','1'),(719,1158676612,4,'127.0.0.1',2,'quiz',37,'report','report.php?id=37','1'),(720,1158676612,4,'127.0.0.1',2,'quiz',37,'manualgrading','report.php?mode=grading&q=1','1'),(721,1158676614,4,'127.0.0.1',2,'quiz',37,'report','report.php?id=37','1'),(722,1158676632,4,'127.0.0.1',2,'quiz',37,'report','report.php?id=37','1'),(723,1158676632,4,'127.0.0.1',2,'quiz',37,'manualgrading','report.php?mode=grading&q=1','1'),(724,1158676635,4,'127.0.0.1',2,'quiz',37,'report','report.php?id=37','1'),(725,1158676636,4,'127.0.0.1',2,'quiz',37,'report','report.php?id=37','1'),(726,1158676642,4,'127.0.0.1',2,'quiz',37,'review','review.php?id=37&attempt=1','1'),(727,1158676659,4,'127.0.0.1',2,'quiz',37,'editquestions','view.php?id=37','1'),(728,1158676667,4,'127.0.0.1',2,'quiz',37,'view','view.php?id=37','1'),(729,1158676671,4,'127.0.0.1',2,'quiz',0,'view all','index.php?id=2',''),(730,1158676672,4,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(731,1158676697,4,'127.0.0.1',2,'course',0,'report live','report/log/live.php?id=2','2'),(732,1158676722,4,'127.0.0.1',2,'course',0,'report participation','report/participation/index.php?id=2','2'),(733,1158676733,4,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(734,1158677275,4,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(735,1158677297,4,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(736,1158677302,4,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(737,1158677331,4,'127.0.0.1',1,'user',0,'view','view.php?id=4&course=1','4'),(738,1158677342,4,'127.0.0.1',1,'user',0,'logout','view.php?id=4&course=1','4'),(739,1158677349,2,'127.0.0.1',1,'user',0,'login','view.php?id=2&course=1','2'),(740,1158677350,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(741,1158677459,2,'127.0.0.1',1,'course',0,'user report','user.php?id=1&user=4&mode=outline','4'),(742,1158677462,2,'127.0.0.1',1,'course',0,'user report','user.php?id=1&user=4&mode=complete','4'),(743,1158677464,2,'127.0.0.1',1,'course',0,'user report','user.php?id=1&user=4&mode=todaylogs','4'),(744,1158677466,2,'127.0.0.1',1,'course',0,'user report','user.php?id=1&user=4&mode=alllogs','4'),(745,1158677471,2,'127.0.0.1',1,'user',0,'view','view.php?id=4&course=1','4'),(746,1158677478,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(747,1158677527,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(748,1158685446,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(749,1158685446,2,'127.0.0.1',1,'user',0,'logout','view.php?id=2&course=1','2'),(750,1158685508,2,'127.0.0.1',1,'user',0,'login','view.php?id=2&course=1','2'),(751,1158685509,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(752,1158690680,2,'127.0.0.1',1,'user',0,'login','view.php?id=2&course=1','2'),(753,1158690680,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(754,1158691129,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(755,1158691156,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(756,1158691171,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(757,1158691186,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(758,1158691326,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(759,1158691350,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(760,1158691354,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(761,1158691363,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(762,1158691377,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(763,1158691420,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(764,1158691445,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(765,1158691453,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(766,1158691462,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(767,1158691611,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(768,1158691628,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(769,1158691794,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(770,1158691799,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(771,1158691971,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(772,1158691973,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(773,1158691983,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(774,1158693764,2,'127.0.0.1',1,'user',0,'logout','view.php?id=2&course=1','2'),(775,1158693838,2,'127.0.0.1',1,'user',0,'login','view.php?id=2&course=1','2'),(776,1158693838,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(777,1158693862,2,'127.0.0.1',1,'user',0,'update','view.php?id=4&course=1',''),(778,1158693886,2,'127.0.0.1',1,'user',0,'view','view.php?id=4&course=1','4'),(779,1158693888,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(780,1158693905,2,'127.0.0.1',1,'user',0,'update','view.php?id=3&course=1',''),(781,1158693909,2,'127.0.0.1',1,'user',0,'logout','view.php?id=2&course=1','2'),(782,1158693916,2,'127.0.0.1',1,'user',0,'login','view.php?id=2&course=1','2'),(783,1158693917,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(784,1158693923,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(785,1158694193,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(786,1158694194,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(787,1158694208,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(788,1158694694,2,'127.0.0.1',1,'user',0,'login','view.php?id=2&course=1','2'),(789,1158694695,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(790,1158694751,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(791,1158694902,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(792,1158694944,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(793,1158694969,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(794,1158694979,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(795,1158695012,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(796,1158695380,2,'127.0.0.1',1,'user',0,'login','view.php?id=2&course=1','2'),(797,1158695380,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(798,1158695396,2,'127.0.0.1',2,'resource',7,'view','view.php?id=7','5'),(799,1158695399,2,'127.0.0.1',2,'resource',0,'view all','index.php?id=2',''),(800,1158695399,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(801,1158695406,2,'127.0.0.1',2,'forum',1,'view forum','view.php?id=1','1'),(802,1158695421,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(803,1158695423,2,'127.0.0.1',2,'chat',11,'view','view.php?id=11','1'),(804,1158695430,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(805,1158695433,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(806,1158695438,2,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(807,1158695442,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(808,1158695449,2,'127.0.0.1',2,'resource',39,'view','view.php?id=39','32'),(809,1158695465,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(810,1158695488,2,'127.0.0.1',2,'resource',10,'view','view.php?id=10','8'),(811,1158695492,2,'127.0.0.1',2,'resource',8,'view','view.php?id=8','6'),(812,1158695504,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(813,1158695516,2,'127.0.0.1',2,'resource',8,'view','view.php?id=8','6'),(814,1158695518,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(815,1158695544,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(816,1158695549,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(817,1158695561,2,'127.0.0.1',2,'quiz',0,'view all','index.php?id=2',''),(818,1158695563,2,'127.0.0.1',2,'quiz',37,'view','view.php?id=37','1'),(819,1158695568,2,'127.0.0.1',2,'quiz',37,'attempt','review.php?attempt=2','1'),(820,1158695599,2,'127.0.0.1',2,'quiz',37,'close attempt','review.php?attempt=2','1'),(821,1158695601,2,'127.0.0.1',2,'quiz',37,'review','review.php?id=37&attempt=2','1'),(822,1158695607,2,'127.0.0.1',2,'quiz',37,'view','view.php?id=37','1'),(823,1158695611,2,'127.0.0.1',2,'quiz',37,'review','review.php?id=37&attempt=2','1'),(824,1158695616,2,'127.0.0.1',2,'quiz',37,'view','view.php?id=37','1'),(825,1158695619,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(826,1158695638,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(827,1158695675,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(828,1158695895,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(829,1158695924,3,'127.0.0.1',1,'user',0,'login','view.php?id=3&course=1','3'),(830,1158695924,3,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(831,1158695934,3,'127.0.0.1',1,'library',0,'mailer','http://localhost/moodle/course/enrol.php?id=2&confirm=1','ERROR: Could not instantiate mail function.'),(832,1158695934,3,'127.0.0.1',2,'course',0,'enrol','view.php?id=2','3'),(833,1158695935,3,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(834,1158695971,3,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(835,1158701702,3,'127.0.0.1',2,'resource',7,'view','view.php?id=7','5'),(836,1158701710,3,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(837,1158701718,3,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(838,1158701737,3,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(839,1158701740,3,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(840,1158701767,3,'127.0.0.1',2,'glossary',36,'view','view.php?id=36&tab=-1','1'),(841,1158701769,3,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(842,1158701770,3,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(843,1158701775,3,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(844,1158701778,3,'127.0.0.1',2,'chat',11,'view','view.php?id=11','1'),(845,1158701792,2,'127.0.0.1',2,'resource',39,'view','view.php?id=39','32'),(846,1158701827,3,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(847,1158701834,3,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(848,1158701936,2,'127.0.0.1',2,'resource',0,'view all','index.php?id=2',''),(849,1158701938,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(850,1158701943,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(851,1158704087,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(852,1158705420,2,'127.0.0.1',1,'user',0,'login','view.php?id=2&course=1','2'),(853,1158705422,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(854,1158705489,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(855,1158705515,2,'127.0.0.1',1,'user',0,'view','view.php?id=7&course=1','7'),(856,1158705519,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(857,1158705596,2,'127.0.0.1',1,'user',0,'view','view.php?id=7&course=1','7'),(858,1158705599,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(859,1158705814,2,'192.168.2.3',1,'user',0,'login','view.php?id=2&course=1','2'),(860,1158705883,2,'192.168.2.3',1,'user',0,'login','view.php?id=2&course=1','2'),(861,1158705942,2,'127.0.0.1',1,'user',0,'update','view.php?id=7&course=1',''),(862,1158705975,2,'192.168.2.3',1,'user',0,'login','view.php?id=2&course=1','2'),(863,1158705985,2,'192.168.2.3',1,'user',0,'login','view.php?id=2&course=1','2'),(864,1158706115,2,'192.168.2.3',1,'user',0,'login','view.php?id=2&course=1','2'),(865,1158706128,2,'192.168.2.3',1,'course',0,'view','view.php?id=1','1'),(866,1158706269,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(867,1158706468,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(868,1158707202,2,'127.0.0.1',1,'course',0,'new','view.php?id=3','Admin102 (ID 3)'),(869,1158707272,7,'127.0.0.1',1,'user',0,'login','view.php?id=7&course=1','7'),(870,1158707272,7,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(871,1158707290,7,'127.0.0.1',1,'library',0,'mailer','http://localhost/moodle/course/enrol.php?id=3&confirm=1','ERROR: Could not instantiate mail function.'),(872,1158707290,7,'127.0.0.1',3,'course',0,'enrol','view.php?id=3','7'),(873,1158707290,7,'127.0.0.1',3,'course',0,'view','view.php?id=3','3'),(874,1158707303,2,'127.0.0.1',3,'course',0,'view','view.php?id=3','3'),(875,1158707307,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(876,1158707311,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(877,1158707332,7,'127.0.0.1',1,'library',0,'mailer','http://localhost/moodle/course/enrol.php?id=2&confirm=1','ERROR: Could not instantiate mail function.'),(878,1158707332,7,'127.0.0.1',2,'course',0,'enrol','view.php?id=2','7'),(879,1158707333,7,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(880,1158707367,2,'127.0.0.1',3,'course',0,'view','view.php?id=3','3'),(881,1158707371,2,'127.0.0.1',3,'course',0,'view','view.php?id=3','3'),(882,1158707421,2,'127.0.0.1',3,'course',0,'view','view.php?id=3','3'),(883,1158707470,2,'127.0.0.1',3,'course',0,'view','view.php?id=3','3'),(884,1158707974,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(885,1158708008,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(886,1158708018,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(887,1158708018,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(888,1158708022,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(889,1158708026,2,'127.0.0.1',2,'user',0,'view all','index.php?id=2',''),(890,1158708040,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(891,1158708153,2,'127.0.0.1',2,'user',0,'view','view.php?id=4&course=2','4'),(892,1158708206,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(893,1158708210,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(894,1158708211,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(895,1158708228,2,'127.0.0.1',3,'course',0,'view','view.php?id=3','3'),(896,1158708232,2,'127.0.0.1',3,'course',0,'view','view.php?id=3','3'),(897,1158708272,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(898,1158708327,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(899,1158708330,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(900,1158708449,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(901,1158708487,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(902,1158708520,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(903,1158738509,7,'127.0.0.1',1,'user',0,'login','view.php?id=7&course=1','7'),(904,1158738509,7,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(905,1158738582,7,'127.0.0.1',1,'user',0,'logout','view.php?id=7&course=1','7'),(906,1158738590,2,'127.0.0.1',1,'user',0,'login','view.php?id=2&course=1','2'),(907,1158738591,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(908,1158738646,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(909,1158738849,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(910,1158738852,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(911,1158738862,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(912,1158738877,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(913,1158743442,4,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(914,1158743462,4,'127.0.0.1',1,'user',0,'logout','view.php?id=4&course=1','4'),(915,1158743495,2,'127.0.0.1',1,'user',0,'login','view.php?id=2&course=1','2'),(916,1158743506,2,'127.0.0.1',1,'course',0,'view','view.php?id=1','1'),(917,1158743700,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'),(918,1158744632,2,'127.0.0.1',2,'course',0,'view','view.php?id=2','2'); /*!40000 ALTER TABLE `mdl_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_log_display` -- DROP TABLE IF EXISTS `mdl_log_display`; CREATE TABLE `mdl_log_display` ( `id` int(10) unsigned NOT NULL auto_increment, `module` varchar(20) collate utf8_unicode_ci NOT NULL default '', `action` varchar(40) collate utf8_unicode_ci NOT NULL default '', `mtable` varchar(30) collate utf8_unicode_ci NOT NULL default '', `field` varchar(50) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `moduleaction` (`module`,`action`) ) ENGINE=MyISAM AUTO_INCREMENT=110 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='For a particular module/action, specifies a moodle table/fie'; -- -- 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,'user','view','user','CONCAT(firstname,\" \",lastname)'),(2,'course','user report','user','CONCAT(firstname,\" \",lastname)'),(3,'course','view','course','fullname'),(4,'course','update','course','fullname'),(5,'course','enrol','course','fullname'),(6,'course','report log','course','fullname'),(7,'course','report live','course','fullname'),(8,'course','report outline','course','fullname'),(9,'course','report participation','course','fullname'),(10,'course','report stats','course','fullname'),(11,'message','write','user','CONCAT(firstname,\" \",lastname)'),(12,'message','read','user','CONCAT(firstname,\" \",lastname)'),(13,'message','add contact','user','CONCAT(firstname,\" \",lastname)'),(14,'message','remove contact','user','CONCAT(firstname,\" \",lastname)'),(15,'message','block contact','user','CONCAT(firstname,\" \",lastname)'),(16,'message','unblock contact','user','CONCAT(firstname,\" \",lastname)'),(17,'assignment','view','assignment','name'),(18,'assignment','add','assignment','name'),(19,'assignment','update','assignment','name'),(20,'assignment','view submission','assignment','name'),(21,'assignment','upload','assignment','name'),(22,'chat','view','chat','name'),(23,'chat','add','chat','name'),(24,'chat','update','chat','name'),(25,'chat','report','chat','name'),(26,'chat','talk','chat','name'),(27,'choice','view','choice','name'),(28,'choice','update','choice','name'),(29,'choice','add','choice','name'),(30,'choice','report','choice','name'),(31,'choice','choose','choice','name'),(32,'choice','choose again','choice','name'),(33,'data','view','data','name'),(34,'data','add','data','name'),(35,'data','update','data','name'),(36,'data','record delete','data','name'),(37,'data','fields add','data_fields','name'),(38,'data','fields update','data_fields','name'),(39,'data','templates saved','data','name'),(40,'data','templates def','data','name'),(41,'forum','add','forum','name'),(42,'forum','update','forum','name'),(43,'forum','add discussion','forum_discussions','name'),(44,'forum','add post','forum_posts','subject'),(45,'forum','update post','forum_posts','subject'),(46,'forum','user report','user','CONCAT(firstname,\' \',lastname)'),(47,'forum','move discussion','forum_discussions','name'),(48,'forum','view subscribers','forum','name'),(49,'forum','view discussion','forum_discussions','name'),(50,'forum','view forum','forum','name'),(51,'forum','subscribe','forum','name'),(52,'forum','unsubscribe','forum','name'),(53,'glossary','add','glossary','name'),(54,'glossary','update','glossary','name'),(55,'glossary','view','glossary','name'),(56,'glossary','view all','glossary','name'),(57,'glossary','add entry','glossary','name'),(58,'glossary','update entry','glossary','name'),(59,'glossary','add category','glossary','name'),(60,'glossary','update category','glossary','name'),(61,'glossary','delete category','glossary','name'),(62,'glossary','add comment','glossary','name'),(63,'glossary','update comment','glossary','name'),(64,'glossary','delete comment','glossary','name'),(65,'glossary','approve entry','glossary','name'),(66,'glossary','view entry','glossary_entries','concept'),(67,'journal','view','journal','name'),(68,'journal','add entry','journal','name'),(69,'journal','update entry','journal','name'),(70,'journal','view responses','journal','name'),(71,'label','add','quiz','name'),(72,'label','update','quiz','name'),(73,'lesson','start','lesson','name'),(74,'lesson','end','lesson','name'),(75,'lesson','view','lesson_pages','title'),(76,'quiz','add','quiz','name'),(77,'quiz','update','quiz','name'),(78,'quiz','view','quiz','name'),(79,'quiz','report','quiz','name'),(80,'quiz','attempt','quiz','name'),(81,'quiz','submit','quiz','name'),(82,'quiz','review','quiz','name'),(83,'quiz','editquestions','quiz','name'),(84,'quiz','preview','quiz','name'),(85,'quiz','start attempt','quiz','name'),(86,'quiz','close attempt','quiz','name'),(87,'quiz','continue attempt','quiz','name'),(88,'resource','view','resource','name'),(89,'resource','update','resource','name'),(90,'resource','add','resource','name'),(91,'scorm','view','scorm','name'),(92,'scorm','review','scorm','name'),(93,'scorm','update','scorm','name'),(94,'scorm','add','scorm','name'),(95,'survey','add','survey','name'),(96,'survey','update','survey','name'),(97,'survey','download','survey','name'),(98,'survey','view form','survey','name'),(99,'survey','view graph','survey','name'),(100,'survey','view report','survey','name'),(101,'survey','submit','survey','name'),(102,'workshop','assessments','workshop','name'),(103,'workshop','close','workshop','name'),(104,'workshop','display','workshop','name'),(105,'workshop','resubmit','workshop','name'),(106,'workshop','set up','workshop','name'),(107,'workshop','submissions','workshop','name'),(108,'workshop','view','workshop','name'),(109,'workshop','update','workshop','name'); /*!40000 ALTER TABLE `mdl_log_display` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_message` -- DROP TABLE IF EXISTS `mdl_message`; CREATE TABLE `mdl_message` ( `id` int(10) unsigned NOT NULL auto_increment, `useridfrom` int(10) NOT NULL default '0', `useridto` int(10) NOT NULL default '0', `message` text collate utf8_unicode_ci NOT NULL, `format` int(4) unsigned NOT NULL default '0', `timecreated` int(10) NOT NULL default '0', `messagetype` varchar(50) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`), KEY `useridfrom` (`useridfrom`), KEY `useridto` (`useridto`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Stores all unread messages'; -- -- 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_contacts` -- DROP TABLE IF EXISTS `mdl_message_contacts`; CREATE TABLE `mdl_message_contacts` ( `id` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `contactid` int(10) unsigned NOT NULL default '0', `blocked` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `usercontact` (`userid`,`contactid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Maintains lists of relationships between users'; -- -- 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_read` -- DROP TABLE IF EXISTS `mdl_message_read`; CREATE TABLE `mdl_message_read` ( `id` int(10) unsigned NOT NULL auto_increment, `useridfrom` int(10) NOT NULL default '0', `useridto` int(10) NOT NULL default '0', `message` text collate utf8_unicode_ci NOT NULL, `format` int(4) unsigned NOT NULL default '0', `timecreated` int(10) NOT NULL default '0', `timeread` int(10) NOT NULL default '0', `messagetype` varchar(50) collate utf8_unicode_ci NOT NULL default '', `mailed` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`), KEY `useridfrom` (`useridfrom`), KEY `useridto` (`useridto`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Stores all messages that have been read'; -- -- 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_modules` -- DROP TABLE IF EXISTS `mdl_modules`; CREATE TABLE `mdl_modules` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(20) collate utf8_unicode_ci NOT NULL default '', `version` int(10) NOT NULL default '0', `cron` int(10) unsigned NOT NULL default '0', `lastcron` int(10) unsigned NOT NULL default '0', `search` varchar(255) collate utf8_unicode_ci NOT NULL default '', `visible` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `mdl_modules` -- LOCK TABLES `mdl_modules` WRITE; /*!40000 ALTER TABLE `mdl_modules` DISABLE KEYS */; INSERT INTO `mdl_modules` VALUES (1,'assignment',2006080701,60,0,'',1),(2,'chat',2006080701,300,0,'',1),(3,'choice',2006080701,0,0,'',1),(4,'data',2006080701,60,0,'',1),(5,'forum',2006080701,60,0,'',1),(6,'glossary',2006080701,0,0,'',1),(7,'hotpot',2006080701,0,0,'',0),(8,'journal',2006080701,60,0,'',0),(9,'label',2006080701,0,0,'',1),(10,'lams',2006080701,0,0,'',1),(11,'lesson',2006080701,0,0,'',1),(12,'quiz',2006060700,0,0,'',1),(13,'resource',2006080701,0,0,'',1),(14,'scorm',2006080701,0,0,'',1),(15,'survey',2006080701,0,0,'',1),(16,'wiki',2006080701,0,0,'',1),(17,'workshop',2006080701,60,0,'',1); /*!40000 ALTER TABLE `mdl_modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_post` -- DROP TABLE IF EXISTS `mdl_post`; CREATE TABLE `mdl_post` ( `id` int(10) NOT NULL auto_increment, `module` varchar(20) collate utf8_unicode_ci NOT NULL default '', `userid` int(10) NOT NULL default '0', `courseid` int(10) NOT NULL default '0', `groupid` int(10) NOT NULL default '0', `moduleid` int(10) NOT NULL default '0', `coursemoduleid` int(10) NOT NULL default '0', `subject` varchar(128) collate utf8_unicode_ci NOT NULL default '', `summary` longtext collate utf8_unicode_ci, `content` longtext collate utf8_unicode_ci, `uniquehash` varchar(128) collate utf8_unicode_ci NOT NULL default '', `rating` int(10) NOT NULL default '0', `format` int(10) NOT NULL default '0', `publishstate` enum('draft','site','public') collate utf8_unicode_ci NOT NULL default 'draft', `lastmodified` int(10) NOT NULL default '0', `created` int(10) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `id_user_idx` (`id`,`userid`), KEY `post_lastmodified_idx` (`lastmodified`), KEY `post_module_idx` (`module`), KEY `post_subject_idx` (`subject`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Generic post table to hold data blog entries etc in differen'; -- -- 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_question` -- DROP TABLE IF EXISTS `mdl_question`; CREATE TABLE `mdl_question` ( `id` int(10) NOT NULL auto_increment, `category` int(10) NOT NULL default '0', `parent` int(10) unsigned NOT NULL default '0', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `questiontext` text collate utf8_unicode_ci NOT NULL, `questiontextformat` tinyint(2) NOT NULL default '0', `image` varchar(255) collate utf8_unicode_ci NOT NULL default '', `defaultgrade` int(10) unsigned NOT NULL default '1', `penalty` float NOT NULL default '0.1', `qtype` varchar(20) collate utf8_unicode_ci NOT NULL default '', `length` int(10) unsigned NOT NULL default '1', `stamp` varchar(255) collate utf8_unicode_ci NOT NULL default '', `version` varchar(255) collate utf8_unicode_ci NOT NULL default '', `hidden` int(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `category` (`category`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='The quiz questions themselves'; -- -- Dumping data for table `mdl_question` -- LOCK TABLES `mdl_question` WRITE; /*!40000 ALTER TABLE `mdl_question` DISABLE KEYS */; INSERT INTO `mdl_question` VALUES (1,1,0,'Time difference(T/F)','Time difference is The number of hours separating local standard time at two locations (disregarding \"daylight saving time\").',1,'',1,0.1,'truefalse',1,'localhost+060919130559+VR37YU','localhost+060919130655+ZoUWml',0); /*!40000 ALTER TABLE `mdl_question` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_answers` -- DROP TABLE IF EXISTS `mdl_question_answers`; CREATE TABLE `mdl_question_answers` ( `id` int(10) unsigned NOT NULL auto_increment, `question` int(10) unsigned NOT NULL default '0', `answer` text collate utf8_unicode_ci NOT NULL, `fraction` float NOT NULL default '0', `feedback` text collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `question` (`question`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Answers, with a fractional grade (0-1) and feedback'; -- -- Dumping data for table `mdl_question_answers` -- LOCK TABLES `mdl_question_answers` WRITE; /*!40000 ALTER TABLE `mdl_question_answers` DISABLE KEYS */; INSERT INTO `mdl_question_answers` VALUES (1,1,'True',1,'Time difference'),(2,1,'False',0,'Seat time'); /*!40000 ALTER TABLE `mdl_question_answers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_attempts` -- DROP TABLE IF EXISTS `mdl_question_attempts`; CREATE TABLE `mdl_question_attempts` ( `id` int(10) unsigned NOT NULL auto_increment, `modulename` varchar(20) collate utf8_unicode_ci NOT NULL default 'quiz', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Student attempts. This table gets extended by the modules'; -- -- Dumping data for table `mdl_question_attempts` -- LOCK TABLES `mdl_question_attempts` WRITE; /*!40000 ALTER TABLE `mdl_question_attempts` DISABLE KEYS */; INSERT INTO `mdl_question_attempts` VALUES (1,'quiz'),(2,'quiz'); /*!40000 ALTER TABLE `mdl_question_attempts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_calculated` -- DROP TABLE IF EXISTS `mdl_question_calculated`; CREATE TABLE `mdl_question_calculated` ( `id` int(10) unsigned NOT NULL auto_increment, `question` int(10) unsigned NOT NULL default '0', `answer` int(10) unsigned NOT NULL default '0', `tolerance` varchar(20) collate utf8_unicode_ci NOT NULL default '0.0', `tolerancetype` int(10) NOT NULL default '1', `correctanswerlength` int(10) NOT NULL default '2', `correctanswerformat` int(10) NOT NULL default '2', PRIMARY KEY (`id`), KEY `question` (`question`), KEY `answer` (`answer`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Options for questions of type calculated'; -- -- 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_categories` -- DROP TABLE IF EXISTS `mdl_question_categories`; CREATE TABLE `mdl_question_categories` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `info` text collate utf8_unicode_ci NOT NULL, `publish` tinyint(4) NOT NULL default '0', `stamp` varchar(255) collate utf8_unicode_ci NOT NULL default '', `parent` int(10) unsigned NOT NULL default '0', `sortorder` int(10) unsigned NOT NULL default '999', PRIMARY KEY (`id`), KEY `course` (`course`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Categories are for grouping questions'; -- -- 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,2,'Default','The default category for questions.',0,'localhost+060919130357+yctAZS',0,999); /*!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`; CREATE TABLE `mdl_question_dataset_definitions` ( `id` int(10) unsigned NOT NULL auto_increment, `category` int(10) unsigned NOT NULL default '0', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `type` int(10) NOT NULL default '0', `options` varchar(255) collate utf8_unicode_ci NOT NULL default '', `itemcount` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `category` (`category`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Organises and stores properties for dataset items'; -- -- 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`; CREATE TABLE `mdl_question_dataset_items` ( `id` int(10) unsigned NOT NULL auto_increment, `definition` int(10) unsigned NOT NULL default '0', `number` int(10) unsigned NOT NULL default '0', `value` varchar(255) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`), KEY `definition` (`definition`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Individual dataset items'; -- -- 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`; CREATE TABLE `mdl_question_datasets` ( `id` int(10) unsigned NOT NULL auto_increment, `question` int(10) unsigned NOT NULL default '0', `datasetdefinition` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `question` (`question`,`datasetdefinition`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Many-many relation between questions and dataset definitions'; -- -- 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_match` -- DROP TABLE IF EXISTS `mdl_question_match`; CREATE TABLE `mdl_question_match` ( `id` int(10) unsigned NOT NULL auto_increment, `question` int(10) unsigned NOT NULL default '0', `subquestions` varchar(255) collate utf8_unicode_ci NOT NULL default '', `shuffleanswers` tinyint(4) NOT NULL default '1', PRIMARY KEY (`id`), KEY `question` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Defines fixed matching questions'; -- -- Dumping data for table `mdl_question_match` -- LOCK TABLES `mdl_question_match` WRITE; /*!40000 ALTER TABLE `mdl_question_match` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_match` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_match_sub` -- DROP TABLE IF EXISTS `mdl_question_match_sub`; CREATE TABLE `mdl_question_match_sub` ( `id` int(10) unsigned NOT NULL auto_increment, `code` int(10) unsigned NOT NULL default '0', `question` int(10) unsigned NOT NULL default '0', `questiontext` text collate utf8_unicode_ci NOT NULL, `answertext` varchar(255) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`), KEY `question` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Defines the subquestions that make up a matching question'; -- -- Dumping data for table `mdl_question_match_sub` -- LOCK TABLES `mdl_question_match_sub` WRITE; /*!40000 ALTER TABLE `mdl_question_match_sub` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_match_sub` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_multianswer` -- DROP TABLE IF EXISTS `mdl_question_multianswer`; CREATE TABLE `mdl_question_multianswer` ( `id` int(10) unsigned NOT NULL auto_increment, `question` int(10) unsigned NOT NULL default '0', `sequence` text collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `question` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Options for multianswer questions'; -- -- 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_multichoice` -- DROP TABLE IF EXISTS `mdl_question_multichoice`; CREATE TABLE `mdl_question_multichoice` ( `id` int(10) unsigned NOT NULL auto_increment, `question` int(10) unsigned NOT NULL default '0', `layout` tinyint(4) NOT NULL default '0', `answers` varchar(255) collate utf8_unicode_ci NOT NULL default '', `single` tinyint(4) NOT NULL default '0', `shuffleanswers` tinyint(4) NOT NULL default '1', PRIMARY KEY (`id`), KEY `question` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Options for multiple choice questions'; -- -- Dumping data for table `mdl_question_multichoice` -- LOCK TABLES `mdl_question_multichoice` WRITE; /*!40000 ALTER TABLE `mdl_question_multichoice` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_multichoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_numerical` -- DROP TABLE IF EXISTS `mdl_question_numerical`; CREATE TABLE `mdl_question_numerical` ( `id` int(10) unsigned NOT NULL auto_increment, `question` int(10) unsigned NOT NULL default '0', `answer` int(10) unsigned NOT NULL default '0', `tolerance` varchar(255) collate utf8_unicode_ci NOT NULL default '0.0', PRIMARY KEY (`id`), KEY `answer` (`answer`), KEY `question` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Options for numerical questions'; -- -- 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_units` -- DROP TABLE IF EXISTS `mdl_question_numerical_units`; CREATE TABLE `mdl_question_numerical_units` ( `id` int(10) unsigned NOT NULL auto_increment, `question` int(10) unsigned NOT NULL default '0', `multiplier` decimal(40,20) NOT NULL default '1.00000000000000000000', `unit` varchar(50) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`), KEY `question` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Optional unit options for numerical questions'; -- -- 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_randomsamatch` -- DROP TABLE IF EXISTS `mdl_question_randomsamatch`; CREATE TABLE `mdl_question_randomsamatch` ( `id` int(10) unsigned NOT NULL auto_increment, `question` int(10) unsigned NOT NULL default '0', `choose` int(10) unsigned NOT NULL default '4', PRIMARY KEY (`id`), KEY `question` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Info about a random short-answer matching question'; -- -- Dumping data for table `mdl_question_randomsamatch` -- LOCK TABLES `mdl_question_randomsamatch` WRITE; /*!40000 ALTER TABLE `mdl_question_randomsamatch` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_randomsamatch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_rqp` -- DROP TABLE IF EXISTS `mdl_question_rqp`; CREATE TABLE `mdl_question_rqp` ( `id` int(10) unsigned NOT NULL auto_increment, `question` int(10) unsigned NOT NULL default '0', `type` int(10) unsigned NOT NULL default '0', `source` longblob NOT NULL, `format` varchar(255) collate utf8_unicode_ci NOT NULL default '', `flags` tinyint(3) unsigned NOT NULL default '0', `maxscore` int(10) unsigned NOT NULL default '1', PRIMARY KEY (`id`), KEY `question` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Options for RQP questions'; -- -- Dumping data for table `mdl_question_rqp` -- LOCK TABLES `mdl_question_rqp` WRITE; /*!40000 ALTER TABLE `mdl_question_rqp` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_rqp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_rqp_servers` -- DROP TABLE IF EXISTS `mdl_question_rqp_servers`; CREATE TABLE `mdl_question_rqp_servers` ( `id` int(10) unsigned NOT NULL auto_increment, `typeid` int(10) unsigned NOT NULL default '0', `url` varchar(255) collate utf8_unicode_ci NOT NULL default '', `can_render` tinyint(2) unsigned NOT NULL default '0', `can_author` tinyint(2) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Information about RQP servers'; -- -- Dumping data for table `mdl_question_rqp_servers` -- LOCK TABLES `mdl_question_rqp_servers` WRITE; /*!40000 ALTER TABLE `mdl_question_rqp_servers` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_rqp_servers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_rqp_states` -- DROP TABLE IF EXISTS `mdl_question_rqp_states`; CREATE TABLE `mdl_question_rqp_states` ( `id` int(10) unsigned NOT NULL auto_increment, `stateid` int(10) unsigned NOT NULL default '0', `responses` text collate utf8_unicode_ci NOT NULL, `persistent_data` text collate utf8_unicode_ci NOT NULL, `template_vars` text collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='RQP question type specific state information'; -- -- Dumping data for table `mdl_question_rqp_states` -- LOCK TABLES `mdl_question_rqp_states` WRITE; /*!40000 ALTER TABLE `mdl_question_rqp_states` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_rqp_states` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_rqp_types` -- DROP TABLE IF EXISTS `mdl_question_rqp_types`; CREATE TABLE `mdl_question_rqp_types` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='RQP question types'; -- -- Dumping data for table `mdl_question_rqp_types` -- LOCK TABLES `mdl_question_rqp_types` WRITE; /*!40000 ALTER TABLE `mdl_question_rqp_types` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_rqp_types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_sessions` -- DROP TABLE IF EXISTS `mdl_question_sessions`; CREATE TABLE `mdl_question_sessions` ( `id` int(10) unsigned NOT NULL auto_increment, `attemptid` int(10) unsigned NOT NULL default '0', `questionid` int(10) unsigned NOT NULL default '0', `newest` int(10) unsigned NOT NULL default '0', `newgraded` int(10) unsigned NOT NULL default '0', `sumpenalty` float NOT NULL default '0', `comment` text collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `attemptid` (`attemptid`,`questionid`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Gives ids of the newest open and newest graded states'; -- -- Dumping data for table `mdl_question_sessions` -- LOCK TABLES `mdl_question_sessions` WRITE; /*!40000 ALTER TABLE `mdl_question_sessions` DISABLE KEYS */; INSERT INTO `mdl_question_sessions` VALUES (1,1,1,3,3,1,''),(2,2,1,13,13,9,''); /*!40000 ALTER TABLE `mdl_question_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_shortanswer` -- DROP TABLE IF EXISTS `mdl_question_shortanswer`; CREATE TABLE `mdl_question_shortanswer` ( `id` int(10) unsigned NOT NULL auto_increment, `question` int(10) unsigned NOT NULL default '0', `answers` varchar(255) collate utf8_unicode_ci NOT NULL default '', `usecase` tinyint(2) NOT NULL default '0', PRIMARY KEY (`id`), KEY `question` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Options for short answer questions'; -- -- Dumping data for table `mdl_question_shortanswer` -- LOCK TABLES `mdl_question_shortanswer` WRITE; /*!40000 ALTER TABLE `mdl_question_shortanswer` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_question_shortanswer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_states` -- DROP TABLE IF EXISTS `mdl_question_states`; CREATE TABLE `mdl_question_states` ( `id` int(10) unsigned NOT NULL auto_increment, `attempt` int(10) unsigned NOT NULL default '0', `question` int(10) unsigned NOT NULL default '0', `originalquestion` int(10) unsigned NOT NULL default '0', `seq_number` int(6) unsigned NOT NULL default '0', `answer` text collate utf8_unicode_ci NOT NULL, `timestamp` int(10) unsigned NOT NULL default '0', `event` int(4) unsigned NOT NULL default '0', `grade` float NOT NULL default '0', `raw_grade` float NOT NULL default '0', `penalty` float NOT NULL default '0', PRIMARY KEY (`id`), KEY `attempt` (`attempt`), KEY `question` (`question`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Stores user responses to a quiz, and percentage grades'; -- -- Dumping data for table `mdl_question_states` -- LOCK TABLES `mdl_question_states` WRITE; /*!40000 ALTER TABLE `mdl_question_states` DISABLE KEYS */; INSERT INTO `mdl_question_states` VALUES (1,1,1,0,0,'',1158676532,0,0,0,0),(2,1,1,0,1,'1',1158676539,3,1,1,1),(3,1,1,0,1,'1',1158676539,3,1,1,1),(4,2,1,0,0,'',1158695568,0,0,0,0),(5,2,1,0,1,'2',1158695572,3,0,0,1),(6,2,1,0,2,'1',1158695574,3,0,1,1),(7,2,1,0,3,'2',1158695577,3,0,0,1),(8,2,1,0,4,'1',1158695578,3,0,1,1),(9,2,1,0,5,'2',1158695580,3,0,0,1),(10,2,1,0,6,'1',1158695582,3,0,1,1),(11,2,1,0,7,'2',1158695583,3,0,0,1),(12,2,1,0,8,'1',1158695585,3,0,1,1),(13,2,1,0,9,'1',1158695598,6,0,1,1); /*!40000 ALTER TABLE `mdl_question_states` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_question_truefalse` -- DROP TABLE IF EXISTS `mdl_question_truefalse`; CREATE TABLE `mdl_question_truefalse` ( `id` int(10) unsigned NOT NULL auto_increment, `question` int(10) unsigned NOT NULL default '0', `trueanswer` int(10) unsigned NOT NULL default '0', `falseanswer` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `question` (`question`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Options for True-False questions'; -- -- Dumping data for table `mdl_question_truefalse` -- LOCK TABLES `mdl_question_truefalse` WRITE; /*!40000 ALTER TABLE `mdl_question_truefalse` DISABLE KEYS */; INSERT INTO `mdl_question_truefalse` VALUES (1,1,1,2); /*!40000 ALTER TABLE `mdl_question_truefalse` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz` -- DROP TABLE IF EXISTS `mdl_quiz`; CREATE TABLE `mdl_quiz` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `intro` text collate utf8_unicode_ci NOT NULL, `timeopen` int(10) unsigned NOT NULL default '0', `timeclose` int(10) unsigned NOT NULL default '0', `optionflags` int(10) unsigned NOT NULL default '0', `penaltyscheme` int(4) unsigned NOT NULL default '0', `attempts` smallint(6) NOT NULL default '0', `attemptonlast` tinyint(4) NOT NULL default '0', `grademethod` tinyint(4) NOT NULL default '1', `decimalpoints` int(4) NOT NULL default '2', `review` int(10) unsigned NOT NULL default '0', `questionsperpage` int(10) NOT NULL default '0', `shufflequestions` tinyint(4) NOT NULL default '0', `shuffleanswers` tinyint(4) NOT NULL default '0', `questions` text collate utf8_unicode_ci NOT NULL, `sumgrades` int(10) NOT NULL default '0', `grade` int(10) NOT NULL default '0', `timecreated` int(10) unsigned NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', `timelimit` int(2) unsigned NOT NULL default '0', `password` varchar(255) collate utf8_unicode_ci NOT NULL default '', `subnet` varchar(255) collate utf8_unicode_ci NOT NULL default '', `popup` tinyint(4) NOT NULL default '0', `delay1` int(10) NOT NULL default '0', `delay2` int(10) NOT NULL default '0', PRIMARY KEY (`id`), KEY `course` (`course`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Main information about each quiz'; -- -- Dumping data for table `mdl_quiz` -- LOCK TABLES `mdl_quiz` WRITE; /*!40000 ALTER TABLE `mdl_quiz` DISABLE KEYS */; INSERT INTO `mdl_quiz` VALUES (1,2,'FTL Final Exam','',0,0,1,1,0,0,1,2,62415,10,0,1,'1,0',1,10,0,1158671035,10,'','',0,0,0); /*!40000 ALTER TABLE `mdl_quiz` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz_attempts` -- DROP TABLE IF EXISTS `mdl_quiz_attempts`; CREATE TABLE `mdl_quiz_attempts` ( `id` int(10) unsigned NOT NULL auto_increment, `uniqueid` int(10) unsigned NOT NULL default '0', `quiz` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `attempt` smallint(6) NOT NULL default '0', `sumgrades` float NOT NULL default '0', `timestart` int(10) unsigned NOT NULL default '0', `timefinish` int(10) unsigned NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', `layout` text collate utf8_unicode_ci NOT NULL, `preview` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `uniqueid` (`uniqueid`), KEY `quiz` (`quiz`), KEY `userid` (`userid`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Stores various attempts on a quiz'; -- -- Dumping data for table `mdl_quiz_attempts` -- LOCK TABLES `mdl_quiz_attempts` WRITE; /*!40000 ALTER TABLE `mdl_quiz_attempts` DISABLE KEYS */; INSERT INTO `mdl_quiz_attempts` VALUES (1,1,1,3,1,1,1158676532,1158676550,1158676550,'1,0',0),(2,2,1,2,1,0,1158695568,1158695598,1158695598,'1,0',0); /*!40000 ALTER TABLE `mdl_quiz_attempts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz_grades` -- DROP TABLE IF EXISTS `mdl_quiz_grades`; CREATE TABLE `mdl_quiz_grades` ( `id` int(10) unsigned NOT NULL auto_increment, `quiz` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `grade` double NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `quiz` (`quiz`), KEY `userid` (`userid`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Final quiz grade (may be best of several attempts)'; -- -- Dumping data for table `mdl_quiz_grades` -- LOCK TABLES `mdl_quiz_grades` WRITE; /*!40000 ALTER TABLE `mdl_quiz_grades` DISABLE KEYS */; INSERT INTO `mdl_quiz_grades` VALUES (1,1,3,10,1158676635),(2,1,2,0,1158695599); /*!40000 ALTER TABLE `mdl_quiz_grades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz_question_instances` -- DROP TABLE IF EXISTS `mdl_quiz_question_instances`; CREATE TABLE `mdl_quiz_question_instances` ( `id` int(10) unsigned NOT NULL auto_increment, `quiz` int(10) unsigned NOT NULL default '0', `question` int(10) unsigned NOT NULL default '0', `grade` smallint(6) NOT NULL default '0', PRIMARY KEY (`id`), KEY `quiz` (`quiz`), KEY `question` (`question`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='The grade for a question in a quiz'; -- -- Dumping data for table `mdl_quiz_question_instances` -- LOCK TABLES `mdl_quiz_question_instances` WRITE; /*!40000 ALTER TABLE `mdl_quiz_question_instances` DISABLE KEYS */; INSERT INTO `mdl_quiz_question_instances` VALUES (1,1,1,1); /*!40000 ALTER TABLE `mdl_quiz_question_instances` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_quiz_question_versions` -- DROP TABLE IF EXISTS `mdl_quiz_question_versions`; CREATE TABLE `mdl_quiz_question_versions` ( `id` int(10) unsigned NOT NULL auto_increment, `quiz` int(10) unsigned NOT NULL default '0', `oldquestion` int(10) unsigned NOT NULL default '0', `newquestion` int(10) unsigned NOT NULL default '0', `originalquestion` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `timestamp` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='The mapping between old and new versions of a question'; -- -- Dumping data for table `mdl_quiz_question_versions` -- LOCK TABLES `mdl_quiz_question_versions` WRITE; /*!40000 ALTER TABLE `mdl_quiz_question_versions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_quiz_question_versions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_resource` -- DROP TABLE IF EXISTS `mdl_resource`; CREATE TABLE `mdl_resource` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `type` varchar(30) collate utf8_unicode_ci NOT NULL default '', `reference` varchar(255) collate utf8_unicode_ci NOT NULL default '', `summary` text collate utf8_unicode_ci NOT NULL, `alltext` text collate utf8_unicode_ci NOT NULL, `popup` text collate utf8_unicode_ci NOT NULL, `options` varchar(255) collate utf8_unicode_ci NOT NULL default '', `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `course` (`course`) ) ENGINE=MyISAM AUTO_INCREMENT=38 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `mdl_resource` -- LOCK TABLES `mdl_resource` WRITE; /*!40000 ALTER TABLE `mdl_resource` DISABLE KEYS */; INSERT INTO `mdl_resource` VALUES (5,2,'Who Should Attend?','html','','','<p><strong><font face=\"arial,helvetica,sans-serif\"><u>Who Should Attend?</u></font></strong></p>\r\n<p><strong><font face=\"arial,helvetica,sans-serif\">·<font size=\"2\">New employees who work, or are to work in Flight Operation Department.<br /></font></font></strong><strong><font face=\"arial,helvetica,sans-serif\"><font size=\"2\">(I.e. Crew scheduling, Flight planning, Dispatchers and Cabin Crew staff). <br />· Operation Control Center (O.C.C.). <br />· Potential Station Managers. <br />· Personal assistants within the international airline industry who wish to enhance their professional skills. <br /></font></p></font></strong>','','',1158661258),(6,2,'Course Length','html','','','<p><strong><u>Course Length</u></strong> </p>\r\n<p><strong><font face=\"arial,helvetica,sans-serif\" size=\"2\">The course consist of 6 days, with extensive home study required.</font></strong></p>','','',1158661331),(7,2,'How Will I Benefit','html','','','<p><strong>How Will I Benefit </strong></p>\r\n<p><font size=\"2\"><font face=\"arial,helvetica,sans-serif\"><strong>1- Knows how to analyzes and evaluates Crew scheduling and time limitations information to determine potential hazards to safety of crew and also to select the most desirable and economic ways for crew rescheduling. </strong></font></font></p>\r\n<p><font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>2-Learn to share responsibility with the Crew for the safety and operational control of flights under his guidance. </strong></font></p>\r\n<p><font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>3-Determining how to authorize regulates and controls commercial airline flights according to government and company regulations to expedite and ensure safety of flight. </strong></font></p>\r\n<p><strong><font face=\"arial,helvetica,sans-serif\" size=\"2\">4-</font><font face=\"arial,helvetica,sans-serif\" size=\"2\">Understand the computation of crew time limitation required for the safe completion of monthly schedule according to each type of aircraft also time of flight, and weather conditions affecting the flight prescribed by CIVIL Aviation Regulations.</font> </strong></p>','','',1158661386),(8,2,'Course Contents','html','','','<p><font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong><u><font size=\"3\">Course Contents<br /></font></u><br />· Flight Time Limitation based on Airbus Industries. <br /><br />1. Terminology. <br />2. Block time, Cumulative Duty Periods and Flight Duty Periods. <br />3. Rest Requirements, Standby and Positioning. <br />4. Exceedances of Flight and Duty Time limitations and/ or Reductions of Rest periods and Unforeseen Circumstances. <br /><br />· Flight, Duty Time limitations and Rest Requirements Based on R.J. Policy. <br /><br />1. Civil Aviation Regulations(CAR 6.341-9) <br />2. Weekly, Monthly and Yearly. <br />3. Augmented Flight Crew Airline Policy. <br />4. Bidding system, Assignment System and Policy and Procedure. <br />5. Rules and Procedures for Crew Pattern Layover. <br />6. Minimum Rest Time Calculations. <br /><br />· Guide to flight Time Limitations and Rest Requirements <br /> 1. YEARLY, MONTHLY & WEEKLY FLIGHT LIMITS <br /> 2. GUARANTEED MINIMUM REST <br /> 3. SEVEN-DAY REST REQUIREMENT <br /> 4. DEADHEADING IS NOT REST <br /> 5. THE EXCUSAL PROVISION <br /> 6. RESERVE REST <br /> 7. FLAG (INTERNATIONAL) FLIGHT TIME LIMITATIONS <br /> 8. SUPPLEMENTAL (NON-SCHEDULED) OPERATIONS<br /> <br />· Flight Operations Department Communication. <br />· Company Operation Manual. <br /><br />1. Flight Duty Time Limitations/Monitoring System <br /><br />· Part 1, Standard Rules. <br />· Part 11, Operations Specifications. <br />· International Air Carrier Association IACA Proposal To Amend <br /><br />1. Objective and Scope <br />2. Definitions <br />3. Flight and Duty Limitations <br />4. Maximum Daily Flight Duty Period(FDP) <br />5. Rest. <br />6. Days Off.<br /> <br />· Duty Time Limitation Based on Jordan Civil Aviation Regulation(JCAR). <br />· Monthly, Weakly and daily Forms. <br /></strong></font></p>','','',1158662186),(29,2,'Contents','html','','','<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#1#1\">I.</a> YEARLY, MONTHLY & WEEKLY FLIGHT LIMITS<?xml:namespace prefix = o ns = \"urn:schemas-microsoft-com:office:office\" /><o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#2#2\">II.</a> GUARANTEED MINIMUM REST<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#3#3\">III.</a> SEVEN-DAY REST REQUIREMENT<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 12.0pt\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#4#4\">IV</a>. DEADHEADING IS NOT REST<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 12.0pt\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#5#5\">V.</a> THE EXCUSAL PROVISION<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 12.0pt\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#6#6\">VI.</a> RESERVE REST<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 12.0pt\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#7#7\">VII.</a> FLAG (INTERNATIONAL) FLIGHT TIME LIMITATIONS<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 12.0pt\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#8#8\">VIII.</a> SUPPLEMENTAL (NON-SCHEDULED) OPERATIONS<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 12.0pt\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#a1#a1\">APPENDIX I:</a> Part 121: Subpart Q – Flight Time Limitations and Rest Requirements: Domestic Operations<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 12.0pt\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#a2#a2\">APPENDIX 2:</a> Part 121: Subpart R – Flight Time Limitations: Flag Operations<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 12.0pt\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#a3#a3\">APPENDIX 3:</a> Part 121: Subpart S – Flight Time Limitations: Supplemental Operation<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 12.0pt\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#a4#a4\">APPENDIX 4:</a> Part 121: § 121.541 Operations Schedules <o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 12.0pt\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#a5#a5\">APPENDIX 5:</a> Part 135: Subpart F – Crewmember Flight Time and Duty Time Limitations and Rest Requirements<o:p></o:p></span></p>\r\n<p class=\"MsoNormal\" style=\"MARGIN: 0in 0in 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 12.0pt\"><span style=\"FONT-SIZE: 14pt; FONT-FAMILY: Verdana\"><a href=\"http://cf.alpa.org/internet/projects/ftdt/backgr/ftdtguide.html#a6#a6\">APPENDIX 6:</a> Part 91: § 91.103 Preflight Action<o:p></o:p></span></p>','','',1158668449),(30,2,'Introduction','html','','','<p>1 Introduction </p>\r\n<p>1.1 Following the introduction of CAP 371 Fourth Edition, which has a compliance date of 1 April 2006, all new FTL schemes being submitted for approval have been required to conform to the requirements specified in that edition. In addition, those operators submitting schemes for amendment have been encouraged to modify their schemes in anticipation of that compliance date. In order that the process of updating the remaining FTL schemes is effectively managed it has been decided to implement a phased programmed through a block update process as detailed below. </p>\r\n<p>1.2 Over the previous year a number of FTL Variations have been successfully trialed which may now have a wider applicability. These are also detailed below in order that operators can determine their utility within their sphere of operations. As with all such Variations these will be valid for an initial six months after which their continued suitability will be reviewed by the assigned Flight Operations Inspector. </p>\r\n<p>1.3 The CAA has received questions regarding the interpretation of the Fourth Edition of CAP 371 and answers to the most frequently asked are included. </p>\r\n<p>1.4 CAP 371 complies with or exceeds the requirements presently being developed as EU-OPS Subpart Q under the EU legislative process. As a result, it is anticipated that significant changes to UK requirements are not imminent. </p>\r\n<p>2 FTL Scheme Approval </p>\r\n<p>2.1 Since operators are required to have an approved FTL scheme in place to meet the 1 April 2006 compliance date it has been decided to implement a process whereby operators shall submit a suitable scheme based on AOC number as follows: </p>\r\n<p>a) Block 1: Operators having an AOC number up to and including 1000, a latest submission date of 30 September 2005 shall apply. </p>\r\n<p>b) Block 2: Operators having an AOC number from 1001 up to and including 2150, a latest submission date of 30 November 2005 shall apply. </p>\r\n<p>c) Block 3: Operators having an AOC number from 2151 up to and including 2300, a latest submission date of 1 March 2006 shall apply. </p>\r\n<p>Operators may elect to delay implementation of their revised scheme until the compliance date. PAOC operators already comply with CAP 371 Fourth Edition through CAP 612 Issue 2. </p>\r\n<p>2.2 The approval of a FTL scheme is a requirement of the Air Navigation Order. As a legal document, any changes to a FTL scheme contained in the Operations Manual (OM), whether editorial or simply a revision/issue level change, are required to be reflected in a revised Approval. Any such change should therefore be notified by means of the Notice of Proposed Amendment (NPA) process outlined in FODCOM 3/2003, which applies to any proposed OM changes including the above. </p>\r\n<p>2.3 CAP 371 Fourth Edition can be viewed on the CAA website at: </p>\r\n<p>FLIGHT OPERATIONS DEPARTMENT COMMUNICATION - 16/2005 </p>\r\n<p>3 Additional Standard Variations </p>\r\n<p>3.1 Self-Drive Positioning </p>\r\n<p>Whilst Positioning is defined in CAP 371 and applies to crew travelling as passengers, a number of operators have requested that consideration be given to a Variation allowing crews to Self-Drive using company or car hire facilities as a matter of convenience. Since the task of driving requires a significant level of attention and therefore impacts on the crew member’s level of alertness, the conditions under which this activity should take place as part of a Flying Duty Period (FDP) require to be controlled. As a result a small number of trials Variations have been approved under the following conditions: </p>\r\n<p>• A maximum driving period of 2 hours 30 minutes shall be allowed within a FDP and will constitute a sector when calculating the maximum FDP for any crew member driving. </p>\r\n<p>• For helicopter operators the daily maximum flying time is reduced by the driving period. (There is no equivalent maximum flying time for aero plane operators.) </p>\r\n<p>• Driving as part of a non-FDP or subsequent to a FDP shall be allowed. </p>\r\n<p>3.2 Alternate Base </p>\r\n<p>This is designed to allow crews to report at an alternate base within an area allowing 90 minutes traveling time to both the main base of employment and that alternate base. A notional and additional duty time counted as positioning shall not then apply, given the following conditions: </p>\r\n<p>• Crew members shall nominate a place of rest within the above area. </p>\r\n<p>• The duty will commence and the maximum FDP will be based on the report time and airport notified prior to the start of the previous rest period. </p>\r\n<p>• When an FDP finishes at other than the airport notified for report, the company shall provide transport to, and the end of duty will be on arrival at, that airport notified for report. </p>\r\n<p>• Adequate crew planning facilities shall exist at the alternate base. </p>\r\n<p>3.3 Whilst not a flight safety issue, operators may find that such a Variation is most effectively implemented on a voluntary basis. </p>\r\n<p>3.4 Operators wishing to apply for either of the above Variations, valid for an initial period of six months, should contact their assigned Flight Operations Inspector. </p>\r\n<p>4 CAP 371 – Frequently Asked Questions </p>\r\n<p>4.1 Accountability of Flying and Duty Hours </p>\r\n<p>Q. When a pilot undertakes secondary employment what is the requirement to maintain a record of flying? </p>\r\n<p>A. CAP 371 states that pilots operating on a freelance basis are required to maintain a record of flying and duty hours which must be presented to an operator before undertaking a duty period. Similarly, when a pilot undertakes secondary employment, whether paid, unpaid, instructional or reserve flying in aircraft having a Maximum Take-off Mass greater than 1600 kg, the same requirement applies in order that they meet their personal responsibility, not to be in breach of their company FTL scheme . </p>\r\n<p>4.2 Discretion Reports </p>\r\n<p>Q. Having reported exercise of Commander’s Discretion on a Voyage Report, is a separate Discretion Report required, as specified in the company FTL scheme? </p>\r\n<p>A . Where operators elect to have crew\'s complete details concerning the exercise of Commander’s Discretion on the Voyage Report, a copy of all such Discretion Reports or the details thereon should form part of a monthly Management Report. </p>\r\n<p>Such reports should also be made available for CAA audit purposes in order that the need for corrective planning action can be identified and acted upon. </p>\r\n<p>4.3 Traveling Time </p>\r\n<p>Q . If asked to report to an airport other than home base does this count as positioning? </p>\r\n<p>A. Where a crew member is required to travel and report to an alternate base with a traveling time greater than 90 minutes and undertakes to Self-Drive then, in accordance with paragraph 3.1 above, that additional time shall be accountable as Positioning and be carried out under a Self-Drive Variation. </p>\r\n<p>4.4 Standard Variations </p>\r\n<p>Q. Can an FDP be extended in a three-crew operation by using a Standard Variation? </p>\r\n<p>A. No. The standard Variations contained in CAP 371 Annex F, which include the Level 1, Level 2, Florida 1 and 2, were created to provide a degree of operational flexibility with regard to the limitations placed on Two-crew Long Range Operations. Within these limitations it was stated that the restrictions on maximum FDP, based on sector length, did not apply when an additional pilot was carried as a third crew member. This reflects the situation where a flight crew of two pilots and flight engineer were not subject to such restrictions and could operate to normal FDP limits. However, the reference to a third crew member does not imply that an FDP extension, based on a Level 1 or Level 2 Variation, can be applied to the normal FDP for a three-crew operation. </p>\r\n<p>The requirement for a Day Off prior to commencing a Level 2 Variation duty does not preclude that duty starting before 0600 hours local time. The day prior to the duty becomes a Rest Day with the required Day Off preceding that Rest Day. </p>\r\n<p>4.5 Commander’s Discretion </p>\r\n<p>Q. In what circumstances can exercising Commander’s Discretion being requested? </p>\r\n<p>A . Whilst there are a number of myths surrounding the exercise of Commander’s Discretion, it is purely a safety-based decision contingent upon events on the day. Where there is disruption to an operation through unplanned and unforeseen circumstances an operator may request a commander to consider an extension to the normal FDP, to allow recovery of operational plans, if he is satisfied it is safe to do so. On the day there is no restriction on departing from home base, in the knowledge that the exercise of discretion is likely to be required to extend the FDP, provided the extension is within the specified limitations. In determining the circumstances of other crew members, any crew member who considers himself likely to be suffering from fatigue at the end of the proposed FDP, such that the safety of the flight or passengers may be compromised, should not be required to operate. The commander, in completing the Discretion Report, should note the factors on which the decision was based. </p>\r\n<p><u>5 Recommendations </u></p>\r\n<p>5.1 Operators should plan the necessary amendments to their OM in line with the submission timescales specified above to ensure that their FTL Approval remains current after 1 April 2006. </p>\r\n<p>5.2 Operators should ensure that their company travel policy meets the requirements of their approved FTL scheme, whilst noting the additional Standard Variations now available. </p>\r\n<p>5.3 Operators should ensure that commanders, when completing the Discretion Report note the factors on which the decision was based. </p>\r\n<p>5.4 Operators should ensure that operational staff is familiar with the intent and clarification of CAP 371 terminology as outlined above. </p>\r\n<p>5.5 Operators should ensure a copy of all Discretion Reports or the details thereon form part of a monthly Management Report and be made available for CAA audit purposes. </p>','','',1158668602),(31,2,'Flight Time Limitation (PDF File)','file','FLIGHT_TIME_LIMITATIONS.pdf','','','','frame',1158675709),(32,2,'Flight Duty Limitation(PDF File)','file','Flight_Duty_Limitation_and_Rest_Requirement.pdf','','','','frame',1158675813),(33,2,'Guide to flight Time Limitations(PDF File)','file','Guide_to_Flight_Time_Limitations_and_Rest_Requirements.pdf','','','','frame',1158675909),(34,2,'Flight Operations Department Communication','file','FLIGHT_OPERATIONS_DEPARTMENT_COMMUNICATION.pdf','','','','frame',1158676017),(35,2,'Company Operation Manula (PDF)','file','COMPANY_OPERATION_MANUAL.pdf','','','','frame',1158676085),(36,2,'IACA (PDF File)','file','International_Air_Carrier_Association_IACA.pdf','','','','frame',1158676137),(37,2,'JCAR (PDF File)','file','JORDANIAN_CIVIL_AVIATION_REGULATIONS.pdf','','','','frame',1158676281),(28,2,'Contents','html','','','<table cellspacing=\"0\" cellpadding=\"0\" width=\"744\" border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"360\">\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>0. Table Of Contents 15 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>1. Flight Duty Limitation and Rest Requirement 16 </strong></p>\r\n<p dir=\"ltr\"><strong>1.1. Introduction 16 </strong></p>\r\n<p dir=\"ltr\"><strong>1.2. Cockpit Crew Composition 16 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>1.3. Civil Aviation Authority Regulations ( </strong>CAR Q <strong>) 16 </strong></p>\r\n<p dir=\"ltr\"><strong>1.3.1. Introduction 16 </strong></p>\r\n<p dir=\"ltr\"><strong>1.3.2. Applicability ( </strong>CAR 6.341 <strong>) 17 </strong></p>\r\n<p dir=\"ltr\"><strong>1.3.3. Definition and Terms ( </strong>CAR.6.343 <strong>)17-18 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>1.4. Weekly, Monthly and Yearly ( </strong>CAR 6.345 <strong>) 19 </strong></p>\r\n<p dir=\"ltr\"><strong>1.4.1. Calculation of Duty Periods </strong>(CAR 6.349) 19 </p>\r\n<p dir=\"ltr\"><strong>1.4.2. Rest Requirements </strong>(CAR 6.351) 19 </p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>1.5. Flight and Duty Time Limitations ( </strong>CAR 6.353 <strong>) 20 </strong></p>\r\n<p dir=\"ltr\"><strong>1.5.1. Flight and Duty Period 20 </strong></p>\r\n<p dir=\"ltr\"><strong>1.5.2. Waivers and Exemptions 20 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>1.6. Augmented and DBL Crew OPS. Airline Policy 20 </strong></p>\r\n<p dir=\"ltr\"><strong>1.6.1. General 20 </strong></p>\r\n<p dir=\"ltr\"><strong>1.6.2. Pilot in Command Order of Assignment 21 </strong></p>\r\n<p dir=\"ltr\"><strong>1.6.3. Augmented Flight Crews ( </strong>CAR 6.355 <strong>) 21 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2. FLIGHT CREW SCHEDULING 21 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.1. Bidding Lines System, Policy and Procedure 21 </strong></p>\r\n<p dir=\"ltr\"><strong>2.1.1. Introduction 21 </strong></p>\r\n<p dir=\"ltr\"><strong>2.1.2. Bidding Lines System 21 </strong></p>\r\n<p dir=\"ltr\"><strong>2.1.3. Bidding Policy 22 </strong></p>\r\n<p dir=\"ltr\"><strong>2.1.4. Bidding Procedure 22 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.2. Assignment and Assignment Preference System23 </strong></p>\r\n<p dir=\"ltr\"><strong>2.2.1. Assignment System 23 </strong></p>\r\n<p dir=\"ltr\"><strong>2.2.2. Assignment Preference System 23 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.3. Policy and Procedures 23 </strong></p>\r\n<p dir=\"ltr\"><strong>2.3.1. Introduction 23 </strong></p></td>\r\n<td valign=\"top\" width=\"384\">\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.3.2. Off Days 23 </strong></p>\r\n<p dir=\"ltr\"><strong>2.3.3. Flight Swap 24 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.3.4. STD-By, Avail. and Flying Duties ASSINM. 24-25 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.3.5. Annual Leaves 25 </strong></p>\r\n<p dir=\"ltr\"><strong>2.3.5.1. Leave Extension 25 </strong></p>\r\n<p dir=\"ltr\"><strong>2.3.5.2. Leave Cancellation 25 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.3.6. Emergency Leaves 26 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.3.7. Sick Leaves 26 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.3.8. Charters and Extra Flights Policy 27 </strong></p>\r\n<p dir=\"ltr\"><strong>2.3.8.1. Policy 27 </strong></p>\r\n<p dir=\"ltr\"><strong>2.3.8.2. Procedure 27 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.3.9. Refusal of Duty 27 </strong></p>\r\n<p dir=\"ltr\"><strong>2.3.9.1. No Show of Crew Members 27 </strong></p>\r\n<p dir=\"ltr\"><strong>2.3.9.2. Crew Complaints and Suggestions 28 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.3.10. Medical Check-Ups 28 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.3.11. Training Requirements 28 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.4. Rules & Regulations for Crew Pattern Layover 28 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.4.1. Introduction 28 </strong></p>\r\n<p dir=\"ltr\"><strong>2.4.1.1. </strong><strong>Gulf Area, Saudi and India 28 </strong></p>\r\n<p dir=\"ltr\"><strong>2.4.1.2. REG., Round Trip, Odd, Charter and Extra Flights or Service European Flights 29 </strong></p>\r\n<p dir=\"ltr\"><strong>2.4.1.3. North Atlantic and Far East 29 </strong></p>\r\n<p dir=\"ltr\"><strong>2.4.1.4. General Rules 29 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.5. Minimum Rest Time Calculation30 </strong></p>\r\n<p dir=\"ltr\"></p>\r\n<p dir=\"ltr\"><strong>2.5.1. Introduction 30 </strong></p>\r\n<p dir=\"ltr\"><strong>2.5.2. Out Stations 30 </strong></p>\r\n<p dir=\"ltr\"><strong>2.5.3. Amman Station 30 </strong></p></td></tr></tbody></table>\r\n<p dir=\"rtl\"></p>','','',1158668385),(27,2,'Contents','html','','','<font face=\"arial,helvetica,sans-serif\" size=\"2\"><strong>1-TERMINOLOGY</strong><br /><br /><strong>2-FLIGHT AND DUTY TIME LIMITATIONS AND REST REQUIREMENTS <br />Flight time limitations</strong><br /> Flight time limitations<br /> Block times (flight crew only)<br /> Cumulative duty periods<br /> Flight duty periods (FDP)<br /> Rest requirements<br /> Standby<br /> Positioning<br /><br /><strong>3-EXCEEDANCES OF FLIGHT AND DUTY TIME LIMITATIONS AND/OR REDUCTIONS OF REST PERIODS</strong> <br /> Exceedances of flight time limitations<br /> Block times<br /> Cumulative duty periods<br /> Flight duty periods<br /> Reduction of rest period<br /> Unforeseen circumstances<br /></font>','','',1158668234); /*!40000 ALTER TABLE `mdl_resource` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scale` -- DROP TABLE IF EXISTS `mdl_scale`; CREATE TABLE `mdl_scale` ( `id` int(10) unsigned NOT NULL auto_increment, `courseid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `scale` text collate utf8_unicode_ci NOT NULL, `description` text collate utf8_unicode_ci NOT NULL, `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `courseid` (`courseid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Defines grading scales'; -- -- 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,'Separate and Connected ways of knowing','Mostly Separate Knowing,Separate and Connected,Mostly Connected Knowing','Individual posts can be rated using a scale based on the theory of <strong>separate and connected knowing</strong>.\n\n\n\nThis theory may help you to look at human interactions in a new way. It describes two different ways that we can evaluate and learn about the things we see and hear.\n\n\n\nAlthough each of us may use these two methods in different amounts at different times, it may be useful to imagine two people as examples, one who is a mostly separate knower (Jim) and the other a mostly connected knower (Mary).\n\n<ul>\n\n <li>Jim likes to remain as \'objective\' as possible without including his feelings and emotions. When in a discussion with other people who may have different ideas, he likes to defend his own ideas, using logic to find holes in his opponent\'s ideas. He is critical of new ideas unless they are proven facts from reputable sources such as textbooks, respected teachers or his own direct experience. Jim is a very <strong>separate knower</strong>.\n\n </li>\n\n <li>Mary is more sensitive to other people. She is skilled at empathy and tends to listen and ask questions until she feels she can connect and "understand things from their point of view". She learns by trying to share the experiences that led to the knowledge she finds in other people. When talking to others, she avoids confrontation and will often try to help the other person if she can see a way to do so, using logical suggestions. Mary is a very <strong>connected knower</strong>.</li>\n\n</ul>\n\nDid you notice in these examples that the separate knower is male and the connected knower is female? Some studies have shown that statistically this tends to be the case, however individual people can be anywhere in the spectrum between these two extremes.\n\n\n\nFor a collaborative and effective group of learners it may be best if everyone were able to use BOTH ways of knowing.\n\n\n\nIn a particular situation like an online forum, a single post by a person may exhibit either of these characteristics, or even both. Someone who is generally very connected may post a very separate-sounding message, and vice versa. The purpose of rating each post using this scale is to:\n\n<blockquote>\n\na) help you think about these issues when reading other posts\n\nb) provide feedback to each author on how they are being seen by others\n\n</blockquote>\n\nThe results are not used towards student assessment in any way, they are just to help improve communication and learning.\n\n<hr />\n\nIn case you\'re interested, here are some references to papers by the authors who originally developed these ideas:\n\n<ul>\n\n <li>Belenky, M.F., Clinchy, B.M., Goldberger, N.R., & Tarule, J.M. (1986). \n\n Women\'s ways of knowing: the development of self, voice, and mind. New York, \n\n NY: Basic Books.</li>\n\n <li>Clinchy, B.M. (1989a). The development of thoughtfulness in college women: \n\n Integrating reason and care. American Behavioural Scientist, 32(6), 647-657.</li>\n\n <li>Clinchy, B.M. (1989b). On critical thinking & connected knowing. Liberal \n\n education, 75(5), 14-19.</li>\n\n <li>Clinchy, B.M. (1996). Connected and separate knowing; Toward a marriage \n\n of two minds. In N.R. Goldberger, Tarule, J.M., Clinchy, B.M. &</li>\n\n <li>Belenky, M.F. (Eds.), Knowledge, Difference, and Power; Essays inspired \n\n by “Women’s Ways of Knowing” (pp. 205-247). New York, NY: \n\n Basic Books.</li>\n\n <li>Galotti, K. M., Clinchy, B. M., Ainsworth, K., Lavin, B., & Mansfield, \n\n A. F. (1999). A New Way of Assessing Ways of Knowing: The Attitudes Towards \n\n Thinking and Learning Survey (ATTLS). Sex Roles, 40(9/10), 745-766.</li>\n\n <li>Galotti, K. M., Reimer, R. L., & Drebus, D. W. (2001). Ways of knowing \n\n as learning styles: Learning MAGIC with a partner. Sex Roles, 44(7/8), 419-436. \n\n <br />\n\n </li>\n\n</ul>\n\n\n\n',1158660328); /*!40000 ALTER TABLE `mdl_scale` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_scorm` -- DROP TABLE IF EXISTS `mdl_scorm`; CREATE TABLE `mdl_scorm` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `reference` varchar(255) collate utf8_unicode_ci NOT NULL default '', `version` varchar(9) collate utf8_unicode_ci NOT NULL default '', `maxgrade` float NOT NULL default '0', `grademethod` tinyint(2) NOT NULL default '0', `maxattempt` int(10) NOT NULL default '1', `launch` int(10) unsigned NOT NULL default '0', `summary` text collate utf8_unicode_ci NOT NULL, `hidebrowse` tinyint(1) NOT NULL default '0', `hidetoc` tinyint(1) NOT NULL default '0', `hidenav` tinyint(1) NOT NULL default '0', `auto` tinyint(1) unsigned NOT NULL default '0', `popup` tinyint(1) unsigned NOT NULL default '0', `options` varchar(255) collate utf8_unicode_ci NOT NULL default '', `width` int(10) unsigned NOT NULL default '100', `height` int(10) unsigned NOT NULL default '600', `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `course` (`course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- 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_scoes` -- DROP TABLE IF EXISTS `mdl_scorm_scoes`; CREATE TABLE `mdl_scorm_scoes` ( `id` int(10) unsigned NOT NULL auto_increment, `scorm` int(10) unsigned NOT NULL default '0', `manifest` varchar(255) collate utf8_unicode_ci NOT NULL default '', `organization` varchar(255) collate utf8_unicode_ci NOT NULL default '', `parent` varchar(255) collate utf8_unicode_ci NOT NULL default '', `identifier` varchar(255) collate utf8_unicode_ci NOT NULL default '', `launch` varchar(255) collate utf8_unicode_ci NOT NULL default '', `parameters` varchar(255) collate utf8_unicode_ci NOT NULL default '', `scormtype` varchar(5) collate utf8_unicode_ci NOT NULL default '', `title` varchar(255) collate utf8_unicode_ci NOT NULL default '', `prerequisites` varchar(200) collate utf8_unicode_ci NOT NULL default '', `maxtimeallowed` varchar(19) collate utf8_unicode_ci NOT NULL default '', `timelimitaction` varchar(19) collate utf8_unicode_ci NOT NULL default '', `datafromlms` varchar(255) collate utf8_unicode_ci NOT NULL default '', `masteryscore` varchar(200) collate utf8_unicode_ci NOT NULL default '', `next` tinyint(1) unsigned NOT NULL default '0', `previous` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `scorm` (`scorm`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- 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_track` -- DROP TABLE IF EXISTS `mdl_scorm_scoes_track`; CREATE TABLE `mdl_scorm_scoes_track` ( `id` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `scormid` int(10) NOT NULL default '0', `scoid` int(10) unsigned NOT NULL default '0', `attempt` int(10) unsigned NOT NULL default '1', `element` varchar(255) collate utf8_unicode_ci NOT NULL default '', `value` longtext collate utf8_unicode_ci NOT NULL, `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `track` (`userid`,`scormid`,`scoid`,`attempt`,`element`), KEY `userid` (`userid`), KEY `scormid` (`scormid`), KEY `scoid` (`scoid`), KEY `element` (`element`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- 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_sessions` -- DROP TABLE IF EXISTS `mdl_sessions`; CREATE TABLE `mdl_sessions` ( `sesskey` varchar(32) collate utf8_unicode_ci NOT NULL default '', `expiry` int(11) unsigned NOT NULL default '0', `expireref` varchar(64) collate utf8_unicode_ci default '', `data` mediumtext collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`sesskey`), KEY `expiry` (`expiry`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Optional database session storage, not used by default'; -- -- Dumping data for table `mdl_sessions` -- LOCK TABLES `mdl_sessions` WRITE; /*!40000 ALTER TABLE `mdl_sessions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_stats_daily` -- DROP TABLE IF EXISTS `mdl_stats_daily`; CREATE TABLE `mdl_stats_daily` ( `id` int(10) unsigned NOT NULL auto_increment, `courseid` int(10) unsigned NOT NULL default '0', `timeend` int(10) unsigned NOT NULL default '0', `students` int(10) unsigned NOT NULL default '0', `teachers` int(10) unsigned NOT NULL default '0', `activestudents` int(10) unsigned NOT NULL default '0', `activeteachers` int(10) unsigned NOT NULL default '0', `studentreads` int(10) unsigned NOT NULL default '0', `studentwrites` int(10) unsigned NOT NULL default '0', `teacherreads` int(10) unsigned NOT NULL default '0', `teacherwrites` int(10) unsigned NOT NULL default '0', `logins` int(10) unsigned NOT NULL default '0', `uniquelogins` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `courseid` (`courseid`), KEY `timeend` (`timeend`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- 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`; CREATE TABLE `mdl_stats_monthly` ( `id` int(10) unsigned NOT NULL auto_increment, `courseid` int(10) unsigned NOT NULL default '0', `timeend` int(10) unsigned NOT NULL default '0', `students` int(10) unsigned NOT NULL default '0', `teachers` int(10) unsigned NOT NULL default '0', `activestudents` int(10) unsigned NOT NULL default '0', `activeteachers` int(10) unsigned NOT NULL default '0', `studentreads` int(10) unsigned NOT NULL default '0', `studentwrites` int(10) unsigned NOT NULL default '0', `teacherreads` int(10) unsigned NOT NULL default '0', `teacherwrites` int(10) unsigned NOT NULL default '0', `logins` int(10) unsigned NOT NULL default '0', `uniquelogins` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `courseid` (`courseid`), KEY `timeend` (`timeend`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- 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`; CREATE TABLE `mdl_stats_user_daily` ( `id` int(10) unsigned NOT NULL auto_increment, `courseid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `roleid` int(10) unsigned NOT NULL default '0', `timeend` int(10) unsigned NOT NULL default '0', `statsreads` int(10) unsigned NOT NULL default '0', `statswrites` int(10) unsigned NOT NULL default '0', `stattype` varchar(30) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`), KEY `courseid` (`courseid`), KEY `userid` (`userid`), KEY `roleid` (`roleid`), KEY `timeend` (`timeend`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- 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`; CREATE TABLE `mdl_stats_user_monthly` ( `id` int(10) unsigned NOT NULL auto_increment, `courseid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `roleid` int(10) unsigned NOT NULL default '0', `timeend` int(10) unsigned NOT NULL default '0', `statsreads` int(10) unsigned NOT NULL default '0', `statswrites` int(10) unsigned NOT NULL default '0', `stattype` varchar(30) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`), KEY `courseid` (`courseid`), KEY `userid` (`userid`), KEY `roleid` (`roleid`), KEY `timeend` (`timeend`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- 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`; CREATE TABLE `mdl_stats_user_weekly` ( `id` int(10) unsigned NOT NULL auto_increment, `courseid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `roleid` int(10) unsigned NOT NULL default '0', `timeend` int(10) unsigned NOT NULL default '0', `statsreads` int(10) unsigned NOT NULL default '0', `statswrites` int(10) unsigned NOT NULL default '0', `stattype` varchar(30) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`), KEY `courseid` (`courseid`), KEY `userid` (`userid`), KEY `roleid` (`roleid`), KEY `timeend` (`timeend`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- 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`; CREATE TABLE `mdl_stats_weekly` ( `id` int(10) unsigned NOT NULL auto_increment, `courseid` int(10) unsigned NOT NULL default '0', `timeend` int(10) unsigned NOT NULL default '0', `students` int(10) unsigned NOT NULL default '0', `teachers` int(10) unsigned NOT NULL default '0', `activestudents` int(10) unsigned NOT NULL default '0', `activeteachers` int(10) unsigned NOT NULL default '0', `studentreads` int(10) unsigned NOT NULL default '0', `studentwrites` int(10) unsigned NOT NULL default '0', `teacherreads` int(10) unsigned NOT NULL default '0', `teacherwrites` int(10) unsigned NOT NULL default '0', `logins` int(10) unsigned NOT NULL default '0', `uniquelogins` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `courseid` (`courseid`), KEY `timeend` (`timeend`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- 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`; CREATE TABLE `mdl_survey` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `template` int(10) unsigned NOT NULL default '0', `days` smallint(6) NOT NULL default '0', `timecreated` int(10) unsigned NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `intro` text collate utf8_unicode_ci NOT NULL, `questions` varchar(255) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`), KEY `course` (`course`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='all surveys'; -- -- 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','25,26,27,28,29,30,43,44'),(2,0,0,0,985017600,985017600,'collespname','collespintro','31,32,33,34,35,36,43,44'),(3,0,0,0,985017600,985017600,'collesapname','collesapintro','37,38,39,40,41,42,43,44'),(4,0,0,0,985017600,985017600,'attlsname','attlsintro','65,67,68'),(5,0,0,0,985017600,985017600,'ciqname','ciqintro','69,70,71,72,73'); /*!40000 ALTER TABLE `mdl_survey` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_survey_analysis` -- DROP TABLE IF EXISTS `mdl_survey_analysis`; CREATE TABLE `mdl_survey_analysis` ( `id` int(10) unsigned NOT NULL auto_increment, `survey` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `notes` text collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `survey` (`survey`), KEY `userid` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- 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`; CREATE TABLE `mdl_survey_answers` ( `id` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `survey` int(10) unsigned NOT NULL default '0', `question` int(10) unsigned NOT NULL default '0', `time` int(10) unsigned NOT NULL default '0', `answer1` text collate utf8_unicode_ci NOT NULL, `answer2` text collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `userid` (`userid`), KEY `survey` (`survey`), KEY `question` (`question`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- 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`; CREATE TABLE `mdl_survey_questions` ( `id` int(10) unsigned NOT NULL auto_increment, `text` varchar(255) collate utf8_unicode_ci NOT NULL default '', `shorttext` varchar(30) collate utf8_unicode_ci NOT NULL default '', `multi` varchar(100) collate utf8_unicode_ci NOT NULL default '', `intro` varchar(50) collate utf8_unicode_ci NOT NULL default '', `type` tinyint(3) NOT NULL default '0', `options` text collate utf8_unicode_ci, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=74 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- 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,''),(64,'attls20','attls20short','','',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'),(56,'attls12','attls12short','','',1,'scaleagree5'),(57,'attls13','attls13short','','',1,'scaleagree5'),(55,'attls11','attls11short','','',1,'scaleagree5'),(54,'attls10','attls10short','','',1,'scaleagree5'),(53,'attls9','attls9short','','',1,'scaleagree5'),(52,'attls8','attls8short','','',1,'scaleagree5'),(51,'attls7','attls7short','','',1,'scaleagree5'),(50,'attls6','attls6short','','',1,'scaleagree5'),(49,'attls5','attls5short','','',1,'scaleagree5'),(48,'attls4','attls4short','','',1,'scaleagree5'),(47,'attls3','attls3short','','',1,'scaleagree5'),(45,'attls1','attls1short','','',1,'scaleagree5'),(46,'attls2','attls2short','','',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'),(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,''),(70,'ciq2','ciq2short','','',0,''),(71,'ciq3','ciq3short','','',0,''),(72,'ciq4','ciq4short','','',0,''),(73,'ciq5','ciq5short','','',0,''); /*!40000 ALTER TABLE `mdl_survey_questions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_tags` -- DROP TABLE IF EXISTS `mdl_tags`; CREATE TABLE `mdl_tags` ( `id` int(10) NOT NULL auto_increment, `type` varchar(255) collate utf8_unicode_ci NOT NULL default 'official', `userid` int(10) NOT NULL default '0', `text` varchar(20) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`), KEY `tags_typeuserid_idx` (`type`,`userid`), KEY `tags_text_idx` (`text`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='tags structure for moodle.'; -- -- Dumping data for table `mdl_tags` -- LOCK TABLES `mdl_tags` WRITE; /*!40000 ALTER TABLE `mdl_tags` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_tags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_timezone` -- DROP TABLE IF EXISTS `mdl_timezone`; CREATE TABLE `mdl_timezone` ( `id` int(10) NOT NULL auto_increment, `name` varchar(100) collate utf8_unicode_ci NOT NULL default '', `year` int(11) NOT NULL default '0', `rule` varchar(20) collate utf8_unicode_ci NOT NULL default '', `gmtoff` int(11) NOT NULL default '0', `dstoff` int(11) NOT NULL default '0', `dst_month` tinyint(2) NOT NULL default '0', `dst_startday` tinyint(3) NOT NULL default '0', `dst_weekday` tinyint(3) NOT NULL default '0', `dst_skipweeks` tinyint(3) NOT NULL default '0', `dst_time` varchar(5) collate utf8_unicode_ci NOT NULL default '00:00', `std_month` tinyint(2) NOT NULL default '0', `std_startday` tinyint(3) NOT NULL default '0', `std_weekday` tinyint(3) NOT NULL default '0', `std_skipweeks` tinyint(3) NOT NULL default '0', `std_time` varchar(5) collate utf8_unicode_ci NOT NULL default '00:00', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Rules for calculating local wall clock time for users'; -- -- Dumping data for table `mdl_timezone` -- LOCK TABLES `mdl_timezone` WRITE; /*!40000 ALTER TABLE `mdl_timezone` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_timezone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_user` -- DROP TABLE IF EXISTS `mdl_user`; CREATE TABLE `mdl_user` ( `id` int(10) unsigned NOT NULL auto_increment, `auth` varchar(20) collate utf8_unicode_ci NOT NULL default 'manual', `confirmed` tinyint(1) NOT NULL default '0', `policyagreed` tinyint(1) NOT NULL default '0', `deleted` tinyint(1) NOT NULL default '0', `username` varchar(100) collate utf8_unicode_ci NOT NULL default '', `password` varchar(32) collate utf8_unicode_ci NOT NULL default '', `idnumber` varchar(64) collate utf8_unicode_ci NOT NULL default '', `firstname` varchar(100) collate utf8_unicode_ci NOT NULL default '', `lastname` varchar(100) collate utf8_unicode_ci NOT NULL default '', `email` varchar(100) collate utf8_unicode_ci NOT NULL default '', `emailstop` tinyint(1) unsigned NOT NULL default '0', `icq` varchar(15) collate utf8_unicode_ci NOT NULL default '', `skype` varchar(50) collate utf8_unicode_ci NOT NULL default '', `yahoo` varchar(50) collate utf8_unicode_ci NOT NULL default '', `aim` varchar(50) collate utf8_unicode_ci NOT NULL default '', `msn` varchar(50) collate utf8_unicode_ci NOT NULL default '', `phone1` varchar(20) collate utf8_unicode_ci NOT NULL default '', `phone2` varchar(20) collate utf8_unicode_ci NOT NULL default '', `institution` varchar(40) collate utf8_unicode_ci NOT NULL default '', `department` varchar(30) collate utf8_unicode_ci NOT NULL default '', `address` varchar(70) collate utf8_unicode_ci NOT NULL default '', `city` varchar(20) collate utf8_unicode_ci NOT NULL default '', `country` varchar(2) collate utf8_unicode_ci NOT NULL default '', `lang` varchar(10) collate utf8_unicode_ci NOT NULL default 'en', `theme` varchar(50) collate utf8_unicode_ci NOT NULL default '', `timezone` varchar(100) collate utf8_unicode_ci NOT NULL default '99', `firstaccess` int(10) unsigned NOT NULL default '0', `lastaccess` int(10) unsigned NOT NULL default '0', `lastlogin` int(10) unsigned NOT NULL default '0', `currentlogin` int(10) unsigned NOT NULL default '0', `lastip` varchar(15) collate utf8_unicode_ci NOT NULL default '', `secret` varchar(15) collate utf8_unicode_ci NOT NULL default '', `picture` tinyint(1) NOT NULL default '0', `url` varchar(255) collate utf8_unicode_ci NOT NULL default '', `description` text collate utf8_unicode_ci NOT NULL, `mailformat` tinyint(1) unsigned NOT NULL default '1', `maildigest` tinyint(1) unsigned NOT NULL default '0', `maildisplay` tinyint(2) unsigned NOT NULL default '2', `htmleditor` tinyint(1) unsigned NOT NULL default '1', `autosubscribe` tinyint(1) unsigned NOT NULL default '1', `trackforums` tinyint(1) unsigned NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), UNIQUE KEY `username` (`username`), KEY `user_deleted` (`deleted`), KEY `user_confirmed` (`confirmed`), KEY `user_firstname` (`firstname`), KEY `user_lastname` (`lastname`), KEY `user_city` (`city`), KEY `user_country` (`country`), KEY `user_lastaccess` (`lastaccess`), KEY `user_email` (`email`), KEY `auth` (`auth`), KEY `idnumber` (`idnumber`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='One record for each person'; -- -- Dumping data for table `mdl_user` -- LOCK TABLES `mdl_user` WRITE; /*!40000 ALTER TABLE `mdl_user` DISABLE KEYS */; INSERT INTO `mdl_user` VALUES (1,'manual',1,0,1,'root@localhost.1158660063','084e0343a0486ff05530df6c705c8bb4','','Guest User','','',0,'','','','','','','','','','','','','en_utf8','','99',0,0,0,0,'','',0,'','This user is a special user that allows read-only access to some courses.',1,0,2,1,1,0,1158660063),(2,'manual',1,0,0,'admin','202cb962ac59075b964b07152d234b70','','Raes','Shanableh','raed@consult-one.com',0,'','','','','','','','','','','Amman','JO','en_utf8','','99',0,1158744632,1158738590,1158743496,'127.0.0.1','',0,'','',1,0,1,1,1,0,1158658487),(3,'manual',1,0,0,'student','202cb962ac59075b964b07152d234b70','','Omar','Hamdan','omar@consult-one.com',0,'','','','','','','','','','','Amman','JO','en_utf8','','99',0,1158701834,1158676519,1158695924,'127.0.0.1','',0,'','<p> </p>',1,0,2,1,1,0,1158693905),(4,'manual',1,0,0,'instructor','202cb962ac59075b964b07152d234b70','','Ammar','Al Smair','ammar@consult-one.com',0,'','','','','','','','','','','Amman','JO','en_utf8','','99',0,1158743462,1158676472,1158676581,'127.0.0.1','',0,'','',1,0,2,1,1,0,1158693862),(5,'manual',1,0,1,'root@localhost.1158677397','084e0343a0486ff05530df6c705c8bb4','','Guest User','','',0,'','','','','','','','','','','','','en_utf8','','99',0,0,0,0,'','',0,'','This user is a special user that allows read-only access to some courses.',1,0,2,1,1,0,1158677397),(6,'manual',1,0,0,'guest','084e0343a0486ff05530df6c705c8bb4','','Guest User','','root@localhost',0,'','','','','','','','','','','','','en_utf8','','99',0,0,0,0,'','',0,'','This user is a special user that allows read-only access to some courses.',1,0,2,1,1,0,1158685450),(7,'manual',1,0,0,'user1','202cb962ac59075b964b07152d234b70','','User','1','user@consult-one.com',0,'','','','','','','','','','','Amman','JO','en_utf8','','2.0',0,1158738582,1158707272,1158738509,'127.0.0.1','',0,'','',1,0,2,1,1,0,1158705942); /*!40000 ALTER TABLE `mdl_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_user_admins` -- DROP TABLE IF EXISTS `mdl_user_admins`; CREATE TABLE `mdl_user_admins` ( `id` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `userid` (`userid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='One record per administrator user'; -- -- Dumping data for table `mdl_user_admins` -- LOCK TABLES `mdl_user_admins` WRITE; /*!40000 ALTER TABLE `mdl_user_admins` DISABLE KEYS */; INSERT INTO `mdl_user_admins` VALUES (1,2); /*!40000 ALTER TABLE `mdl_user_admins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_user_coursecreators` -- DROP TABLE IF EXISTS `mdl_user_coursecreators`; CREATE TABLE `mdl_user_coursecreators` ( `id` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `userid` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='One record per course creator'; -- -- Dumping data for table `mdl_user_coursecreators` -- LOCK TABLES `mdl_user_coursecreators` WRITE; /*!40000 ALTER TABLE `mdl_user_coursecreators` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_user_coursecreators` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_user_preferences` -- DROP TABLE IF EXISTS `mdl_user_preferences`; CREATE TABLE `mdl_user_preferences` ( `id` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `name` varchar(50) collate utf8_unicode_ci NOT NULL default '', `value` varchar(255) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `useridname` (`userid`,`name`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Allows modules to store arbitrary user preferences'; -- -- Dumping data for table `mdl_user_preferences` -- LOCK TABLES `mdl_user_preferences` WRITE; /*!40000 ALTER TABLE `mdl_user_preferences` DISABLE KEYS */; INSERT INTO `mdl_user_preferences` VALUES (1,2,'email_bounce_count','1'),(2,2,'email_send_count','1'),(3,3,'email_bounce_count','1'),(4,3,'email_send_count','1'),(5,4,'email_bounce_count','1'),(6,4,'email_send_count','1'),(7,2,'resource_windowsettingspref','0'),(8,2,'resource_parametersettingspref','0'),(9,7,'email_bounce_count','1'),(10,7,'email_send_count','1'); /*!40000 ALTER TABLE `mdl_user_preferences` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_user_students` -- DROP TABLE IF EXISTS `mdl_user_students`; CREATE TABLE `mdl_user_students` ( `id` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `course` int(10) unsigned NOT NULL default '0', `timestart` int(10) unsigned NOT NULL default '0', `timeend` int(10) unsigned NOT NULL default '0', `time` int(10) unsigned NOT NULL default '0', `timeaccess` int(10) unsigned NOT NULL default '0', `enrol` varchar(20) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), UNIQUE KEY `courseuserid` (`course`,`userid`), KEY `userid` (`userid`), KEY `enrol` (`enrol`), KEY `timeaccess` (`timeaccess`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `mdl_user_students` -- LOCK TABLES `mdl_user_students` WRITE; /*!40000 ALTER TABLE `mdl_user_students` DISABLE KEYS */; INSERT INTO `mdl_user_students` VALUES (3,7,3,0,0,1158707289,1158707290,'manual'),(2,3,2,0,0,1158695933,1158701834,'manual'),(4,7,2,0,0,1158707326,1158738509,'manual'); /*!40000 ALTER TABLE `mdl_user_students` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_user_teachers` -- DROP TABLE IF EXISTS `mdl_user_teachers`; CREATE TABLE `mdl_user_teachers` ( `id` int(10) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `course` int(10) unsigned NOT NULL default '0', `authority` int(10) NOT NULL default '3', `role` varchar(40) collate utf8_unicode_ci NOT NULL default '', `editall` int(1) unsigned NOT NULL default '1', `timestart` int(10) unsigned NOT NULL default '0', `timeend` int(10) unsigned NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', `timeaccess` int(10) unsigned NOT NULL default '0', `enrol` varchar(20) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), UNIQUE KEY `courseuserid` (`course`,`userid`), KEY `userid` (`userid`), KEY `enrol` (`enrol`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='One record per teacher per course'; -- -- Dumping data for table `mdl_user_teachers` -- LOCK TABLES `mdl_user_teachers` WRITE; /*!40000 ALTER TABLE `mdl_user_teachers` DISABLE KEYS */; INSERT INTO `mdl_user_teachers` VALUES (1,2,1,1,'',1,0,0,0,0,''),(2,4,2,1,'Teacher',1,0,0,1158660208,1158677302,'manual'),(4,4,3,1,'Teacher',1,0,0,1158707221,0,'manual'); /*!40000 ALTER TABLE `mdl_user_teachers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_wiki` -- DROP TABLE IF EXISTS `mdl_wiki`; CREATE TABLE `mdl_wiki` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `summary` text collate utf8_unicode_ci NOT NULL, `pagename` varchar(255) collate utf8_unicode_ci NOT NULL default '', `wtype` enum('teacher','group','student') collate utf8_unicode_ci NOT NULL default 'group', `ewikiprinttitle` tinyint(4) NOT NULL default '1', `htmlmode` tinyint(4) NOT NULL default '0', `ewikiacceptbinary` tinyint(4) NOT NULL default '0', `disablecamelcase` tinyint(4) NOT NULL default '0', `setpageflags` tinyint(4) NOT NULL default '1', `strippages` tinyint(4) NOT NULL default '1', `removepages` tinyint(4) NOT NULL default '1', `revertchanges` tinyint(4) NOT NULL default '1', `initialcontent` varchar(255) collate utf8_unicode_ci NOT NULL default '', `timemodified` int(10) NOT NULL default '0', PRIMARY KEY (`id`), KEY `course` (`course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Main wiki table'; -- -- Dumping data for table `mdl_wiki` -- LOCK TABLES `mdl_wiki` WRITE; /*!40000 ALTER TABLE `mdl_wiki` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_wiki` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_wiki_entries` -- DROP TABLE IF EXISTS `mdl_wiki_entries`; CREATE TABLE `mdl_wiki_entries` ( `id` int(10) NOT NULL auto_increment, `wikiid` int(10) NOT NULL default '0', `course` int(10) NOT NULL default '0', `groupid` int(10) NOT NULL default '0', `userid` int(10) NOT NULL default '0', `pagename` varchar(255) collate utf8_unicode_ci NOT NULL default '', `timemodified` int(10) NOT NULL default '0', PRIMARY KEY (`id`), KEY `wikiid` (`wikiid`), KEY `course` (`course`), KEY `gropuid` (`groupid`), KEY `userid` (`userid`), KEY `pagename` (`pagename`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Holds entries for each wiki start instance.'; -- -- Dumping data for table `mdl_wiki_entries` -- LOCK TABLES `mdl_wiki_entries` WRITE; /*!40000 ALTER TABLE `mdl_wiki_entries` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_wiki_entries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_wiki_pages` -- DROP TABLE IF EXISTS `mdl_wiki_pages`; CREATE TABLE `mdl_wiki_pages` ( `id` int(10) unsigned NOT NULL auto_increment, `pagename` varchar(160) collate utf8_unicode_ci NOT NULL default '', `version` int(10) unsigned NOT NULL default '0', `flags` int(10) unsigned default '0', `content` mediumtext collate utf8_unicode_ci, `author` varchar(100) collate utf8_unicode_ci default 'ewiki', `userid` int(10) unsigned NOT NULL default '0', `created` int(10) unsigned default '0', `lastmodified` int(10) unsigned default '0', `refs` mediumtext collate utf8_unicode_ci, `meta` mediumtext collate utf8_unicode_ci, `hits` int(10) unsigned default '0', `wiki` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `wiki_pages_uk` (`pagename`,`version`,`wiki`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Holds the Wiki-Pages'; -- -- Dumping data for table `mdl_wiki_pages` -- LOCK TABLES `mdl_wiki_pages` WRITE; /*!40000 ALTER TABLE `mdl_wiki_pages` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_wiki_pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_workshop` -- DROP TABLE IF EXISTS `mdl_workshop`; CREATE TABLE `mdl_workshop` ( `id` int(10) unsigned NOT NULL auto_increment, `course` int(10) unsigned NOT NULL default '0', `name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `description` text collate utf8_unicode_ci NOT NULL, `wtype` tinyint(3) unsigned NOT NULL default '0', `nelements` tinyint(3) unsigned NOT NULL default '1', `nattachments` tinyint(3) unsigned NOT NULL default '0', `phase` tinyint(2) unsigned NOT NULL default '0', `format` tinyint(2) unsigned NOT NULL default '0', `gradingstrategy` tinyint(2) unsigned NOT NULL default '1', `resubmit` tinyint(2) unsigned NOT NULL default '0', `agreeassessments` tinyint(2) unsigned NOT NULL default '0', `hidegrades` tinyint(2) unsigned NOT NULL default '0', `anonymous` tinyint(2) unsigned NOT NULL default '0', `includeself` tinyint(2) unsigned NOT NULL default '0', `maxbytes` int(10) unsigned NOT NULL default '100000', `submissionstart` int(10) unsigned NOT NULL default '0', `assessmentstart` int(10) unsigned NOT NULL default '0', `submissionend` int(10) unsigned NOT NULL default '0', `assessmentend` int(10) unsigned NOT NULL default '0', `releasegrades` int(10) unsigned NOT NULL default '0', `grade` tinyint(3) NOT NULL default '0', `gradinggrade` tinyint(3) NOT NULL default '0', `ntassessments` tinyint(3) unsigned NOT NULL default '0', `assessmentcomps` tinyint(3) unsigned NOT NULL default '2', `nsassessments` tinyint(3) unsigned NOT NULL default '0', `overallocation` tinyint(3) unsigned NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', `teacherweight` tinyint(3) unsigned NOT NULL default '1', `showleaguetable` tinyint(3) unsigned NOT NULL default '0', `usepassword` tinyint(3) unsigned NOT NULL default '0', `password` varchar(32) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`), KEY `course` (`course`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Defines workshop'; -- -- Dumping data for table `mdl_workshop` -- LOCK TABLES `mdl_workshop` WRITE; /*!40000 ALTER TABLE `mdl_workshop` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_workshop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_workshop_assessments` -- DROP TABLE IF EXISTS `mdl_workshop_assessments`; CREATE TABLE `mdl_workshop_assessments` ( `id` int(10) unsigned NOT NULL auto_increment, `workshopid` int(10) unsigned NOT NULL default '0', `submissionid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `timecreated` int(10) unsigned NOT NULL default '0', `timegraded` int(10) unsigned NOT NULL default '0', `timeagreed` int(10) unsigned NOT NULL default '0', `grade` float NOT NULL default '0', `gradinggrade` int(3) NOT NULL default '0', `mailed` tinyint(3) unsigned NOT NULL default '0', `resubmission` tinyint(3) unsigned NOT NULL default '0', `donotuse` tinyint(3) unsigned NOT NULL default '0', `generalcomment` text collate utf8_unicode_ci NOT NULL, `teachercomment` text collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `submissionid` (`submissionid`), KEY `userid` (`userid`), KEY `workshopid` (`workshopid`), KEY `mailed` (`mailed`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Info about assessments by teacher and students'; -- -- Dumping data for table `mdl_workshop_assessments` -- LOCK TABLES `mdl_workshop_assessments` WRITE; /*!40000 ALTER TABLE `mdl_workshop_assessments` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_workshop_assessments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_workshop_comments` -- DROP TABLE IF EXISTS `mdl_workshop_comments`; CREATE TABLE `mdl_workshop_comments` ( `id` int(10) unsigned NOT NULL auto_increment, `workshopid` int(10) unsigned NOT NULL default '0', `assessmentid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `timecreated` int(10) unsigned NOT NULL default '0', `mailed` tinyint(2) unsigned NOT NULL default '0', `comments` text collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `workshopid` (`workshopid`), KEY `assessmentid` (`assessmentid`), KEY `userid` (`userid`), KEY `mailed` (`mailed`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Defines comments'; -- -- Dumping data for table `mdl_workshop_comments` -- LOCK TABLES `mdl_workshop_comments` WRITE; /*!40000 ALTER TABLE `mdl_workshop_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_workshop_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_workshop_elements` -- DROP TABLE IF EXISTS `mdl_workshop_elements`; CREATE TABLE `mdl_workshop_elements` ( `id` int(10) unsigned NOT NULL auto_increment, `workshopid` int(10) unsigned NOT NULL default '0', `elementno` tinyint(3) unsigned NOT NULL default '0', `description` text collate utf8_unicode_ci NOT NULL, `scale` tinyint(3) unsigned NOT NULL default '0', `maxscore` tinyint(3) unsigned NOT NULL default '1', `weight` tinyint(3) unsigned NOT NULL default '11', `stddev` float NOT NULL default '0', `totalassessments` int(10) NOT NULL default '0', PRIMARY KEY (`id`), KEY `workshopid` (`workshopid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Info about marking scheme of assignment'; -- -- Dumping data for table `mdl_workshop_elements` -- LOCK TABLES `mdl_workshop_elements` WRITE; /*!40000 ALTER TABLE `mdl_workshop_elements` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_workshop_elements` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_workshop_grades` -- DROP TABLE IF EXISTS `mdl_workshop_grades`; CREATE TABLE `mdl_workshop_grades` ( `id` int(10) unsigned NOT NULL auto_increment, `workshopid` int(10) unsigned NOT NULL default '0', `assessmentid` int(10) unsigned NOT NULL default '0', `elementno` int(10) unsigned NOT NULL default '0', `feedback` text collate utf8_unicode_ci NOT NULL, `grade` tinyint(3) NOT NULL default '0', PRIMARY KEY (`id`), KEY `assessmentid` (`assessmentid`), KEY `workshopid` (`workshopid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Info about individual grades given to each element'; -- -- Dumping data for table `mdl_workshop_grades` -- LOCK TABLES `mdl_workshop_grades` WRITE; /*!40000 ALTER TABLE `mdl_workshop_grades` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_workshop_grades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_workshop_rubrics` -- DROP TABLE IF EXISTS `mdl_workshop_rubrics`; CREATE TABLE `mdl_workshop_rubrics` ( `id` int(10) unsigned NOT NULL auto_increment, `workshopid` int(10) unsigned NOT NULL default '0', `elementno` int(10) unsigned NOT NULL default '0', `rubricno` tinyint(3) unsigned NOT NULL default '0', `description` text collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Info about the rubrics marking scheme'; -- -- Dumping data for table `mdl_workshop_rubrics` -- LOCK TABLES `mdl_workshop_rubrics` WRITE; /*!40000 ALTER TABLE `mdl_workshop_rubrics` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_workshop_rubrics` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_workshop_stockcomments` -- DROP TABLE IF EXISTS `mdl_workshop_stockcomments`; CREATE TABLE `mdl_workshop_stockcomments` ( `id` int(10) unsigned NOT NULL auto_increment, `workshopid` int(10) unsigned NOT NULL default '0', `elementno` int(10) unsigned NOT NULL default '0', `comments` text collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Info about the teacher comment bank'; -- -- Dumping data for table `mdl_workshop_stockcomments` -- LOCK TABLES `mdl_workshop_stockcomments` WRITE; /*!40000 ALTER TABLE `mdl_workshop_stockcomments` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_workshop_stockcomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mdl_workshop_submissions` -- DROP TABLE IF EXISTS `mdl_workshop_submissions`; CREATE TABLE `mdl_workshop_submissions` ( `id` int(10) unsigned NOT NULL auto_increment, `workshopid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `title` varchar(100) collate utf8_unicode_ci NOT NULL default '', `timecreated` int(10) unsigned NOT NULL default '0', `mailed` tinyint(2) unsigned NOT NULL default '0', `description` text collate utf8_unicode_ci NOT NULL, `gradinggrade` int(3) unsigned NOT NULL default '0', `finalgrade` int(3) unsigned NOT NULL default '0', `late` int(3) unsigned NOT NULL default '0', `nassessments` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `userid` (`userid`), KEY `workshopid` (`workshopid`), KEY `mailed` (`mailed`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Info about submitted work from teacher and students'; -- -- Dumping data for table `mdl_workshop_submissions` -- LOCK TABLES `mdl_workshop_submissions` WRITE; /*!40000 ALTER TABLE `mdl_workshop_submissions` DISABLE KEYS */; /*!40000 ALTER TABLE `mdl_workshop_submissions` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;