Index: unix_installer/installer-package/database/dump.sql =================================================================== RCS file: /usr/local/cvsroot/unix_installer/installer-package/database/dump.sql,v diff -u -r1.3 -r1.4 --- unix_installer/installer-package/database/dump.sql 20 Jun 2008 02:42:08 -0000 1.3 +++ unix_installer/installer-package/database/dump.sql 12 Nov 2008 03:47:30 -0000 1.4 @@ -49,6 +49,7 @@ CREATE TABLE `lams_activity_learners` ( `user_id` bigint(20) NOT NULL default '0', `activity_id` bigint(20) NOT NULL default '0', + `allowed_to_pass` tinyint(4) NOT NULL default '0', KEY `user_id` (`user_id`), KEY `activity_id` (`activity_id`), CONSTRAINT `FK_TABLE_32_1` FOREIGN KEY (`user_id`) REFERENCES `lams_user` (`user_id`), @@ -128,9 +129,10 @@ `entry_id` bigint(20) NOT NULL auto_increment, `entry_ui_id` int(11) default NULL, `group_id` bigint(20) default NULL, - `sequence_activity_id` bigint(20) NOT NULL, + `sequence_activity_id` bigint(20) default NULL, `branch_activity_id` bigint(20) NOT NULL, `condition_id` bigint(20) default NULL, + `open_gate` tinyint(4) default NULL, PRIMARY KEY (`entry_id`), KEY `group_id` (`group_id`), KEY `sequence_activity_id` (`sequence_activity_id`), @@ -183,6 +185,63 @@ UNLOCK TABLES; -- +-- Table structure for table `lams_competence` +-- + +DROP TABLE IF EXISTS `lams_competence`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; +CREATE TABLE `lams_competence` ( + `competence_id` bigint(20) NOT NULL auto_increment, + `learning_design_id` bigint(20) default NULL, + `description` text, + `title` varchar(255) default NULL, + PRIMARY KEY (`competence_id`), + UNIQUE KEY `competence_id` (`competence_id`), + UNIQUE KEY `learning_design_id` (`learning_design_id`,`title`), + CONSTRAINT `LearningDesignCompetenceMap` FOREIGN KEY (`learning_design_id`) REFERENCES `lams_learning_design` (`learning_design_id`) ON DELETE CASCADE ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +SET character_set_client = @saved_cs_client; + +-- +-- Dumping data for table `lams_competence` +-- + +LOCK TABLES `lams_competence` WRITE; +/*!40000 ALTER TABLE `lams_competence` DISABLE KEYS */; +/*!40000 ALTER TABLE `lams_competence` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `lams_competence_mapping` +-- + +DROP TABLE IF EXISTS `lams_competence_mapping`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; +CREATE TABLE `lams_competence_mapping` ( + `competence_mapping_id` bigint(20) NOT NULL auto_increment, + `competence_id` bigint(20) default NULL, + `activity_id` bigint(20) default NULL, + PRIMARY KEY (`competence_mapping_id`), + UNIQUE KEY `competence_mapping_id` (`competence_mapping_id`), + UNIQUE KEY `competence_id` (`competence_id`,`activity_id`), + KEY `activity_id` (`activity_id`), + CONSTRAINT `FK_lams_competence_mapping_1` FOREIGN KEY (`activity_id`) REFERENCES `lams_learning_activity` (`activity_id`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `FK_lams_competence_mapping_2` FOREIGN KEY (`competence_id`) REFERENCES `lams_competence` (`competence_id`) ON DELETE CASCADE ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +SET character_set_client = @saved_cs_client; + +-- +-- Dumping data for table `lams_competence_mapping` +-- + +LOCK TABLES `lams_competence_mapping` WRITE; +/*!40000 ALTER TABLE `lams_competence_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `lams_competence_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- -- Table structure for table `lams_configuration` -- @@ -206,7 +265,7 @@ LOCK TABLES `lams_configuration` WRITE; /*!40000 ALTER TABLE `lams_configuration` DISABLE KEYS */; -INSERT INTO `lams_configuration` VALUES ('AdminScreenSize','800x600','config.admin.screen.size','config.header.look.feel','STRING',1),('AllowDirectLessonLaunch','false','config.allow.direct.lesson.launch','config.header.features','BOOLEAN',1),('AllowLiveEdit','true','config.allow.live.edit','config.header.features','BOOLEAN',1),('AuthoringActivitiesColour','true','config.authoring.activities.colour','config.header.look.feel','BOOLEAN',1),('AuthoringClientVersion','2.1.0.200806131057','config.authoring.client.version','config.header.versions','STRING',1),('AuthoringScreenSize','800x600','config.authoring.screen.size','config.header.look.feel','STRING',1),('CleanupPreviewOlderThanDays','7','config.cleanup.preview.older.than.days','config.header.system','LONG',1),('ContentRepositoryPath','/var/opt/lams/repository','config.content.repository.path','config.header.uploads','STRING',1),('CustomTabLink','','config.custom.tab.link','config.header.look.feel','STRING',0),('CustomTabTitle','','config.custom.tab.title','config.header.look.feel','STRING',0),('DefaultFlashTheme','default','config.default.flash.theme','config.header.look.feel','STRING',1),('DefaultHTMLTheme','defaultHTML','config.default.html.theme','config.header.look.feel','STRING',1),('DictionaryDateCreated','2008-05-19','config.dictionary.date.created','config.header.versions','STRING',1),('DumpDir','/var/opt/lams/dump','config.dump.dir','config.header.system','STRING',1),('EARDir','/usr/local/jboss-4.0.2/server/default/deploy/lams.ear','config.ear.dir','config.header.system','STRING',1),('EnableFlash','true','config.flash.enable','config.header.features','BOOLEAN',1),('ExecutableExtensions','.bat,.bin,.com,.cmd,.exe,.msi,.msp,.ocx,.pif,.scr,.sct,.sh,.shs,.vbs','config.executable.extensions','config.header.uploads','STRING',1),('HelpURL','http://wiki.lamsfoundation.org/display/lamsdocs/','config.help.url','config.header.system','STRING',1),('LamsSupportEmail','','config.lams.support.email','config.header.email','STRING',0),('LAMS_Community_enable','false','config.community.enable','config.header.features','BOOLEAN',1),('LDAPAddr1Attr','postalAddress','admin.user.address_line_1','config.header.ldap.attributes','STRING',0),('LDAPAddr2Attr','','admin.user.address_line_2','config.header.ldap.attributes','STRING',0),('LDAPAddr3Attr','','admin.user.address_line_3','config.header.ldap.attributes','STRING',0),('LDAPAuthorMap','Teacher;SeniorStaff;Principal','config.ldap.author.map','config.header.ldap.attributes','STRING',0),('LDAPCityAttr','l','admin.user.city','config.header.ldap.attributes','STRING',0),('LDAPCountryAttr','','admin.user.country','config.header.ldap.attributes','STRING',0),('LDAPDayPhoneAttr','telephoneNumber','admin.user.day_phone','config.header.ldap.attributes','STRING',0),('LDAPDisabledAttr','!accountStatus','sysadmin.disabled','config.header.ldap.attributes','STRING',0),('LDAPEmailAttr','mail','admin.user.email','config.header.ldap.attributes','STRING',0),('LDAPEncryptPasswordFromBrowser','true','config.ldap.encrypt.password.from.browser','config.header.ldap','BOOLEAN',1),('LDAPEveningPhoneAttr','homePhone','admin.user.evening_phone','config.header.ldap.attributes','STRING',0),('LDAPFaxAttr','facsimileTelephoneNumber','admin.user.fax','config.header.ldap.attributes','STRING',0),('LDAPFNameAttr','givenName','admin.user.first_name','config.header.ldap.attributes','STRING',0),('LDAPGroupAdminMap','Teacher;SeniorStaff','config.ldap.group.admin.map','config.header.ldap.attributes','STRING',0),('LDAPGroupManagerMap','Principal','config.ldap.group.manager.map','config.header.ldap.attributes','STRING',0),('LDAPLearnerMap','Student;SchoolSupportStaff;Teacher;SeniorStaff;Principal','config.ldap.learner.map','config.header.ldap.attributes','STRING',0),('LDAPLNameAttr','sn','admin.user.last_name','config.header.ldap.attributes','STRING',0),('LDAPLocaleAttr','preferredLanguage','admin.organisation.locale','config.header.ldap.attributes','STRING',0),('LDAPLoginAttr','uid','admin.user.login','config.header.ldap.attributes','STRING',0),('LDAPMobileAttr','mobile','admin.user.mobile_phone','config.header.ldap.attributes','STRING',0),('LDAPMonitorMap','SchoolSupportStaff;Teacher;SeniorStaff;Principal','config.ldap.monitor.map','config.header.ldap.attributes','STRING',0),('LDAPOnlyOneOrg','true','config.ldap.only.one.org','config.header.ldap','BOOLEAN',1),('LDAPOrgAttr','schoolCode','admin.course','config.header.ldap.attributes','STRING',0),('LDAPOrgField','code','config.ldap.org.field','config.header.ldap.attributes','STRING',0),('LDAPPostcodeAttr','postalCode','admin.user.postcode','config.header.ldap.attributes','STRING',0),('LDAPPrincipalDNPrefix','cn=','config.ldap.principal.dn.prefix','config.header.ldap','STRING',0),('LDAPPrincipalDNSuffix',',ou=Users,dc=melcoe,dc=mq,dc=edu,dc=au','config.ldap.principal.dn.suffix','config.header.ldap','STRING',0),('LDAPProviderURL','ldap://192.168.1.1','config.ldap.provider.url','config.header.ldap','STRING',0),('LDAPProvisioningEnabled','false','config.ldap.provisioning.enabled','config.header.ldap','BOOLEAN',1),('LDAPRolesAttr','memberOf','admin.user.roles','config.header.ldap.attributes','STRING',0),('LDAPSearchResultsPageSize','100','config.ldap.search.results.page.size','config.header.ldap','LONG',0),('LDAPSecurityAuthentication','simple','config.ldap.security.authentication','config.header.ldap','STRING',0),('LDAPSecurityProtocol','','config.ldap.security.protocol','config.header.ldap','STRING',0),('LDAPStateAttr','st','admin.user.state','config.header.ldap.attributes','STRING',0),('LDAPTruststorePassword','','config.ldap.truststore.password','config.header.ldap','STRING',0),('LDAPTruststorePath','','config.ldap.truststore.path','config.header.ldap','STRING',0),('LDAPUpdateOnLogin','true','config.ldap.update.on.login','config.header.ldap','BOOLEAN',1),('LearnerClientVersion','2.1.0.200806131057','config.learner.client.version','config.header.versions','STRING',1),('LearnerProgressBatchSize','10','config.learner.progress.batch.size','config.header.look.feel','LONG',1),('LearnerScreenSize','800x600','config.learner.screen.size','config.header.look.feel','STRING',1),('MonitorClientVersion','2.1.0.200806131057','config.monitor.client.version','config.header.versions','STRING',1),('MonitorScreenSize','800x600','config.monitor.screen.size','config.header.look.feel','STRING',1),('ServerLanguage','en_AU','config.server.language','config.header.look.feel','STRING',1),('ServerPageDirection','LTR','config.server.page.direction','config.header.look.feel','STRING',1),('ServerURL','http://localhost:8080/lams/','config.server.url','config.header.system','STRING',1),('ServerURLContextPath','lams/','config.server.url.context.path','config.header.system','STRING',1),('ServerVersionNumber','2.1.0.200806131057','config.server.version.number','config.header.versions','STRING',1),('SMTPServer','','config.smtp.server','config.header.email','STRING',0),('TempDir','/var/opt/lams/temp','config.temp.dir','config.header.system','STRING',1),('UploadFileMaxMemorySize','4096','config.upload.file.max.memory.size','config.header.uploads','LONG',1),('UploadFileMaxSize','1048576','config.upload.file.max.size','config.header.uploads','LONG',1),('UploadLargeFileMaxSize','10485760','config.upload.large.file.max.size','config.header.uploads','LONG',1),('UseCacheDebugListener','false','config.use.cache.debug.listener','config.header.system','BOOLEAN',1),('UserInactiveTimeout','86400','config.user.inactive.timeout','config.header.system','LONG',1),('Version','2.1','config.version','config.header.system','STRING',1),('XmppAdmin','admin','config.xmpp.admin','config.header.chat','STRING',0),('XmppConference','','config.xmpp.conference','config.header.chat','STRING',0),('XmppDomain','','config.xmpp.domain','config.header.chat','STRING',0),('XmppPassword','','config.xmpp.password','config.header.chat','STRING',0); +INSERT INTO `lams_configuration` VALUES ('AdminScreenSize','800x600','config.admin.screen.size','config.header.look.feel','STRING',1),('AllowDirectLessonLaunch','false','config.allow.direct.lesson.launch','config.header.features','BOOLEAN',1),('AllowLiveEdit','true','config.allow.live.edit','config.header.features','BOOLEAN',1),('AuthoringActivitiesColour','true','config.authoring.activities.colour','config.header.look.feel','BOOLEAN',1),('AuthoringClientVersion','2.1.0.200811121331','config.authoring.client.version','config.header.versions','STRING',1),('AuthoringScreenSize','800x600','config.authoring.screen.size','config.header.look.feel','STRING',1),('CleanupPreviewOlderThanDays','7','config.cleanup.preview.older.than.days','config.header.system','LONG',1),('ContentRepositoryPath','/var/opt/lams/repository','config.content.repository.path','config.header.uploads','STRING',1),('CustomTabLink','','config.custom.tab.link','config.header.look.feel','STRING',0),('CustomTabTitle','','config.custom.tab.title','config.header.look.feel','STRING',0),('DefaultFlashTheme','default','config.default.flash.theme','config.header.look.feel','STRING',1),('DefaultHTMLTheme','defaultHTML','config.default.html.theme','config.header.look.feel','STRING',1),('DictionaryDateCreated','2008-05-19','config.dictionary.date.created','config.header.versions','STRING',1),('DumpDir','/var/opt/lams/dump','config.dump.dir','config.header.system','STRING',1),('EARDir','/usr/local/jboss-4.0.2/server/default/deploy/lams.ear','config.ear.dir','config.header.system','STRING',1),('EnableFlash','true','config.flash.enable','config.header.features','BOOLEAN',1),('ExecutableExtensions','.bat,.bin,.com,.cmd,.exe,.msi,.msp,.ocx,.pif,.scr,.sct,.sh,.shs,.vbs','config.executable.extensions','config.header.uploads','STRING',1),('HelpURL','http://wiki.lamsfoundation.org/display/lamsdocs/','config.help.url','config.header.system','STRING',1),('LamsSupportEmail','','config.lams.support.email','config.header.email','STRING',0),('LAMS_Community_enable','false','config.community.enable','config.header.features','BOOLEAN',1),('LDAPAddr1Attr','postalAddress','admin.user.address_line_1','config.header.ldap.attributes','STRING',0),('LDAPAddr2Attr','','admin.user.address_line_2','config.header.ldap.attributes','STRING',0),('LDAPAddr3Attr','','admin.user.address_line_3','config.header.ldap.attributes','STRING',0),('LDAPAuthorMap','Teacher;SeniorStaff;Principal','config.ldap.author.map','config.header.ldap.attributes','STRING',0),('LDAPCityAttr','l','admin.user.city','config.header.ldap.attributes','STRING',0),('LDAPCountryAttr','','admin.user.country','config.header.ldap.attributes','STRING',0),('LDAPDayPhoneAttr','telephoneNumber','admin.user.day_phone','config.header.ldap.attributes','STRING',0),('LDAPDisabledAttr','!accountStatus','sysadmin.disabled','config.header.ldap.attributes','STRING',0),('LDAPEmailAttr','mail','admin.user.email','config.header.ldap.attributes','STRING',0),('LDAPEncryptPasswordFromBrowser','true','config.ldap.encrypt.password.from.browser','config.header.ldap','BOOLEAN',1),('LDAPEveningPhoneAttr','homePhone','admin.user.evening_phone','config.header.ldap.attributes','STRING',0),('LDAPFaxAttr','facsimileTelephoneNumber','admin.user.fax','config.header.ldap.attributes','STRING',0),('LDAPFNameAttr','givenName','admin.user.first_name','config.header.ldap.attributes','STRING',0),('LDAPGroupAdminMap','Teacher;SeniorStaff','config.ldap.group.admin.map','config.header.ldap.attributes','STRING',0),('LDAPGroupManagerMap','Principal','config.ldap.group.manager.map','config.header.ldap.attributes','STRING',0),('LDAPLearnerMap','Student;SchoolSupportStaff;Teacher;SeniorStaff;Principal','config.ldap.learner.map','config.header.ldap.attributes','STRING',0),('LDAPLNameAttr','sn','admin.user.last_name','config.header.ldap.attributes','STRING',0),('LDAPLocaleAttr','preferredLanguage','admin.organisation.locale','config.header.ldap.attributes','STRING',0),('LDAPLoginAttr','uid','admin.user.login','config.header.ldap.attributes','STRING',0),('LDAPMobileAttr','mobile','admin.user.mobile_phone','config.header.ldap.attributes','STRING',0),('LDAPMonitorMap','SchoolSupportStaff;Teacher;SeniorStaff;Principal','config.ldap.monitor.map','config.header.ldap.attributes','STRING',0),('LDAPOnlyOneOrg','true','config.ldap.only.one.org','config.header.ldap','BOOLEAN',1),('LDAPOrgAttr','schoolCode','admin.course','config.header.ldap.attributes','STRING',0),('LDAPOrgField','code','config.ldap.org.field','config.header.ldap.attributes','STRING',0),('LDAPPostcodeAttr','postalCode','admin.user.postcode','config.header.ldap.attributes','STRING',0),('LDAPPrincipalDNPrefix','cn=','config.ldap.principal.dn.prefix','config.header.ldap','STRING',0),('LDAPPrincipalDNSuffix',',ou=Users,dc=melcoe,dc=mq,dc=edu,dc=au','config.ldap.principal.dn.suffix','config.header.ldap','STRING',0),('LDAPProviderURL','ldap://192.168.111.15','config.ldap.provider.url','config.header.ldap','STRING',0),('LDAPProvisioningEnabled','false','config.ldap.provisioning.enabled','config.header.ldap','BOOLEAN',1),('LDAPRolesAttr','memberOf','admin.user.roles','config.header.ldap.attributes','STRING',0),('LDAPSearchResultsPageSize','100','config.ldap.search.results.page.size','config.header.ldap','LONG',0),('LDAPSecurityAuthentication','simple','config.ldap.security.authentication','config.header.ldap','STRING',0),('LDAPSecurityProtocol','','config.ldap.security.protocol','config.header.ldap','STRING',0),('LDAPStateAttr','st','admin.user.state','config.header.ldap.attributes','STRING',0),('LDAPUpdateOnLogin','true','config.ldap.update.on.login','config.header.ldap','BOOLEAN',1),('LearnerClientVersion','2.1.0.200811121331','config.learner.client.version','config.header.versions','STRING',1),('LearnerProgressBatchSize','10','config.learner.progress.batch.size','config.header.look.feel','LONG',1),('LearnerScreenSize','800x600','config.learner.screen.size','config.header.look.feel','STRING',1),('MonitorClientVersion','2.1.0.200811121331','config.monitor.client.version','config.header.versions','STRING',1),('MonitorScreenSize','800x600','config.monitor.screen.size','config.header.look.feel','STRING',1),('ServerLanguage','en_AU','config.server.language','config.header.look.feel','STRING',1),('ServerPageDirection','LTR','config.server.page.direction','config.header.look.feel','STRING',1),('ServerURL','http://localhost:8080/lams/','config.server.url','config.header.system','STRING',1),('ServerURLContextPath','lams/','config.server.url.context.path','config.header.system','STRING',1),('ServerVersionNumber','2.1.0.200811121331','config.server.version.number','config.header.versions','STRING',1),('SMTPServer','','config.smtp.server','config.header.email','STRING',0),('TempDir','/var/opt/lams/temp','config.temp.dir','config.header.system','STRING',1),('TruststorePassword','','config.ldap.truststore.password','config.header.system','STRING',0),('TruststorePath','','config.ldap.truststore.path','config.header.system','STRING',0),('UploadFileMaxMemorySize','4096','config.upload.file.max.memory.size','config.header.uploads','LONG',1),('UploadFileMaxSize','1048576','config.upload.file.max.size','config.header.uploads','LONG',1),('UploadLargeFileMaxSize','10485760','config.upload.large.file.max.size','config.header.uploads','LONG',1),('UseCacheDebugListener','false','config.use.cache.debug.listener','config.header.system','BOOLEAN',1),('UserInactiveTimeout','86400','config.user.inactive.timeout','config.header.system','LONG',1),('Version','2.1.1','config.version','config.header.system','STRING',1),('XmppAdmin','admin','config.xmpp.admin','config.header.chat','STRING',0),('XmppConference','conference.shaun.melcoe.mq.edu.au','config.xmpp.conference','config.header.chat','STRING',0),('XmppDomain','shaun.melcoe.mq.edu.au','config.xmpp.domain','config.header.chat','STRING',0),('XmppPassword','','config.xmpp.password','config.header.chat','STRING',0); /*!40000 ALTER TABLE `lams_configuration` ENABLE KEYS */; UNLOCK TABLES; @@ -286,7 +345,7 @@ LOCK TABLES `lams_cr_node` WRITE; /*!40000 ALTER TABLE `lams_cr_node` DISABLE KEYS */; -INSERT INTO `lams_cr_node` VALUES (1,1,NULL,'PACKAGENODE','2008-06-13 11:12:35',2,NULL),(2,1,'index.htm','FILENODE','2008-06-13 11:12:35',2,1),(3,1,'blueline.gif','FILENODE','2008-06-13 11:12:35',2,1),(4,1,'effective_authoring.swf','FILENODE','2008-06-13 11:12:35',2,1),(5,1,NULL,'PACKAGENODE','2008-06-13 11:12:36',2,NULL),(6,1,'index.htm','FILENODE','2008-06-13 11:12:36',2,5),(7,1,'whatislams.swf','FILENODE','2008-06-13 11:12:36',2,5),(8,1,'blueline.gif','FILENODE','2008-06-13 11:12:36',2,5),(9,1,NULL,'PACKAGENODE','2008-06-13 11:12:41',2,NULL),(10,1,'index.htm','FILENODE','2008-06-13 11:12:41',2,9),(11,1,'introToMonitor.swf','FILENODE','2008-06-13 11:12:41',2,9),(12,1,'blueline.gif','FILENODE','2008-06-13 11:12:41',2,9),(13,1,NULL,'PACKAGENODE','2008-06-13 11:12:41',2,NULL),(14,1,'introToAuthoring.swf','FILENODE','2008-06-13 11:12:41',2,13),(15,1,'index.htm','FILENODE','2008-06-13 11:12:41',2,13),(16,1,'blueline.gif','FILENODE','2008-06-13 11:12:41',2,13),(17,1,NULL,'PACKAGENODE','2008-06-13 11:12:41',2,NULL),(18,1,'index.htm','FILENODE','2008-06-13 11:12:41',2,17),(19,1,'learnerExperience.swf','FILENODE','2008-06-13 11:12:41',2,17),(20,1,'blueline.gif','FILENODE','2008-06-13 11:12:41',2,17),(21,1,NULL,'PACKAGENODE','2008-06-13 11:12:41',2,NULL),(22,1,'index.htm','FILENODE','2008-06-13 11:12:41',2,21),(23,1,'noflash.swf','FILENODE','2008-06-13 11:12:41',2,21),(24,1,'blueline.gif','FILENODE','2008-06-13 11:12:41',2,21),(25,1,NULL,'PACKAGENODE','2008-06-13 11:12:47',2,NULL),(26,1,'index.htm','FILENODE','2008-06-13 11:12:47',2,25),(27,1,'c8_shareResources.swf','FILENODE','2008-06-13 11:12:47',2,25),(28,1,'blueline.gif','FILENODE','2008-06-13 11:12:47',2,25),(29,1,NULL,'PACKAGENODE','2008-06-13 11:12:47',2,NULL),(30,1,'index.htm','FILENODE','2008-06-13 11:12:47',2,29),(31,1,'c5_noticeboard.swf','FILENODE','2008-06-13 11:12:47',2,29),(32,1,'blueline.gif','FILENODE','2008-06-13 11:12:47',2,29); +INSERT INTO `lams_cr_node` VALUES (1,1,NULL,'PACKAGENODE','2008-11-12 13:37:12',2,NULL),(2,1,'index.htm','FILENODE','2008-11-12 13:37:12',2,1),(3,1,'blueline.gif','FILENODE','2008-11-12 13:37:12',2,1),(4,1,'effective_authoring.swf','FILENODE','2008-11-12 13:37:12',2,1),(5,1,NULL,'PACKAGENODE','2008-11-12 13:37:12',2,NULL),(6,1,'index.htm','FILENODE','2008-11-12 13:37:12',2,5),(7,1,'whatislams.swf','FILENODE','2008-11-12 13:37:12',2,5),(8,1,'blueline.gif','FILENODE','2008-11-12 13:37:12',2,5),(9,1,NULL,'PACKAGENODE','2008-11-12 13:37:22',2,NULL),(10,1,'index.htm','FILENODE','2008-11-12 13:37:22',2,9),(11,1,'introToMonitor.swf','FILENODE','2008-11-12 13:37:22',2,9),(12,1,'blueline.gif','FILENODE','2008-11-12 13:37:22',2,9),(13,1,NULL,'PACKAGENODE','2008-11-12 13:37:22',2,NULL),(14,1,'introToAuthoring.swf','FILENODE','2008-11-12 13:37:22',2,13),(15,1,'index.htm','FILENODE','2008-11-12 13:37:22',2,13),(16,1,'blueline.gif','FILENODE','2008-11-12 13:37:22',2,13),(17,1,NULL,'PACKAGENODE','2008-11-12 13:37:22',2,NULL),(18,1,'index.htm','FILENODE','2008-11-12 13:37:22',2,17),(19,1,'learnerExperience.swf','FILENODE','2008-11-12 13:37:22',2,17),(20,1,'blueline.gif','FILENODE','2008-11-12 13:37:22',2,17),(21,1,NULL,'PACKAGENODE','2008-11-12 13:37:22',2,NULL),(22,1,'index.htm','FILENODE','2008-11-12 13:37:22',2,21),(23,1,'noflash.swf','FILENODE','2008-11-12 13:37:22',2,21),(24,1,'blueline.gif','FILENODE','2008-11-12 13:37:22',2,21),(25,1,NULL,'PACKAGENODE','2008-11-12 13:37:30',2,NULL),(26,1,'index.htm','FILENODE','2008-11-12 13:37:30',2,25),(27,1,'c8_shareResources.swf','FILENODE','2008-11-12 13:37:30',2,25),(28,1,'blueline.gif','FILENODE','2008-11-12 13:37:30',2,25),(29,1,NULL,'PACKAGENODE','2008-11-12 13:37:30',2,NULL),(30,1,'index.htm','FILENODE','2008-11-12 13:37:30',2,29),(31,1,'c5_noticeboard.swf','FILENODE','2008-11-12 13:37:30',2,29),(32,1,'blueline.gif','FILENODE','2008-11-12 13:37:30',2,29); /*!40000 ALTER TABLE `lams_cr_node` ENABLE KEYS */; UNLOCK TABLES; @@ -315,7 +374,7 @@ LOCK TABLES `lams_cr_node_version` WRITE; /*!40000 ALTER TABLE `lams_cr_node_version` DISABLE KEYS */; -INSERT INTO `lams_cr_node_version` VALUES (1,1,1,'2008-06-13 11:12:35',5),(2,2,1,'2008-06-13 11:12:35',5),(3,3,1,'2008-06-13 11:12:35',5),(4,4,1,'2008-06-13 11:12:35',5),(5,5,1,'2008-06-13 11:12:36',5),(6,6,1,'2008-06-13 11:12:36',5),(7,7,1,'2008-06-13 11:12:36',5),(8,8,1,'2008-06-13 11:12:36',5),(9,9,1,'2008-06-13 11:12:41',5),(10,10,1,'2008-06-13 11:12:41',5),(11,11,1,'2008-06-13 11:12:41',5),(12,12,1,'2008-06-13 11:12:41',5),(13,13,1,'2008-06-13 11:12:41',5),(14,14,1,'2008-06-13 11:12:41',5),(15,15,1,'2008-06-13 11:12:41',5),(16,16,1,'2008-06-13 11:12:41',5),(17,17,1,'2008-06-13 11:12:41',5),(18,18,1,'2008-06-13 11:12:41',5),(19,19,1,'2008-06-13 11:12:41',5),(20,20,1,'2008-06-13 11:12:41',5),(21,21,1,'2008-06-13 11:12:41',5),(22,22,1,'2008-06-13 11:12:41',5),(23,23,1,'2008-06-13 11:12:41',5),(24,24,1,'2008-06-13 11:12:41',5),(25,25,1,'2008-06-13 11:12:47',5),(26,26,1,'2008-06-13 11:12:47',5),(27,27,1,'2008-06-13 11:12:47',5),(28,28,1,'2008-06-13 11:12:47',5),(29,29,1,'2008-06-13 11:12:47',5),(30,30,1,'2008-06-13 11:12:47',5),(31,31,1,'2008-06-13 11:12:47',5),(32,32,1,'2008-06-13 11:12:47',5); +INSERT INTO `lams_cr_node_version` VALUES (1,1,1,'2008-11-12 13:37:12',5),(2,2,1,'2008-11-12 13:37:12',5),(3,3,1,'2008-11-12 13:37:12',5),(4,4,1,'2008-11-12 13:37:12',5),(5,5,1,'2008-11-12 13:37:12',5),(6,6,1,'2008-11-12 13:37:12',5),(7,7,1,'2008-11-12 13:37:12',5),(8,8,1,'2008-11-12 13:37:12',5),(9,9,1,'2008-11-12 13:37:22',5),(10,10,1,'2008-11-12 13:37:22',5),(11,11,1,'2008-11-12 13:37:22',5),(12,12,1,'2008-11-12 13:37:22',5),(13,13,1,'2008-11-12 13:37:22',5),(14,14,1,'2008-11-12 13:37:22',5),(15,15,1,'2008-11-12 13:37:22',5),(16,16,1,'2008-11-12 13:37:22',5),(17,17,1,'2008-11-12 13:37:22',5),(18,18,1,'2008-11-12 13:37:22',5),(19,19,1,'2008-11-12 13:37:22',5),(20,20,1,'2008-11-12 13:37:22',5),(21,21,1,'2008-11-12 13:37:22',5),(22,22,1,'2008-11-12 13:37:22',5),(23,23,1,'2008-11-12 13:37:22',5),(24,24,1,'2008-11-12 13:37:22',5),(25,25,1,'2008-11-12 13:37:30',5),(26,26,1,'2008-11-12 13:37:30',5),(27,27,1,'2008-11-12 13:37:30',5),(28,28,1,'2008-11-12 13:37:30',5),(29,29,1,'2008-11-12 13:37:30',5),(30,30,1,'2008-11-12 13:37:30',5),(31,31,1,'2008-11-12 13:37:30',5),(32,32,1,'2008-11-12 13:37:30',5); /*!40000 ALTER TABLE `lams_cr_node_version` ENABLE KEYS */; UNLOCK TABLES; @@ -484,6 +543,72 @@ UNLOCK TABLES; -- +-- Table structure for table `lams_event_subscriptions` +-- + +DROP TABLE IF EXISTS `lams_event_subscriptions`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; +CREATE TABLE `lams_event_subscriptions` ( + `uid` bigint(20) NOT NULL auto_increment, + `user_id` bigint(20) default NULL, + `event_uid` bigint(20) default NULL, + `delivery_method_id` tinyint(3) unsigned default NULL, + `periodicity` bigint(20) default NULL, + `last_operation_time` datetime default NULL, + `last_operation_message` text, + PRIMARY KEY (`uid`), + UNIQUE KEY `uid` (`uid`), + KEY `EventSubscriptionsToUsers` (`user_id`), + KEY `event_uid` (`event_uid`), + CONSTRAINT `EventSubscriptionsToUsers` FOREIGN KEY (`user_id`) REFERENCES `lams_user` (`user_id`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `EventSubscriptionsToEvent` FOREIGN KEY (`event_uid`) REFERENCES `lams_events` (`uid`) ON DELETE CASCADE ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +SET character_set_client = @saved_cs_client; + +-- +-- Dumping data for table `lams_event_subscriptions` +-- + +LOCK TABLES `lams_event_subscriptions` WRITE; +/*!40000 ALTER TABLE `lams_event_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `lams_event_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `lams_events` +-- + +DROP TABLE IF EXISTS `lams_events`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; +CREATE TABLE `lams_events` ( + `uid` bigint(20) NOT NULL auto_increment, + `scope` varchar(255) NOT NULL, + `name` varchar(255) NOT NULL, + `event_session_id` bigint(20) default NULL, + `triggered` tinyint(4) default NULL, + `default_subject` varchar(255) default NULL, + `default_message` text, + `subject` varchar(255) default NULL, + `message` text, + `fail_time` datetime default NULL, + PRIMARY KEY (`uid`), + UNIQUE KEY `uid` (`uid`), + KEY `scope` (`scope`,`name`,`event_session_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +SET character_set_client = @saved_cs_client; + +-- +-- Dumping data for table `lams_events` +-- + +LOCK TABLES `lams_events` WRITE; +/*!40000 ALTER TABLE `lams_events` DISABLE KEYS */; +/*!40000 ALTER TABLE `lams_events` ENABLE KEYS */; +UNLOCK TABLES; + +-- -- Table structure for table `lams_ext_course_class_map` -- @@ -544,6 +669,7 @@ LOCK TABLES `lams_ext_server_org_map` WRITE; /*!40000 ALTER TABLE `lams_ext_server_org_map` DISABLE KEYS */; +INSERT INTO `lams_ext_server_org_map` VALUES (1,'moodle','moodle','moodle','moodle','mdl','http://localhost/moodle/mod/lamstwo/userinfo.php?ts=%timestamp%&un=%username%&hs=%hash%','http://dummy','\0',7); /*!40000 ALTER TABLE `lams_ext_server_org_map` ENABLE KEYS */; UNLOCK TABLES; @@ -644,6 +770,7 @@ `learners_per_group` int(11) default NULL, `staff_group_id` bigint(20) default '0', `max_number_of_groups` int(3) default NULL, + `equal_number_of_learners_per_group` tinyint(4) default '0', PRIMARY KEY (`grouping_id`), KEY `grouping_type_id` (`grouping_type_id`), CONSTRAINT `FK_lams_learning_grouping_1` FOREIGN KEY (`grouping_type_id`) REFERENCES `lams_grouping_type` (`grouping_type_id`) ON DELETE NO ACTION ON UPDATE NO ACTION @@ -656,7 +783,7 @@ LOCK TABLES `lams_grouping` WRITE; /*!40000 ALTER TABLE `lams_grouping` DISABLE KEYS */; -INSERT INTO `lams_grouping` VALUES (1,NULL,3,NULL,NULL,2,NULL),(2,NULL,3,NULL,NULL,4,NULL),(3,NULL,3,NULL,NULL,6,NULL); +INSERT INTO `lams_grouping` VALUES (1,NULL,3,NULL,NULL,2,NULL,0),(2,NULL,3,NULL,NULL,4,NULL,0),(3,NULL,3,NULL,NULL,6,NULL,0); /*!40000 ALTER TABLE `lams_grouping` ENABLE KEYS */; UNLOCK TABLES; @@ -704,7 +831,7 @@ LOCK TABLES `lams_grouping_type` WRITE; /*!40000 ALTER TABLE `lams_grouping_type` DISABLE KEYS */; -INSERT INTO `lams_grouping_type` VALUES (1,'RANDOM_GROUPING'),(2,'CHOSEN_GROUPING'),(3,'CLASS_GROUPING'); +INSERT INTO `lams_grouping_type` VALUES (1,'RANDOM_GROUPING'),(2,'CHOSEN_GROUPING'),(3,'CLASS_GROUPING'),(4,'LEARNER_CHOICE_GROUPING'); /*!40000 ALTER TABLE `lams_grouping_type` ENABLE KEYS */; UNLOCK TABLES; @@ -857,7 +984,7 @@ CONSTRAINT `FK_lams_learning_activity_12` FOREIGN KEY (`activity_category_id`) REFERENCES `lams_activity_category` (`activity_category_id`), CONSTRAINT `FK_lams_learning_activity_13` FOREIGN KEY (`grouping_support_type_id`) REFERENCES `lams_grouping_support_type` (`grouping_support_type_id`), CONSTRAINT `FK_lams_learning_activity_14` FOREIGN KEY (`system_tool_id`) REFERENCES `lams_system_tool` (`system_tool_id`) -) ENGINE=InnoDB AUTO_INCREMENT=106 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- @@ -866,7 +993,7 @@ LOCK TABLES `lams_learning_activity` WRITE; /*!40000 ALTER TABLE `lams_learning_activity` DISABLE KEYS */; -INSERT INTO `lams_learning_activity` VALUES (1,NULL,'Forum/Message Board','Forum','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,1,'2008-06-13 10:57:11',0,NULL,NULL,NULL,1,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lafrum11/images/icon_forum.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.forum.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(2,NULL,'Displays a NoticeboardX','NoticeboardX','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,2,'2008-06-13 10:57:20',0,NULL,NULL,NULL,2,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.noticeboard.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(3,NULL,'Allows creation and use of question and answer format','Question and Answer','Help text',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,3,'2008-06-13 10:57:23',0,NULL,NULL,NULL,3,NULL,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/laqa11/images/icon_questionanswer.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.qa.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(4,NULL,'Uploading of files by learners, for review by teachers.','Submit File','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,4,'2008-06-13 10:57:27',0,NULL,NULL,NULL,4,NULL,3,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lasbmt11/images/icon_reportsubmission.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.sbmt.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(5,NULL,'Chat Tool','Chat Tool','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,5,'2008-06-13 10:57:32',0,NULL,NULL,NULL,5,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lachat11/images/icon_chat.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.chat.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(6,NULL,'Share Resources','Share Resources','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,6,'2008-06-13 10:57:39',0,NULL,NULL,NULL,6,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.rsrc.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(7,NULL,'Allows creation and use of voting format','Voting','Help text',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,7,'2008-06-13 10:57:41',0,NULL,NULL,NULL,7,NULL,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lavote11/images/icon_ranking.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.vote.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(8,NULL,'Notebook Tool','Notebook Tool','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,8,'2008-06-13 10:57:47',0,NULL,NULL,NULL,8,NULL,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lantbk11/images/icon_notebook.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.notebook.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(9,NULL,'Survey','Survey','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,9,'2008-06-13 10:57:52',0,NULL,NULL,NULL,9,NULL,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lasurv11/images/icon_survey.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.survey.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(10,NULL,'Scribe Tool','Scribe Tool','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,10,'2008-06-13 10:57:57',0,NULL,NULL,NULL,10,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lascrb11/images/icon_scribe.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.scribe.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(11,NULL,'TaskList','TaskList','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,11,'2008-06-13 10:58:03',0,NULL,NULL,NULL,11,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/latask10/images/icon_taskList.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.taskList.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(12,NULL,'Allows creation and use of multiple choice questioning format','Multiple Choice Questions','Help text',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,12,'2008-06-13 10:58:06',0,NULL,NULL,NULL,12,NULL,3,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lamc11/images/icon_mcq.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.mc.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(13,NULL,'Combined Share Resources and Forum','Discuss Shared Resources','Learners to discuss items they have viewed via Share Resources.',NULL,NULL,NULL,NULL,6,2,0,NULL,NULL,NULL,0,NULL,13,'2008-06-13 10:58:07',0,NULL,NULL,NULL,NULL,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,'images/icon_urlcontentmessageboard.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.library.llid13.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(14,NULL,'Share Resources','Share Resources','Share Resources',NULL,NULL,13,NULL,1,2,0,NULL,NULL,NULL,0,NULL,NULL,'2008-06-13 10:58:07',0,NULL,NULL,NULL,6,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.rsrc.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(15,NULL,'Forum/Message Board','Forum','Forum/Message Board',NULL,NULL,13,NULL,1,2,0,NULL,NULL,NULL,0,NULL,NULL,'2008-06-13 10:58:07',0,NULL,NULL,NULL,1,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lafrum11/images/icon_forum.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.forum.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(16,NULL,'Combined Chat and Scribe','Prepare Group Report','Learners to prepare group report, discussing report in chat',NULL,NULL,NULL,NULL,6,2,0,NULL,NULL,NULL,0,NULL,14,'2008-06-13 10:58:07',0,NULL,NULL,NULL,NULL,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,'images/icon_groupreporting.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.library.llid14.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(17,NULL,'Chat Tool','Chat Tool','Chat',NULL,NULL,16,NULL,1,2,0,NULL,NULL,NULL,0,NULL,NULL,'2008-06-13 10:58:07',0,NULL,NULL,NULL,5,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lachat11/images/icon_chat.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.chat.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(18,NULL,'Scribe Tool','Scribe Tool','Scribe',NULL,NULL,16,NULL,1,2,0,NULL,NULL,NULL,0,NULL,NULL,'2008-06-13 10:58:07',0,NULL,NULL,NULL,10,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lascrb11/images/icon_scribe.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.scribe.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(19,NULL,'Combined Chat and Scribe','Prepare Group Report','Learners to prepare group report, discussing report in chat',NULL,NULL,NULL,NULL,6,2,0,NULL,NULL,NULL,0,NULL,15,'2008-06-13 10:58:08',0,NULL,NULL,NULL,NULL,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,'images/icon_forum_and_scribe.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.library.llid15.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(20,NULL,'Forum/Message Board','Forum','Forum/Message Board',NULL,NULL,19,NULL,1,2,0,NULL,NULL,NULL,0,NULL,NULL,'2008-06-13 10:58:08',0,NULL,NULL,NULL,1,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lafrum11/images/icon_forum.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.forum.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(21,NULL,'Scribe Tool','Scribe Tool','Scribe',NULL,NULL,19,NULL,1,2,0,NULL,NULL,NULL,0,NULL,NULL,'2008-06-13 10:58:08',0,NULL,NULL,NULL,10,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lascrb11/images/icon_scribe.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.scribe.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(22,1,'Tool for displaying HTML content including external sources such as images and other media.','Introduction','Displays formatted text and links to external sources on a read only page.',40,51,NULL,NULL,1,2,0,NULL,NULL,NULL,0,1,NULL,'2008-06-13 11:12:36',0,NULL,NULL,NULL,2,13,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(23,8,'Tool for displaying HTML content including external sources such as images and other media.','Visual Authoring','Displays formatted text and links to external sources on a read only page.',33,166,NULL,NULL,1,2,0,NULL,NULL,NULL,0,1,NULL,'2008-06-13 11:12:36',0,NULL,NULL,NULL,2,14,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(24,10,'Sharing resource with others.','Authoring Environment','Uploading your resources to share with others.',235,171,NULL,NULL,1,2,0,NULL,NULL,NULL,0,1,NULL,'2008-06-13 11:12:36',0,NULL,NULL,NULL,6,15,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(25,12,'Tool for displaying HTML content including external sources such as images and other media.','Summing Up','Displays formatted text and links to external sources on a read only page.',425,170,NULL,NULL,1,2,0,NULL,NULL,NULL,0,1,NULL,'2008-06-13 11:12:36',0,NULL,NULL,NULL,2,16,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(26,21,'Sharing resource with others.','Effective Learning','Uploading your resources to share with others.',227,47,NULL,NULL,1,2,0,NULL,NULL,NULL,0,1,NULL,'2008-06-13 11:12:36',0,NULL,NULL,NULL,6,17,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(27,1,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',46,213,NULL,NULL,1,2,0,NULL,NULL,NULL,0,2,NULL,'2008-06-13 11:12:41',0,NULL,NULL,NULL,2,18,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(28,4,'Choose one of the four options below to learn more about that particular aspect of LAMS.','Optional Sequences',NULL,254,100,NULL,NULL,13,2,0,NULL,NULL,NULL,0,2,NULL,'2008-06-13 11:12:41',0,NULL,1,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(29,5,NULL,'The Learning Environment (Participate in a Lesson)',NULL,4,48,28,4,8,2,0,NULL,NULL,1,0,2,NULL,'2008-06-13 11:12:41',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,30,NULL,NULL,NULL,NULL,0),(30,20,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',5,5,29,5,1,2,0,NULL,NULL,1,0,2,NULL,'2008-06-13 11:12:41',0,NULL,NULL,NULL,2,19,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(31,25,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',558,210,NULL,NULL,1,2,0,NULL,NULL,NULL,0,2,NULL,'2008-06-13 11:12:41',0,NULL,NULL,NULL,2,20,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(32,13,'Sharing resource with others.','Learner Wink','Uploading your resources to share with others.',65,5,29,5,1,2,0,NULL,NULL,2,0,2,NULL,'2008-06-13 11:12:41',0,NULL,NULL,NULL,6,24,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(33,6,NULL,'The Authoring Environment (Create a Lesson)',NULL,4,105,28,4,8,2,0,NULL,NULL,2,0,2,NULL,'2008-06-13 11:12:41',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,39,NULL,NULL,NULL,NULL,0),(34,8,NULL,'The Monitoring Environment (Teach a Lesson)',NULL,4,162,28,4,8,2,0,NULL,NULL,3,0,2,NULL,'2008-06-13 11:12:41',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,37,NULL,NULL,NULL,NULL,0),(35,23,'Sharing resource with others.','NoFlash Wink','Uploading your resources to share with others.',124,5,29,5,1,2,0,NULL,NULL,3,0,2,NULL,'2008-06-13 11:12:41',0,NULL,NULL,NULL,6,26,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(36,16,NULL,'System Administration [Online Link]',NULL,4,219,28,4,8,2,0,NULL,NULL,4,0,2,NULL,'2008-06-13 11:12:41',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,38,NULL,NULL,NULL,NULL,0),(37,15,'Sharing resource with others.','Monitor Wink','Uploading your resources to share with others.',5,5,34,8,1,2,0,NULL,NULL,1,0,2,NULL,'2008-06-13 11:12:41',0,NULL,NULL,NULL,6,21,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(38,17,'Sharing resource with others.','Share Resources','Uploading your resources to share with others.',5,5,36,16,1,2,0,NULL,NULL,1,0,2,NULL,'2008-06-13 11:12:41',0,NULL,NULL,NULL,6,22,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(39,14,'Sharing resource with others.','Author Wink','Uploading your resources to share with others.',5,5,33,6,1,2,0,NULL,NULL,1,0,2,NULL,'2008-06-13 11:12:41',0,NULL,NULL,NULL,6,23,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(40,50,'Tool for displaying HTML content including external sources such as images and other media.','Structure of LAMS','Displays formatted text and links to external sources on a read only page.',65,5,34,8,1,2,0,NULL,NULL,2,0,2,NULL,'2008-06-13 11:12:41',0,NULL,NULL,NULL,2,25,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(41,1,'Tool for displaying HTML content including external sources such as images and other media.','Introduction','Displays formatted text and links to external sources on a read only page.',19,33,NULL,NULL,1,2,0,NULL,NULL,NULL,0,3,NULL,'2008-06-13 11:12:48',0,NULL,NULL,NULL,2,27,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(42,2,'Tool for displaying HTML content including external sources such as images and other media.','Informative Tools','Displays formatted text and links to external sources on a read only page.',190,33,NULL,NULL,1,2,0,NULL,NULL,NULL,0,3,NULL,'2008-06-13 11:12:48',0,NULL,NULL,NULL,2,28,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(43,4,'Tool for displaying HTML content including external sources such as images and other media.','Fancy Noticeboard','Displays formatted text and links to external sources on a read only page.',360,33,NULL,NULL,1,2,0,NULL,NULL,NULL,0,3,NULL,'2008-06-13 11:12:48',0,NULL,NULL,NULL,2,29,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(44,6,'Sharing resource with others.','Share Resources','Uploading your resources to share with others.',19,99,NULL,NULL,1,2,0,NULL,NULL,NULL,0,3,NULL,'2008-06-13 11:12:48',0,NULL,NULL,NULL,6,30,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(45,8,'Which activity type would you like to learn about next?Select an option below then click CHOOSE.You can come back to this screen and select a different activity type to learn about if you wish.','Activity Types - Choose One',NULL,26,191,NULL,NULL,13,2,0,NULL,NULL,NULL,0,3,NULL,'2008-06-13 11:12:48',0,NULL,3,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(46,40,'Tool for displaying HTML content including external sources such as images and other media.','Winding Up','Displays formatted text and links to external sources on a read only page.',452,278,NULL,NULL,1,2,0,NULL,NULL,NULL,0,3,NULL,'2008-06-13 11:12:48',0,NULL,NULL,NULL,2,31,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(47,9,NULL,'Assessment - Collect Learner Responses',NULL,4,48,45,8,8,2,0,NULL,NULL,1,0,3,NULL,'2008-06-13 11:12:48',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,48,NULL,NULL,NULL,NULL,0),(48,13,'Tool for displaying HTML content including external sources such as images and other media.','Assessment Activities','Displays formatted text and links to external sources on a read only page.',5,5,47,9,1,2,0,NULL,NULL,1,0,3,NULL,'2008-06-13 11:12:48',0,NULL,NULL,NULL,2,32,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(49,10,NULL,'Collaborative - Get Learners to Work Together',NULL,4,105,45,8,8,2,0,NULL,NULL,2,0,3,NULL,'2008-06-13 11:12:48',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,60,NULL,NULL,NULL,NULL,0),(50,16,'Creates automated assessment questions. e.g. Multiple choice and true/false questions. Can provide feedback and scores.','Demo Multiple Choice','Learner answers a series of automated assessment questions. e.g. Multiple choice and true/false questions. Optional features include feedback on each question and scoring. Questions are weighted for scoring.',65,5,47,9,1,2,0,NULL,NULL,2,0,3,NULL,'2008-06-13 11:12:48',0,NULL,NULL,NULL,12,36,3,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lamc11/images/icon_mcq.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(51,22,'Tool for displaying HTML content including external sources such as images and other media.','Split-Screen Activities','Displays formatted text and links to external sources on a read only page.',65,5,49,10,1,2,0,NULL,NULL,2,0,3,NULL,'2008-06-13 11:12:48',0,NULL,NULL,NULL,2,37,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(52,12,NULL,'Reflective - \'Capture\' Students Learning',NULL,4,162,45,8,8,2,0,NULL,NULL,3,0,3,NULL,'2008-06-13 11:12:48',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,59,NULL,NULL,NULL,NULL,0),(53,30,'Tool to create Surveys','Survey','Answer surveys.',124,5,52,12,1,2,0,NULL,NULL,3,0,3,NULL,'2008-06-13 11:12:48',0,NULL,NULL,NULL,9,40,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lasurv11/images/icon_survey.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(54,18,'Learners submit files for assessment by the teacher. Scores and comments may be exported as a spreadsheet.','Demo Submit Files','Learners submit files for assessment by the teacher. Scores and comments for each learner are recorded and may be exported as a spreadsheet.',124,5,47,9,1,2,0,NULL,NULL,3,0,3,NULL,'2008-06-13 11:12:48',0,NULL,NULL,NULL,4,41,3,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lasbmt11/images/icon_reportsubmission.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(55,60,'Combined Share Resources and Forum ','Resources and Forum','The top window has a Share Resources area and the bottom window has a forum for learners to discuss items they have view via the Share Resources area.',124,5,49,10,6,2,0,NULL,NULL,3,0,3,NULL,'2008-06-13 11:12:48',0,NULL,NULL,NULL,NULL,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,'images/icon_urlcontentmessageboard.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(56,32,'Allows voting format','Voting','Voting help text',184,5,52,12,1,2,0,NULL,NULL,4,0,3,NULL,'2008-06-13 11:12:48',0,NULL,NULL,NULL,7,42,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lavote11/images/icon_ranking.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(57,36,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',243,5,52,12,1,2,0,NULL,NULL,5,0,3,NULL,'2008-06-13 11:12:48',0,NULL,NULL,NULL,2,43,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(58,34,'Notebook Tool','Notebook','Notebook for notes and reflections',303,5,52,12,1,2,0,NULL,NULL,6,0,3,NULL,'2008-06-13 11:12:48',0,NULL,NULL,NULL,8,44,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lantbk11/images/icon_notebook.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(59,15,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',5,5,52,12,1,2,0,NULL,NULL,1,0,3,NULL,'2008-06-13 11:12:48',0,NULL,NULL,NULL,2,33,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(60,14,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',5,5,49,10,1,2,0,NULL,NULL,1,0,3,NULL,'2008-06-13 11:12:48',0,NULL,NULL,NULL,2,34,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(61,61,'Sharing resource with others.','Share Resources','Uploading your resources to share with others.',8,45,55,60,1,2,0,NULL,NULL,1,0,3,NULL,'2008-06-13 11:12:48',0,NULL,NULL,NULL,6,35,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(62,28,'Each learner answers question(s) and then sees answers from all learners collated on the next page.','Q and A','Each learner answers one or more questions in short answer format and then sees answers from all learners collated on the next page.',65,5,52,12,1,2,0,NULL,NULL,2,0,3,NULL,'2008-06-13 11:12:48',0,NULL,NULL,NULL,3,38,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/laqa11/images/icon_questionanswer.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(63,62,'Online threaded discussion tool (asynchronous).','Forum','Discussion tool useful for long running collaborations and situations where learners are not all on line at the same time.',8,108,55,60,1,2,0,NULL,NULL,2,0,3,NULL,'2008-06-13 11:12:48',0,NULL,NULL,NULL,1,39,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lafrum11/images/icon_forum.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(64,21,'Sharing resource with others.','Effective Learning','Uploading your resources to share with others.',227,47,NULL,NULL,1,2,0,NULL,NULL,NULL,0,4,NULL,'2008-06-13 11:17:37',0,NULL,NULL,NULL,6,49,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(65,1,'Tool for displaying HTML content including external sources such as images and other media.','Introduction','Displays formatted text and links to external sources on a read only page.',40,51,NULL,NULL,1,2,0,NULL,NULL,NULL,0,4,NULL,'2008-06-13 11:17:37',0,NULL,NULL,NULL,2,46,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(66,8,'Tool for displaying HTML content including external sources such as images and other media.','Visual Authoring','Displays formatted text and links to external sources on a read only page.',33,166,NULL,NULL,1,2,0,NULL,NULL,NULL,0,4,NULL,'2008-06-13 11:17:37',0,NULL,NULL,NULL,2,48,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(67,10,'Sharing resource with others.','Authoring Environment','Uploading your resources to share with others.',235,171,NULL,NULL,1,2,0,NULL,NULL,NULL,0,4,NULL,'2008-06-13 11:17:37',0,NULL,NULL,NULL,6,47,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(68,12,'Tool for displaying HTML content including external sources such as images and other media.','Summing Up','Displays formatted text and links to external sources on a read only page.',425,170,NULL,NULL,1,2,0,NULL,NULL,NULL,0,4,NULL,'2008-06-13 11:17:36',0,NULL,NULL,NULL,2,45,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(69,23,'Sharing resource with others.','NoFlash Wink','Uploading your resources to share with others.',124,5,77,5,1,2,0,NULL,NULL,3,0,5,NULL,'2008-06-13 11:17:53',0,NULL,NULL,NULL,6,54,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(70,13,'Sharing resource with others.','Learner Wink','Uploading your resources to share with others.',65,5,77,5,1,2,0,NULL,NULL,2,0,5,NULL,'2008-06-13 11:17:53',0,NULL,NULL,NULL,6,52,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(71,4,'Choose one of the four options below to learn more about that particular aspect of LAMS.','Optional Sequences',NULL,254,100,NULL,NULL,13,2,0,NULL,NULL,NULL,0,5,NULL,'2008-06-13 11:17:53',0,NULL,1,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(72,1,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',46,213,NULL,NULL,1,2,0,NULL,NULL,NULL,0,5,NULL,'2008-06-13 11:17:53',0,NULL,NULL,NULL,2,57,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(73,20,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',5,5,77,5,1,2,0,NULL,NULL,1,0,5,NULL,'2008-06-13 11:17:53',0,NULL,NULL,NULL,2,53,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(74,25,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',558,210,NULL,NULL,1,2,0,NULL,NULL,NULL,0,5,NULL,'2008-06-13 11:17:53',0,NULL,NULL,NULL,2,58,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(75,50,'Tool for displaying HTML content including external sources such as images and other media.','Structure of LAMS','Displays formatted text and links to external sources on a read only page.',65,5,81,8,1,2,0,NULL,NULL,2,0,5,NULL,'2008-06-13 11:17:53',0,NULL,NULL,NULL,2,55,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(76,15,'Sharing resource with others.','Monitor Wink','Uploading your resources to share with others.',5,5,81,8,1,2,0,NULL,NULL,1,0,5,NULL,'2008-06-13 11:17:53',0,NULL,NULL,NULL,6,56,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(77,5,NULL,'The Learning Environment (Participate in a Lesson)',NULL,4,48,71,4,8,2,0,NULL,NULL,1,0,5,NULL,'2008-06-13 11:17:53',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,73,NULL,NULL,NULL,NULL,0),(78,14,'Sharing resource with others.','Author Wink','Uploading your resources to share with others.',5,5,80,6,1,2,0,NULL,NULL,1,0,5,NULL,'2008-06-13 11:17:53',0,NULL,NULL,NULL,6,50,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(79,17,'Sharing resource with others.','Share Resources','Uploading your resources to share with others.',5,5,82,16,1,2,0,NULL,NULL,1,0,5,NULL,'2008-06-13 11:17:53',0,NULL,NULL,NULL,6,51,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(80,6,NULL,'The Authoring Environment (Create a Lesson)',NULL,4,105,71,4,8,2,0,NULL,NULL,2,0,5,NULL,'2008-06-13 11:17:53',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,78,NULL,NULL,NULL,NULL,0),(81,8,NULL,'The Monitoring Environment (Teach a Lesson)',NULL,4,162,71,4,8,2,0,NULL,NULL,3,0,5,NULL,'2008-06-13 11:17:53',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,76,NULL,NULL,NULL,NULL,0),(82,16,NULL,'System Administration [Online Link]',NULL,4,219,71,4,8,2,0,NULL,NULL,4,0,5,NULL,'2008-06-13 11:17:53',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,79,NULL,NULL,NULL,NULL,0),(83,60,'Combined Share Resources and Forum ','Resources and Forum','The top window has a Share Resources area and the bottom window has a forum for learners to discuss items they have view via the Share Resources area.',124,5,103,10,6,2,0,NULL,NULL,3,0,6,NULL,'2008-06-13 11:18:09',0,NULL,NULL,NULL,NULL,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,'images/icon_urlcontentmessageboard.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(84,22,'Tool for displaying HTML content including external sources such as images and other media.','Split-Screen Activities','Displays formatted text and links to external sources on a read only page.',65,5,103,10,1,2,0,NULL,NULL,2,0,6,NULL,'2008-06-13 11:18:09',0,NULL,NULL,NULL,2,68,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(85,28,'Each learner answers question(s) and then sees answers from all learners collated on the next page.','Q and A','Each learner answers one or more questions in short answer format and then sees answers from all learners collated on the next page.',65,5,105,12,1,2,0,NULL,NULL,2,0,6,NULL,'2008-06-13 11:18:10',0,NULL,NULL,NULL,3,74,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/laqa11/images/icon_questionanswer.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(86,15,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',5,5,105,12,1,2,0,NULL,NULL,1,0,6,NULL,'2008-06-13 11:18:09',0,NULL,NULL,NULL,2,71,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(87,40,'Tool for displaying HTML content including external sources such as images and other media.','Winding Up','Displays formatted text and links to external sources on a read only page.',452,278,NULL,NULL,1,2,0,NULL,NULL,NULL,0,6,NULL,'2008-06-13 11:18:09',0,NULL,NULL,NULL,2,61,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(88,8,'Which activity type would you like to learn about next?Select an option below then click CHOOSE.You can come back to this screen and select a different activity type to learn about if you wish.','Activity Types - Choose One',NULL,26,191,NULL,NULL,13,2,0,NULL,NULL,NULL,0,6,NULL,'2008-06-13 11:18:09',0,NULL,3,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(89,2,'Tool for displaying HTML content including external sources such as images and other media.','Informative Tools','Displays formatted text and links to external sources on a read only page.',190,33,NULL,NULL,1,2,0,NULL,NULL,NULL,0,6,NULL,'2008-06-13 11:18:09',0,NULL,NULL,NULL,2,60,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(90,1,'Tool for displaying HTML content including external sources such as images and other media.','Introduction','Displays formatted text and links to external sources on a read only page.',19,33,NULL,NULL,1,2,0,NULL,NULL,NULL,0,6,NULL,'2008-06-13 11:18:10',0,NULL,NULL,NULL,2,76,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(91,36,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',243,5,105,12,1,2,0,NULL,NULL,5,0,6,NULL,'2008-06-13 11:18:10',0,NULL,NULL,NULL,2,73,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(92,32,'Allows voting format','Voting','Voting help text',184,5,105,12,1,2,0,NULL,NULL,4,0,6,NULL,'2008-06-13 11:18:10',0,NULL,NULL,NULL,7,72,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lavote11/images/icon_ranking.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(93,18,'Learners submit files for assessment by the teacher. Scores and comments may be exported as a spreadsheet.','Demo Submit Files','Learners submit files for assessment by the teacher. Scores and comments for each learner are recorded and may be exported as a spreadsheet.',124,5,101,9,1,2,0,NULL,NULL,3,0,6,NULL,'2008-06-13 11:18:09',0,NULL,NULL,NULL,4,64,3,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lasbmt11/images/icon_reportsubmission.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(94,16,'Creates automated assessment questions. e.g. Multiple choice and true/false questions. Can provide feedback and scores.','Demo Multiple Choice','Learner answers a series of automated assessment questions. e.g. Multiple choice and true/false questions. Optional features include feedback on each question and scoring. Questions are weighted for scoring.',65,5,101,9,1,2,0,NULL,NULL,2,0,6,NULL,'2008-06-13 11:18:09',0,NULL,NULL,NULL,12,62,3,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lamc11/images/icon_mcq.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(95,30,'Tool to create Surveys','Survey','Answer surveys.',124,5,105,12,1,2,0,NULL,NULL,3,0,6,NULL,'2008-06-13 11:18:09',0,NULL,NULL,NULL,9,69,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lasurv11/images/icon_survey.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(96,6,'Sharing resource with others.','Share Resources','Uploading your resources to share with others.',19,99,NULL,NULL,1,2,0,NULL,NULL,NULL,0,6,NULL,'2008-06-13 11:18:10',0,NULL,NULL,NULL,6,75,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(97,4,'Tool for displaying HTML content including external sources such as images and other media.','Fancy Noticeboard','Displays formatted text and links to external sources on a read only page.',360,33,NULL,NULL,1,2,0,NULL,NULL,NULL,0,6,NULL,'2008-06-13 11:18:09',0,NULL,NULL,NULL,2,59,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(98,14,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',5,5,103,10,1,2,0,NULL,NULL,1,0,6,NULL,'2008-06-13 11:18:09',0,NULL,NULL,NULL,2,67,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(99,13,'Tool for displaying HTML content including external sources such as images and other media.','Assessment Activities','Displays formatted text and links to external sources on a read only page.',5,5,101,9,1,2,0,NULL,NULL,1,0,6,NULL,'2008-06-13 11:18:09',0,NULL,NULL,NULL,2,63,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(100,34,'Notebook Tool','Notebook','Notebook for notes and reflections',303,5,105,12,1,2,0,NULL,NULL,6,0,6,NULL,'2008-06-13 11:18:09',0,NULL,NULL,NULL,8,70,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lantbk11/images/icon_notebook.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(101,9,NULL,'Assessment - Collect Learner Responses',NULL,4,48,88,8,8,2,0,NULL,NULL,1,0,6,NULL,'2008-06-13 11:18:09',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,99,NULL,NULL,NULL,NULL,0),(102,61,'Sharing resource with others.','Share Resources','Uploading your resources to share with others.',8,45,83,60,1,2,0,NULL,NULL,1,0,6,NULL,'2008-06-13 11:18:09',0,NULL,NULL,NULL,6,66,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(103,10,NULL,'Collaborative - Get Learners to Work Together',NULL,4,105,88,8,8,2,0,NULL,NULL,2,0,6,NULL,'2008-06-13 11:18:09',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,98,NULL,NULL,NULL,NULL,0),(104,62,'Online threaded discussion tool (asynchronous).','Forum','Discussion tool useful for long running collaborations and situations where learners are not all on line at the same time.',8,108,83,60,1,2,0,NULL,NULL,2,0,6,NULL,'2008-06-13 11:18:09',0,NULL,NULL,NULL,1,65,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lafrum11/images/icon_forum.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(105,12,NULL,'Reflective - \'Capture\' Students Learning',NULL,4,162,88,8,8,2,0,NULL,NULL,3,0,6,NULL,'2008-06-13 11:18:09',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,86,NULL,NULL,NULL,NULL,0); +INSERT INTO `lams_learning_activity` VALUES (1,NULL,'Forum/Message Board','Forum','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,1,'2008-11-12 13:31:55',0,NULL,NULL,NULL,1,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lafrum11/images/icon_forum.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.forum.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(2,NULL,'Displays a NoticeboardX','NoticeboardX','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,2,'2008-11-12 13:31:59',0,NULL,NULL,NULL,2,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.noticeboard.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(3,NULL,'Allows creation and use of question and answer format','Question and Answer','Help text',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,3,'2008-11-12 13:32:03',0,NULL,NULL,NULL,3,NULL,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/laqa11/images/icon_questionanswer.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.qa.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(4,NULL,'Uploading of files by learners, for review by teachers.','Submit File','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,4,'2008-11-12 13:32:07',0,NULL,NULL,NULL,4,NULL,3,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lasbmt11/images/icon_reportsubmission.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.sbmt.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(5,NULL,'Chat Tool','Chat Tool','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,5,'2008-11-12 13:32:13',0,NULL,NULL,NULL,5,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lachat11/images/icon_chat.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.chat.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(6,NULL,'Share Resources','Share Resources','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,6,'2008-11-12 13:32:20',0,NULL,NULL,NULL,6,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.rsrc.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(7,NULL,'Allows creation and use of voting format','Voting','Help text',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,7,'2008-11-12 13:32:23',0,NULL,NULL,NULL,7,NULL,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lavote11/images/icon_ranking.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.vote.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(8,NULL,'Notebook Tool','Notebook Tool','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,8,'2008-11-12 13:32:29',0,NULL,NULL,NULL,8,NULL,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lantbk11/images/icon_notebook.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.notebook.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(9,NULL,'Survey','Survey','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,9,'2008-11-12 13:32:35',0,NULL,NULL,NULL,9,NULL,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lasurv11/images/icon_survey.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.survey.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(10,NULL,'Scribe Tool','Scribe Tool','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,10,'2008-11-12 13:32:41',0,NULL,NULL,NULL,10,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lascrb11/images/icon_scribe.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.scribe.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(11,NULL,'TaskList','TaskList','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,11,'2008-11-12 13:32:47',0,NULL,NULL,NULL,11,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/latask10/images/icon_taskList.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.taskList.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(12,NULL,'Gmap Tool','Gmap Tool','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,12,'2008-11-12 13:32:53',0,NULL,NULL,NULL,12,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lagmap10/images/icon_gmap.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.gmap.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(13,NULL,'Spreadsheet','Spreadsheet','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,13,'2008-11-12 13:33:00',0,NULL,NULL,NULL,13,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lasprd10/images/icon_spreadsheet.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.spreadsheet.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(14,NULL,'Collecting data with custom structure.','Data Collection','Asking questions with custom, limited answers.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,14,'2008-11-12 13:33:06',0,NULL,NULL,NULL,14,NULL,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/ladaco10/images/icon_daco.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.daco.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(15,NULL,'Wiki Tool','Wiki Tool','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,15,'2008-11-12 13:33:12',0,NULL,NULL,NULL,15,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lawiki10/images/icon_wiki.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.wiki.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(16,NULL,'Allows creation and use of multiple choice questioning format','Multiple Choice Questions','Help text',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,16,'2008-11-12 13:33:15',0,NULL,NULL,NULL,16,NULL,3,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lamc11/images/icon_mcq.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.mc.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(17,NULL,'Combined Share Resources and Forum','Discuss Shared Resources','Learners to discuss items they have viewed via Share Resources.',NULL,NULL,NULL,NULL,6,2,0,NULL,NULL,NULL,0,NULL,17,'2008-11-12 13:33:16',0,NULL,NULL,NULL,NULL,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,'images/icon_urlcontentmessageboard.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.library.llid17.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(18,NULL,'Share Resources','Share Resources','Share Resources',NULL,NULL,17,NULL,1,2,0,NULL,NULL,NULL,0,NULL,NULL,'2008-11-12 13:33:16',0,NULL,NULL,NULL,6,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.rsrc.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(19,NULL,'Forum/Message Board','Forum','Forum/Message Board',NULL,NULL,17,NULL,1,2,0,NULL,NULL,NULL,0,NULL,NULL,'2008-11-12 13:33:16',0,NULL,NULL,NULL,1,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lafrum11/images/icon_forum.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.forum.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(20,NULL,'Combined Chat and Scribe','Prepare Group Report','Learners to prepare group report, discussing report in chat',NULL,NULL,NULL,NULL,6,2,0,NULL,NULL,NULL,0,NULL,18,'2008-11-12 13:33:17',0,NULL,NULL,NULL,NULL,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,'images/icon_groupreporting.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.library.llid18.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(21,NULL,'Chat Tool','Chat Tool','Chat',NULL,NULL,20,NULL,1,2,0,NULL,NULL,NULL,0,NULL,NULL,'2008-11-12 13:33:17',0,NULL,NULL,NULL,5,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lachat11/images/icon_chat.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.chat.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(22,NULL,'Scribe Tool','Scribe Tool','Scribe',NULL,NULL,20,NULL,1,2,0,NULL,NULL,NULL,0,NULL,NULL,'2008-11-12 13:33:17',0,NULL,NULL,NULL,10,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lascrb11/images/icon_scribe.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.scribe.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(23,NULL,'Combined Chat and Scribe','Prepare Group Report','Learners to prepare group report, discussing report in chat',NULL,NULL,NULL,NULL,6,2,0,NULL,NULL,NULL,0,NULL,19,'2008-11-12 13:33:18',0,NULL,NULL,NULL,NULL,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,'images/icon_forum_and_scribe.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.library.llid19.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(24,NULL,'Forum/Message Board','Forum','Forum/Message Board',NULL,NULL,23,NULL,1,2,0,NULL,NULL,NULL,0,NULL,NULL,'2008-11-12 13:33:18',0,NULL,NULL,NULL,1,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lafrum11/images/icon_forum.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.forum.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(25,NULL,'Scribe Tool','Scribe Tool','Scribe',NULL,NULL,23,NULL,1,2,0,NULL,NULL,NULL,0,NULL,NULL,'2008-11-12 13:33:18',0,NULL,NULL,NULL,10,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lascrb11/images/icon_scribe.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.scribe.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(26,1,'Tool for displaying HTML content including external sources such as images and other media.','Introduction','Displays formatted text and links to external sources on a read only page.',40,51,NULL,NULL,1,2,0,NULL,NULL,NULL,0,1,NULL,'2008-11-12 13:37:13',0,NULL,NULL,NULL,2,17,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(27,8,'Tool for displaying HTML content including external sources such as images and other media.','Visual Authoring','Displays formatted text and links to external sources on a read only page.',33,166,NULL,NULL,1,2,0,NULL,NULL,NULL,0,1,NULL,'2008-11-12 13:37:13',0,NULL,NULL,NULL,2,18,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(28,10,'Sharing resource with others.','Authoring Environment','Uploading your resources to share with others.',235,171,NULL,NULL,1,2,0,NULL,NULL,NULL,0,1,NULL,'2008-11-12 13:37:13',0,NULL,NULL,NULL,6,19,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(29,12,'Tool for displaying HTML content including external sources such as images and other media.','Summing Up','Displays formatted text and links to external sources on a read only page.',425,170,NULL,NULL,1,2,0,NULL,NULL,NULL,0,1,NULL,'2008-11-12 13:37:13',0,NULL,NULL,NULL,2,20,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(30,21,'Sharing resource with others.','Effective Learning','Uploading your resources to share with others.',227,47,NULL,NULL,1,2,0,NULL,NULL,NULL,0,1,NULL,'2008-11-12 13:37:13',0,NULL,NULL,NULL,6,21,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(31,1,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',46,213,NULL,NULL,1,2,0,NULL,NULL,NULL,0,2,NULL,'2008-11-12 13:37:22',0,NULL,NULL,NULL,2,22,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(32,4,'Choose one of the four options below to learn more about that particular aspect of LAMS.','Optional Sequences',NULL,254,100,NULL,NULL,13,2,0,NULL,NULL,NULL,0,2,NULL,'2008-11-12 13:37:22',0,NULL,1,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(33,5,NULL,'The Learning Environment (Participate in a Lesson)',NULL,4,48,32,4,8,2,0,NULL,NULL,1,0,2,NULL,'2008-11-12 13:37:22',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,34,NULL,NULL,NULL,NULL,0),(34,20,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',5,5,33,5,1,2,0,NULL,NULL,1,0,2,NULL,'2008-11-12 13:37:22',0,NULL,NULL,NULL,2,23,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(35,25,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',558,210,NULL,NULL,1,2,0,NULL,NULL,NULL,0,2,NULL,'2008-11-12 13:37:22',0,NULL,NULL,NULL,2,24,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(36,13,'Sharing resource with others.','Learner Wink','Uploading your resources to share with others.',65,5,33,5,1,2,0,NULL,NULL,2,0,2,NULL,'2008-11-12 13:37:22',0,NULL,NULL,NULL,6,28,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(37,6,NULL,'The Authoring Environment (Create a Lesson)',NULL,4,105,32,4,8,2,0,NULL,NULL,2,0,2,NULL,'2008-11-12 13:37:22',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,43,NULL,NULL,NULL,NULL,0),(38,8,NULL,'The Monitoring Environment (Teach a Lesson)',NULL,4,162,32,4,8,2,0,NULL,NULL,3,0,2,NULL,'2008-11-12 13:37:22',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,41,NULL,NULL,NULL,NULL,0),(39,23,'Sharing resource with others.','NoFlash Wink','Uploading your resources to share with others.',124,5,33,5,1,2,0,NULL,NULL,3,0,2,NULL,'2008-11-12 13:37:22',0,NULL,NULL,NULL,6,30,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(40,16,NULL,'System Administration [Online Link]',NULL,4,219,32,4,8,2,0,NULL,NULL,4,0,2,NULL,'2008-11-12 13:37:22',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,42,NULL,NULL,NULL,NULL,0),(41,15,'Sharing resource with others.','Monitor Wink','Uploading your resources to share with others.',5,5,38,8,1,2,0,NULL,NULL,1,0,2,NULL,'2008-11-12 13:37:22',0,NULL,NULL,NULL,6,25,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(42,17,'Sharing resource with others.','Share Resources','Uploading your resources to share with others.',5,5,40,16,1,2,0,NULL,NULL,1,0,2,NULL,'2008-11-12 13:37:22',0,NULL,NULL,NULL,6,26,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(43,14,'Sharing resource with others.','Author Wink','Uploading your resources to share with others.',5,5,37,6,1,2,0,NULL,NULL,1,0,2,NULL,'2008-11-12 13:37:22',0,NULL,NULL,NULL,6,27,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(44,50,'Tool for displaying HTML content including external sources such as images and other media.','Structure of LAMS','Displays formatted text and links to external sources on a read only page.',65,5,38,8,1,2,0,NULL,NULL,2,0,2,NULL,'2008-11-12 13:37:22',0,NULL,NULL,NULL,2,29,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(45,1,'Tool for displaying HTML content including external sources such as images and other media.','Introduction','Displays formatted text and links to external sources on a read only page.',19,33,NULL,NULL,1,2,0,NULL,NULL,NULL,0,3,NULL,'2008-11-12 13:37:31',0,NULL,NULL,NULL,2,31,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(46,2,'Tool for displaying HTML content including external sources such as images and other media.','Informative Tools','Displays formatted text and links to external sources on a read only page.',190,33,NULL,NULL,1,2,0,NULL,NULL,NULL,0,3,NULL,'2008-11-12 13:37:31',0,NULL,NULL,NULL,2,32,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(47,4,'Tool for displaying HTML content including external sources such as images and other media.','Fancy Noticeboard','Displays formatted text and links to external sources on a read only page.',360,33,NULL,NULL,1,2,0,NULL,NULL,NULL,0,3,NULL,'2008-11-12 13:37:31',0,NULL,NULL,NULL,2,33,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(48,6,'Sharing resource with others.','Share Resources','Uploading your resources to share with others.',19,99,NULL,NULL,1,2,0,NULL,NULL,NULL,0,3,NULL,'2008-11-12 13:37:31',0,NULL,NULL,NULL,6,34,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(49,8,'Which activity type would you like to learn about next?Select an option below then click CHOOSE.You can come back to this screen and select a different activity type to learn about if you wish.','Activity Types - Choose One',NULL,26,191,NULL,NULL,13,2,0,NULL,NULL,NULL,0,3,NULL,'2008-11-12 13:37:31',0,NULL,3,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(50,40,'Tool for displaying HTML content including external sources such as images and other media.','Winding Up','Displays formatted text and links to external sources on a read only page.',452,278,NULL,NULL,1,2,0,NULL,NULL,NULL,0,3,NULL,'2008-11-12 13:37:31',0,NULL,NULL,NULL,2,35,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(51,9,NULL,'Assessment - Collect Learner Responses',NULL,4,48,49,8,8,2,0,NULL,NULL,1,0,3,NULL,'2008-11-12 13:37:31',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,52,NULL,NULL,NULL,NULL,0),(52,13,'Tool for displaying HTML content including external sources such as images and other media.','Assessment Activities','Displays formatted text and links to external sources on a read only page.',5,5,51,9,1,2,0,NULL,NULL,1,0,3,NULL,'2008-11-12 13:37:31',0,NULL,NULL,NULL,2,36,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(53,10,NULL,'Collaborative - Get Learners to Work Together',NULL,4,105,49,8,8,2,0,NULL,NULL,2,0,3,NULL,'2008-11-12 13:37:31',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,64,NULL,NULL,NULL,NULL,0),(54,16,'Creates automated assessment questions. e.g. Multiple choice and true/false questions. Can provide feedback and scores.','Demo Multiple Choice','Learner answers a series of automated assessment questions. e.g. Multiple choice and true/false questions. Optional features include feedback on each question and scoring. Questions are weighted for scoring.',65,5,51,9,1,2,0,NULL,NULL,2,0,3,NULL,'2008-11-12 13:37:31',0,NULL,NULL,NULL,16,40,3,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lamc11/images/icon_mcq.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(55,22,'Tool for displaying HTML content including external sources such as images and other media.','Split-Screen Activities','Displays formatted text and links to external sources on a read only page.',65,5,53,10,1,2,0,NULL,NULL,2,0,3,NULL,'2008-11-12 13:37:31',0,NULL,NULL,NULL,2,41,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(56,12,NULL,'Reflective - \'Capture\' Students Learning',NULL,4,162,49,8,8,2,0,NULL,NULL,3,0,3,NULL,'2008-11-12 13:37:31',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,63,NULL,NULL,NULL,NULL,0),(57,30,'Tool to create Surveys','Survey','Answer surveys.',124,5,56,12,1,2,0,NULL,NULL,3,0,3,NULL,'2008-11-12 13:37:31',0,NULL,NULL,NULL,9,44,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lasurv11/images/icon_survey.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(58,18,'Learners submit files for assessment by the teacher. Scores and comments may be exported as a spreadsheet.','Demo Submit Files','Learners submit files for assessment by the teacher. Scores and comments for each learner are recorded and may be exported as a spreadsheet.',124,5,51,9,1,2,0,NULL,NULL,3,0,3,NULL,'2008-11-12 13:37:31',0,NULL,NULL,NULL,4,45,3,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lasbmt11/images/icon_reportsubmission.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(59,60,'Combined Share Resources and Forum ','Resources and Forum','The top window has a Share Resources area and the bottom window has a forum for learners to discuss items they have view via the Share Resources area.',124,5,53,10,6,2,0,NULL,NULL,3,0,3,NULL,'2008-11-12 13:37:31',0,NULL,NULL,NULL,NULL,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,'images/icon_urlcontentmessageboard.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(60,32,'Allows voting format','Voting','Voting help text',184,5,56,12,1,2,0,NULL,NULL,4,0,3,NULL,'2008-11-12 13:37:31',0,NULL,NULL,NULL,7,46,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lavote11/images/icon_ranking.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(61,36,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',243,5,56,12,1,2,0,NULL,NULL,5,0,3,NULL,'2008-11-12 13:37:31',0,NULL,NULL,NULL,2,47,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(62,34,'Notebook Tool','Notebook','Notebook for notes and reflections',303,5,56,12,1,2,0,NULL,NULL,6,0,3,NULL,'2008-11-12 13:37:31',0,NULL,NULL,NULL,8,48,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lantbk11/images/icon_notebook.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(63,15,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',5,5,56,12,1,2,0,NULL,NULL,1,0,3,NULL,'2008-11-12 13:37:31',0,NULL,NULL,NULL,2,37,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(64,14,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',5,5,53,10,1,2,0,NULL,NULL,1,0,3,NULL,'2008-11-12 13:37:31',0,NULL,NULL,NULL,2,38,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(65,61,'Sharing resource with others.','Share Resources','Uploading your resources to share with others.',8,45,59,60,1,2,0,NULL,NULL,1,0,3,NULL,'2008-11-12 13:37:31',0,NULL,NULL,NULL,6,39,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(66,28,'Each learner answers question(s) and then sees answers from all learners collated on the next page.','Q and A','Each learner answers one or more questions in short answer format and then sees answers from all learners collated on the next page.',65,5,56,12,1,2,0,NULL,NULL,2,0,3,NULL,'2008-11-12 13:37:31',0,NULL,NULL,NULL,3,42,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/laqa11/images/icon_questionanswer.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(67,62,'Online threaded discussion tool (asynchronous).','Forum','Discussion tool useful for long running collaborations and situations where learners are not all on line at the same time.',8,108,59,60,1,2,0,NULL,NULL,2,0,3,NULL,'2008-11-12 13:37:31',0,NULL,NULL,NULL,1,43,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lafrum11/images/icon_forum.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(68,21,'Sharing resource with others.','Effective Learning','Uploading your resources to share with others.',227,47,NULL,NULL,1,2,0,NULL,NULL,NULL,0,4,NULL,'2008-11-12 13:37:49',0,NULL,NULL,NULL,6,49,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(69,1,'Tool for displaying HTML content including external sources such as images and other media.','Introduction','Displays formatted text and links to external sources on a read only page.',40,51,NULL,NULL,1,2,0,NULL,NULL,NULL,0,4,NULL,'2008-11-12 13:37:49',0,NULL,NULL,NULL,2,50,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(70,8,'Tool for displaying HTML content including external sources such as images and other media.','Visual Authoring','Displays formatted text and links to external sources on a read only page.',33,166,NULL,NULL,1,2,0,NULL,NULL,NULL,0,4,NULL,'2008-11-12 13:37:49',0,NULL,NULL,NULL,2,52,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(71,10,'Sharing resource with others.','Authoring Environment','Uploading your resources to share with others.',235,171,NULL,NULL,1,2,0,NULL,NULL,NULL,0,4,NULL,'2008-11-12 13:37:49',0,NULL,NULL,NULL,6,53,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(72,12,'Tool for displaying HTML content including external sources such as images and other media.','Summing Up','Displays formatted text and links to external sources on a read only page.',425,170,NULL,NULL,1,2,0,NULL,NULL,NULL,0,4,NULL,'2008-11-12 13:37:49',0,NULL,NULL,NULL,2,51,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(73,23,'Sharing resource with others.','NoFlash Wink','Uploading your resources to share with others.',124,5,81,5,1,2,0,NULL,NULL,3,0,5,NULL,'2008-11-12 13:38:02',0,NULL,NULL,NULL,6,59,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(74,13,'Sharing resource with others.','Learner Wink','Uploading your resources to share with others.',65,5,81,5,1,2,0,NULL,NULL,2,0,5,NULL,'2008-11-12 13:38:02',0,NULL,NULL,NULL,6,61,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(75,4,'Choose one of the four options below to learn more about that particular aspect of LAMS.','Optional Sequences',NULL,254,100,NULL,NULL,13,2,0,NULL,NULL,NULL,0,5,NULL,'2008-11-12 13:38:02',0,NULL,1,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(76,1,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',46,213,NULL,NULL,1,2,0,NULL,NULL,NULL,0,5,NULL,'2008-11-12 13:38:02',0,NULL,NULL,NULL,2,62,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(77,20,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',5,5,81,5,1,2,0,NULL,NULL,1,0,5,NULL,'2008-11-12 13:38:02',0,NULL,NULL,NULL,2,60,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(78,25,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',558,210,NULL,NULL,1,2,0,NULL,NULL,NULL,0,5,NULL,'2008-11-12 13:38:02',0,NULL,NULL,NULL,2,54,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(79,50,'Tool for displaying HTML content including external sources such as images and other media.','Structure of LAMS','Displays formatted text and links to external sources on a read only page.',65,5,85,8,1,2,0,NULL,NULL,2,0,5,NULL,'2008-11-12 13:38:02',0,NULL,NULL,NULL,2,57,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(80,15,'Sharing resource with others.','Monitor Wink','Uploading your resources to share with others.',5,5,85,8,1,2,0,NULL,NULL,1,0,5,NULL,'2008-11-12 13:38:02',0,NULL,NULL,NULL,6,56,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(81,5,NULL,'The Learning Environment (Participate in a Lesson)',NULL,4,48,75,4,8,2,0,NULL,NULL,1,0,5,NULL,'2008-11-12 13:38:02',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,77,NULL,NULL,NULL,NULL,0),(82,14,'Sharing resource with others.','Author Wink','Uploading your resources to share with others.',5,5,84,6,1,2,0,NULL,NULL,1,0,5,NULL,'2008-11-12 13:38:02',0,NULL,NULL,NULL,6,58,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(83,17,'Sharing resource with others.','Share Resources','Uploading your resources to share with others.',5,5,86,16,1,2,0,NULL,NULL,1,0,5,NULL,'2008-11-12 13:38:02',0,NULL,NULL,NULL,6,55,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(84,6,NULL,'The Authoring Environment (Create a Lesson)',NULL,4,105,75,4,8,2,0,NULL,NULL,2,0,5,NULL,'2008-11-12 13:38:02',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,82,NULL,NULL,NULL,NULL,0),(85,8,NULL,'The Monitoring Environment (Teach a Lesson)',NULL,4,162,75,4,8,2,0,NULL,NULL,3,0,5,NULL,'2008-11-12 13:38:02',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,80,NULL,NULL,NULL,NULL,0),(86,16,NULL,'System Administration [Online Link]',NULL,4,219,75,4,8,2,0,NULL,NULL,4,0,5,NULL,'2008-11-12 13:38:02',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,83,NULL,NULL,NULL,NULL,0),(87,60,'Combined Share Resources and Forum ','Resources and Forum','The top window has a Share Resources area and the bottom window has a forum for learners to discuss items they have view via the Share Resources area.',124,5,107,10,6,2,0,NULL,NULL,3,0,6,NULL,'2008-11-12 13:38:17',0,NULL,NULL,NULL,NULL,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,'images/icon_urlcontentmessageboard.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(88,22,'Tool for displaying HTML content including external sources such as images and other media.','Split-Screen Activities','Displays formatted text and links to external sources on a read only page.',65,5,107,10,1,2,0,NULL,NULL,2,0,6,NULL,'2008-11-12 13:38:17',0,NULL,NULL,NULL,2,73,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(89,28,'Each learner answers question(s) and then sees answers from all learners collated on the next page.','Q and A','Each learner answers one or more questions in short answer format and then sees answers from all learners collated on the next page.',65,5,109,12,1,2,0,NULL,NULL,2,0,6,NULL,'2008-11-12 13:38:17',0,NULL,NULL,NULL,3,77,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/laqa11/images/icon_questionanswer.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(90,15,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',5,5,109,12,1,2,0,NULL,NULL,1,0,6,NULL,'2008-11-12 13:38:17',0,NULL,NULL,NULL,2,74,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(91,40,'Tool for displaying HTML content including external sources such as images and other media.','Winding Up','Displays formatted text and links to external sources on a read only page.',452,278,NULL,NULL,1,2,0,NULL,NULL,NULL,0,6,NULL,'2008-11-12 13:38:17',0,NULL,NULL,NULL,2,64,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(92,8,'Which activity type would you like to learn about next?Select an option below then click CHOOSE.You can come back to this screen and select a different activity type to learn about if you wish.','Activity Types - Choose One',NULL,26,191,NULL,NULL,13,2,0,NULL,NULL,NULL,0,6,NULL,'2008-11-12 13:38:17',0,NULL,3,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(93,2,'Tool for displaying HTML content including external sources such as images and other media.','Informative Tools','Displays formatted text and links to external sources on a read only page.',190,33,NULL,NULL,1,2,0,NULL,NULL,NULL,0,6,NULL,'2008-11-12 13:38:17',0,NULL,NULL,NULL,2,65,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(94,1,'Tool for displaying HTML content including external sources such as images and other media.','Introduction','Displays formatted text and links to external sources on a read only page.',19,33,NULL,NULL,1,2,0,NULL,NULL,NULL,0,6,NULL,'2008-11-12 13:38:17',0,NULL,NULL,NULL,2,80,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(95,36,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',243,5,109,12,1,2,0,NULL,NULL,5,0,6,NULL,'2008-11-12 13:38:17',0,NULL,NULL,NULL,2,75,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(96,32,'Allows voting format','Voting','Voting help text',184,5,109,12,1,2,0,NULL,NULL,4,0,6,NULL,'2008-11-12 13:38:17',0,NULL,NULL,NULL,7,79,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lavote11/images/icon_ranking.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(97,18,'Learners submit files for assessment by the teacher. Scores and comments may be exported as a spreadsheet.','Demo Submit Files','Learners submit files for assessment by the teacher. Scores and comments for each learner are recorded and may be exported as a spreadsheet.',124,5,105,9,1,2,0,NULL,NULL,3,0,6,NULL,'2008-11-12 13:38:17',0,NULL,NULL,NULL,4,69,3,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lasbmt11/images/icon_reportsubmission.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(98,16,'Creates automated assessment questions. e.g. Multiple choice and true/false questions. Can provide feedback and scores.','Demo Multiple Choice','Learner answers a series of automated assessment questions. e.g. Multiple choice and true/false questions. Optional features include feedback on each question and scoring. Questions are weighted for scoring.',65,5,105,9,1,2,0,NULL,NULL,2,0,6,NULL,'2008-11-12 13:38:17',0,NULL,NULL,NULL,16,68,3,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lamc11/images/icon_mcq.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(99,30,'Tool to create Surveys','Survey','Answer surveys.',124,5,109,12,1,2,0,NULL,NULL,3,0,6,NULL,'2008-11-12 13:38:17',0,NULL,NULL,NULL,9,76,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lasurv11/images/icon_survey.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(100,6,'Sharing resource with others.','Share Resources','Uploading your resources to share with others.',19,99,NULL,NULL,1,2,0,NULL,NULL,NULL,0,6,NULL,'2008-11-12 13:38:17',0,NULL,NULL,NULL,6,66,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(101,4,'Tool for displaying HTML content including external sources such as images and other media.','Fancy Noticeboard','Displays formatted text and links to external sources on a read only page.',360,33,NULL,NULL,1,2,0,NULL,NULL,NULL,0,6,NULL,'2008-11-12 13:38:17',0,NULL,NULL,NULL,2,63,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(102,14,'Tool for displaying HTML content including external sources such as images and other media.','Noticeboard','Displays formatted text and links to external sources on a read only page.',5,5,107,10,1,2,0,NULL,NULL,1,0,6,NULL,'2008-11-12 13:38:17',0,NULL,NULL,NULL,2,70,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(103,13,'Tool for displaying HTML content including external sources such as images and other media.','Assessment Activities','Displays formatted text and links to external sources on a read only page.',5,5,105,9,1,2,0,NULL,NULL,1,0,6,NULL,'2008-11-12 13:38:17',0,NULL,NULL,NULL,2,67,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lanb11/images/icon_htmlnb.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(104,34,'Notebook Tool','Notebook','Notebook for notes and reflections',303,5,109,12,1,2,0,NULL,NULL,6,0,6,NULL,'2008-11-12 13:38:17',0,NULL,NULL,NULL,8,78,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lantbk11/images/icon_notebook.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(105,9,NULL,'Assessment - Collect Learner Responses',NULL,4,48,92,8,8,2,0,NULL,NULL,1,0,6,NULL,'2008-11-12 13:38:17',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,103,NULL,NULL,NULL,NULL,0),(106,61,'Sharing resource with others.','Share Resources','Uploading your resources to share with others.',8,45,87,60,1,2,0,NULL,NULL,1,0,6,NULL,'2008-11-12 13:38:17',0,NULL,NULL,NULL,6,72,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/larsrc11/images/icon_rsrc.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(107,10,NULL,'Collaborative - Get Learners to Work Together',NULL,4,105,92,8,8,2,0,NULL,NULL,2,0,6,NULL,'2008-11-12 13:38:17',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,102,NULL,NULL,NULL,NULL,0),(108,62,'Online threaded discussion tool (asynchronous).','Forum','Discussion tool useful for long running collaborations and situations where learners are not all on line at the same time.',8,108,87,60,1,2,0,NULL,NULL,2,0,6,NULL,'2008-11-12 13:38:17',0,NULL,NULL,NULL,1,71,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lafrum11/images/icon_forum.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(109,12,NULL,'Reflective - \'Capture\' Students Learning',NULL,4,162,92,8,8,2,0,NULL,NULL,3,0,6,NULL,'2008-11-12 13:38:17',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,90,NULL,NULL,NULL,NULL,0); /*!40000 ALTER TABLE `lams_learning_activity` ENABLE KEYS */; UNLOCK TABLES; @@ -890,7 +1017,7 @@ LOCK TABLES `lams_learning_activity_type` WRITE; /*!40000 ALTER TABLE `lams_learning_activity_type` DISABLE KEYS */; -INSERT INTO `lams_learning_activity_type` VALUES (1,'TOOL'),(2,'GROUPING'),(3,'GATE_SYNCH'),(4,'GATE_SCHEDULE'),(5,'GATE_PERMISSION'),(6,'PARALLEL'),(7,'OPTIONS'),(8,'SEQUENCE'),(9,'GATE_SYSTEM'),(10,'BRANCHING_CHOSEN'),(11,'BRANCHING_GROUP'),(12,'BRANCHING_TOOL'),(13,'OPTIONS_WITH_SEQUENCES'); +INSERT INTO `lams_learning_activity_type` VALUES (1,'TOOL'),(2,'GROUPING'),(3,'GATE_SYNCH'),(4,'GATE_SCHEDULE'),(5,'GATE_PERMISSION'),(6,'PARALLEL'),(7,'OPTIONS'),(8,'SEQUENCE'),(9,'GATE_SYSTEM'),(10,'BRANCHING_CHOSEN'),(11,'BRANCHING_GROUP'),(12,'BRANCHING_TOOL'),(13,'OPTIONS_WITH_SEQUENCES'),(14,'GATE_CONDITION'); /*!40000 ALTER TABLE `lams_learning_activity_type` ENABLE KEYS */; UNLOCK TABLES; @@ -950,7 +1077,7 @@ LOCK TABLES `lams_learning_design` WRITE; /*!40000 ALTER TABLE `lams_learning_design` DISABLE KEYS */; -INSERT INTO `lams_learning_design` VALUES (1,NULL,'Lesson 1 in the LAMS101 Course.\n\nDescribes what LAMS is, and demonstrates effective use of the Learning and Monitoring environments.','Lesson 1 - What Is LAMS',22,27,1,0,NULL,5,NULL,NULL,NULL,1,'2008-06-13 11:12:36','2.0.100.200803121637',NULL,5,NULL,1,NULL,'2008-06-13 11:12:36','4028efbb18edfbb70118ee3b3b6d00b8',0,NULL,1),(2,NULL,'Second lesson in the LAMS101 course.\nDescribes each environment of the LAMS system: Learning, Authoring, Monitoring and System Administration. This lesson also demonstrates how LAMS can replicate a \'real-world\' educational structure.','Lesson 2 - LAMS Environments',27,53,1,0,NULL,5,NULL,NULL,NULL,1,'2008-06-13 11:12:41','2.0.100.200803121637',NULL,5,NULL,1,NULL,'2008-06-13 11:12:41','4028efbb18edfbb70118ee6bacc700d2',0,NULL,1),(3,NULL,'Final lesson in the LAMS101 course. Discusses all of the tools available in LAMS and gives demonstrations of each in action.','Lesson 3 - LAMS Activities',41,63,1,0,NULL,5,NULL,NULL,NULL,1,'2008-06-13 11:12:48','2.0.100.200803121637',NULL,5,NULL,1,NULL,'2008-06-13 11:12:48','4028efbb1935b8d301193606f5000051',0,NULL,1),(4,NULL,'Lesson 1 in the LAMS101 Course.\n\nDescribes what LAMS is, and demonstrates effective use of the Learning and Monitoring environments.','Lesson 1 - What Is LAMS',65,27,1,1,NULL,5,NULL,NULL,NULL,2,'2008-06-13 11:17:36','2.0.100.200803121637',1,22,NULL,1,NULL,'2008-06-13 11:17:36','4028efbb18edfbb70118ee3b3b6d00b8',0,NULL,1),(5,NULL,'Second lesson in the LAMS101 course.\nDescribes each environment of the LAMS system: Learning, Authoring, Monitoring and System Administration. This lesson also demonstrates how LAMS can replicate a \'real-world\' educational structure.','Lesson 2 - LAMS Environments',72,53,1,1,NULL,5,NULL,NULL,NULL,2,'2008-06-13 11:17:53','2.0.100.200803121637',2,22,NULL,1,NULL,'2008-06-13 11:17:53','4028efbb18edfbb70118ee6bacc700d2',0,NULL,1),(6,NULL,'Final lesson in the LAMS101 course. Discusses all of the tools available in LAMS and gives demonstrations of each in action.','Lesson 3 - LAMS Activities',90,63,1,1,NULL,5,NULL,NULL,NULL,2,'2008-06-13 11:18:09','2.0.100.200803121637',3,22,NULL,1,NULL,'2008-06-13 11:18:09','4028efbb1935b8d301193606f5000051',0,NULL,1); +INSERT INTO `lams_learning_design` VALUES (1,NULL,'Lesson 1 in the LAMS101 Course.\n\nDescribes what LAMS is, and demonstrates effective use of the Learning and Monitoring environments.','Lesson 1 - What Is LAMS',26,27,1,0,NULL,5,NULL,NULL,NULL,1,'2008-11-12 13:37:13','2.0.100.200803121637',NULL,5,NULL,1,NULL,'2008-11-12 13:37:13','4028efbb18edfbb70118ee3b3b6d00b8',0,NULL,1),(2,NULL,'Second lesson in the LAMS101 course.\nDescribes each environment of the LAMS system: Learning, Authoring, Monitoring and System Administration. This lesson also demonstrates how LAMS can replicate a \'real-world\' educational structure.','Lesson 2 - LAMS Environments',31,53,1,0,NULL,5,NULL,NULL,NULL,1,'2008-11-12 13:37:22','2.0.100.200803121637',NULL,5,NULL,1,NULL,'2008-11-12 13:37:22','4028efbb18edfbb70118ee6bacc700d2',0,NULL,1),(3,NULL,'Final lesson in the LAMS101 course. Discusses all of the tools available in LAMS and gives demonstrations of each in action.','Lesson 3 - LAMS Activities',45,63,1,0,NULL,5,NULL,NULL,NULL,1,'2008-11-12 13:37:31','2.0.100.200803121637',NULL,5,NULL,1,NULL,'2008-11-12 13:37:31','4028efbb1935b8d301193606f5000051',0,NULL,1),(4,NULL,'Lesson 1 in the LAMS101 Course.\n\nDescribes what LAMS is, and demonstrates effective use of the Learning and Monitoring environments.','Lesson 1 - What Is LAMS',69,27,1,1,NULL,5,NULL,NULL,NULL,2,'2008-11-12 13:37:49','2.0.100.200803121637',1,22,NULL,1,NULL,'2008-11-12 13:37:49','4028efbb18edfbb70118ee3b3b6d00b8',0,NULL,1),(5,NULL,'Second lesson in the LAMS101 course.\nDescribes each environment of the LAMS system: Learning, Authoring, Monitoring and System Administration. This lesson also demonstrates how LAMS can replicate a \'real-world\' educational structure.','Lesson 2 - LAMS Environments',76,53,1,1,NULL,5,NULL,NULL,NULL,2,'2008-11-12 13:38:02','2.0.100.200803121637',2,22,NULL,1,NULL,'2008-11-12 13:38:02','4028efbb18edfbb70118ee6bacc700d2',0,NULL,1),(6,NULL,'Final lesson in the LAMS101 course. Discusses all of the tools available in LAMS and gives demonstrations of each in action.','Lesson 3 - LAMS Activities',94,63,1,1,NULL,5,NULL,NULL,NULL,2,'2008-11-12 13:38:17','2.0.100.200803121637',3,22,NULL,1,NULL,'2008-11-12 13:38:17','4028efbb1935b8d301193606f5000051',0,NULL,1); /*!40000 ALTER TABLE `lams_learning_design` ENABLE KEYS */; UNLOCK TABLES; @@ -968,7 +1095,7 @@ `valid_flag` tinyint(1) NOT NULL default '1', `create_date_time` datetime NOT NULL, PRIMARY KEY (`learning_library_id`) -) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- @@ -977,7 +1104,7 @@ LOCK TABLES `lams_learning_library` WRITE; /*!40000 ALTER TABLE `lams_learning_library` DISABLE KEYS */; -INSERT INTO `lams_learning_library` VALUES (1,'Forum, also known Message Board','Forum',1,'2008-06-13 10:57:11'),(2,'Displays a Noticeboard','Noticeboard',1,'2008-06-13 10:57:20'),(3,'Question and Answer Learning Library Description','Question and Answer',1,'2008-06-13 10:57:23'),(4,'Uploading of files by learners, for review by teachers.','Submit file',1,'2008-06-13 10:57:27'),(5,'Chat Tool','Chat',1,'2008-06-13 10:57:32'),(6,'Share resources','Share resources',1,'2008-06-13 10:57:39'),(7,'Voting Learning Library Description','Voting',1,'2008-06-13 10:57:41'),(8,'Notebook Tool','Notebook',1,'2008-06-13 10:57:47'),(9,'Survey','Survey',1,'2008-06-13 10:57:52'),(10,'Scribe Tool','Scribe',0,'2008-06-13 10:57:57'),(11,'Share taskList','Share taskList',1,'2008-06-13 10:58:03'),(12,'MCQ Learning Library Description','MCQ',1,'2008-06-13 10:58:06'),(13,'Shared Resources and Forum','Resources and Forum',1,'2008-06-13 10:58:07'),(14,'Chat and Scribe','Chat and Scribe',1,'2008-06-13 10:58:07'),(15,'Forum and Scribe','Forum and Scribe',1,'2008-06-13 10:58:08'); +INSERT INTO `lams_learning_library` VALUES (1,'Forum, also known Message Board','Forum',1,'2008-11-12 13:31:55'),(2,'Displays a Noticeboard','Noticeboard',1,'2008-11-12 13:31:59'),(3,'Question and Answer Learning Library Description','Question and Answer',1,'2008-11-12 13:32:03'),(4,'Uploading of files by learners, for review by teachers.','Submit file',1,'2008-11-12 13:32:07'),(5,'Chat Tool','Chat',1,'2008-11-12 13:32:13'),(6,'Share resources','Share resources',1,'2008-11-12 13:32:20'),(7,'Voting Learning Library Description','Voting',1,'2008-11-12 13:32:23'),(8,'Notebook Tool','Notebook',1,'2008-11-12 13:32:29'),(9,'Survey','Survey',1,'2008-11-12 13:32:35'),(10,'Scribe Tool','Scribe',0,'2008-11-12 13:32:41'),(11,'Share taskList','Share taskList',1,'2008-11-12 13:32:47'),(12,'Gmap Tool','Gmap',1,'2008-11-12 13:32:53'),(13,'Spreadsheet Tool','Spreadsheet',0,'2008-11-12 13:33:00'),(14,'Collecting data with custom structure.','Data Collection',1,'2008-11-12 13:33:06'),(15,'Wiki Tool','Wiki',1,'2008-11-12 13:33:12'),(16,'MCQ Learning Library Description','MCQ',1,'2008-11-12 13:33:15'),(17,'Shared Resources and Forum','Resources and Forum',1,'2008-11-12 13:33:16'),(18,'Chat and Scribe','Chat and Scribe',1,'2008-11-12 13:33:17'),(19,'Forum and Scribe','Forum and Scribe',1,'2008-11-12 13:33:18'); /*!40000 ALTER TABLE `lams_learning_library` ENABLE KEYS */; UNLOCK TABLES; @@ -1016,7 +1143,7 @@ LOCK TABLES `lams_learning_transition` WRITE; /*!40000 ALTER TABLE `lams_learning_transition` DISABLE KEYS */; -INSERT INTO `lams_learning_transition` VALUES (1,11,NULL,NULL,24,23,1,'2008-06-13 11:12:36',10,8),(2,13,NULL,NULL,25,24,1,'2008-06-13 11:12:36',12,10),(3,27,NULL,NULL,23,26,1,'2008-06-13 11:12:36',8,21),(4,23,NULL,NULL,26,22,1,'2008-06-13 11:12:36',21,1),(5,22,NULL,NULL,32,30,2,'2008-06-13 11:12:41',13,20),(6,24,NULL,NULL,35,32,2,'2008-06-13 11:12:41',23,13),(7,53,NULL,NULL,40,37,2,'2008-06-13 11:12:41',50,15),(8,7,NULL,NULL,28,27,2,'2008-06-13 11:12:41',4,1),(9,26,NULL,NULL,31,28,2,'2008-06-13 11:12:41',25,4),(10,63,NULL,NULL,55,51,3,'2008-06-13 11:12:48',60,22),(11,38,NULL,NULL,57,56,3,'2008-06-13 11:12:48',36,32),(12,7,NULL,NULL,44,43,3,'2008-06-13 11:12:48',6,4),(13,31,NULL,NULL,53,62,3,'2008-06-13 11:12:48',30,28),(14,3,NULL,NULL,42,41,3,'2008-06-13 11:12:48',2,1),(15,29,NULL,NULL,62,59,3,'2008-06-13 11:12:48',28,15),(16,39,NULL,NULL,58,57,3,'2008-06-13 11:12:48',34,36),(17,11,NULL,NULL,45,44,3,'2008-06-13 11:12:48',8,6),(18,5,NULL,NULL,43,42,3,'2008-06-13 11:12:48',4,2),(19,19,NULL,NULL,54,50,3,'2008-06-13 11:12:48',18,16),(20,33,NULL,NULL,56,53,3,'2008-06-13 11:12:48',32,30),(21,42,NULL,NULL,51,60,3,'2008-06-13 11:12:48',22,14),(22,17,NULL,NULL,50,48,3,'2008-06-13 11:12:48',16,13),(23,41,NULL,NULL,46,45,3,'2008-06-13 11:12:48',40,8),(24,23,NULL,NULL,64,65,4,'2008-06-13 11:17:37',21,1),(25,27,NULL,NULL,66,64,4,'2008-06-13 11:17:37',8,21),(26,11,NULL,NULL,67,66,4,'2008-06-13 11:17:37',10,8),(27,13,NULL,NULL,68,67,4,'2008-06-13 11:17:37',12,10),(28,24,NULL,NULL,69,70,5,'2008-06-13 11:17:53',23,13),(29,7,NULL,NULL,71,72,5,'2008-06-13 11:17:53',4,1),(30,22,NULL,NULL,70,73,5,'2008-06-13 11:17:53',13,20),(31,26,NULL,NULL,74,71,5,'2008-06-13 11:17:53',25,4),(32,53,NULL,NULL,75,76,5,'2008-06-13 11:17:53',50,15),(33,63,NULL,NULL,83,84,6,'2008-06-13 11:18:10',60,22),(34,29,NULL,NULL,85,86,6,'2008-06-13 11:18:10',28,15),(35,41,NULL,NULL,87,88,6,'2008-06-13 11:18:10',40,8),(36,3,NULL,NULL,89,90,6,'2008-06-13 11:18:10',2,1),(37,38,NULL,NULL,91,92,6,'2008-06-13 11:18:10',36,32),(38,19,NULL,NULL,93,94,6,'2008-06-13 11:18:10',18,16),(39,33,NULL,NULL,92,95,6,'2008-06-13 11:18:10',32,30),(40,7,NULL,NULL,96,97,6,'2008-06-13 11:18:10',6,4),(41,5,NULL,NULL,97,89,6,'2008-06-13 11:18:10',4,2),(42,31,NULL,NULL,95,85,6,'2008-06-13 11:18:10',30,28),(43,42,NULL,NULL,84,98,6,'2008-06-13 11:18:10',22,14),(44,11,NULL,NULL,88,96,6,'2008-06-13 11:18:10',8,6),(45,17,NULL,NULL,94,99,6,'2008-06-13 11:18:10',16,13),(46,39,NULL,NULL,100,91,6,'2008-06-13 11:18:10',34,36); +INSERT INTO `lams_learning_transition` VALUES (1,11,NULL,NULL,28,27,1,'2008-11-12 13:37:13',10,8),(2,13,NULL,NULL,29,28,1,'2008-11-12 13:37:13',12,10),(3,27,NULL,NULL,27,30,1,'2008-11-12 13:37:13',8,21),(4,23,NULL,NULL,30,26,1,'2008-11-12 13:37:13',21,1),(5,22,NULL,NULL,36,34,2,'2008-11-12 13:37:22',13,20),(6,24,NULL,NULL,39,36,2,'2008-11-12 13:37:22',23,13),(7,53,NULL,NULL,44,41,2,'2008-11-12 13:37:22',50,15),(8,7,NULL,NULL,32,31,2,'2008-11-12 13:37:22',4,1),(9,26,NULL,NULL,35,32,2,'2008-11-12 13:37:22',25,4),(10,63,NULL,NULL,59,55,3,'2008-11-12 13:37:31',60,22),(11,38,NULL,NULL,61,60,3,'2008-11-12 13:37:31',36,32),(12,7,NULL,NULL,48,47,3,'2008-11-12 13:37:31',6,4),(13,31,NULL,NULL,57,66,3,'2008-11-12 13:37:31',30,28),(14,3,NULL,NULL,46,45,3,'2008-11-12 13:37:31',2,1),(15,29,NULL,NULL,66,63,3,'2008-11-12 13:37:31',28,15),(16,39,NULL,NULL,62,61,3,'2008-11-12 13:37:31',34,36),(17,11,NULL,NULL,49,48,3,'2008-11-12 13:37:31',8,6),(18,5,NULL,NULL,47,46,3,'2008-11-12 13:37:31',4,2),(19,19,NULL,NULL,58,54,3,'2008-11-12 13:37:31',18,16),(20,33,NULL,NULL,60,57,3,'2008-11-12 13:37:31',32,30),(21,42,NULL,NULL,55,64,3,'2008-11-12 13:37:31',22,14),(22,17,NULL,NULL,54,52,3,'2008-11-12 13:37:31',16,13),(23,41,NULL,NULL,50,49,3,'2008-11-12 13:37:31',40,8),(24,23,NULL,NULL,68,69,4,'2008-11-12 13:37:49',21,1),(25,27,NULL,NULL,70,68,4,'2008-11-12 13:37:49',8,21),(26,11,NULL,NULL,71,70,4,'2008-11-12 13:37:49',10,8),(27,13,NULL,NULL,72,71,4,'2008-11-12 13:37:49',12,10),(28,24,NULL,NULL,73,74,5,'2008-11-12 13:38:02',23,13),(29,7,NULL,NULL,75,76,5,'2008-11-12 13:38:02',4,1),(30,22,NULL,NULL,74,77,5,'2008-11-12 13:38:02',13,20),(31,26,NULL,NULL,78,75,5,'2008-11-12 13:38:02',25,4),(32,53,NULL,NULL,79,80,5,'2008-11-12 13:38:02',50,15),(33,63,NULL,NULL,87,88,6,'2008-11-12 13:38:17',60,22),(34,29,NULL,NULL,89,90,6,'2008-11-12 13:38:17',28,15),(35,41,NULL,NULL,91,92,6,'2008-11-12 13:38:17',40,8),(36,3,NULL,NULL,93,94,6,'2008-11-12 13:38:17',2,1),(37,38,NULL,NULL,95,96,6,'2008-11-12 13:38:17',36,32),(38,19,NULL,NULL,97,98,6,'2008-11-12 13:38:17',18,16),(39,33,NULL,NULL,96,99,6,'2008-11-12 13:38:17',32,30),(40,7,NULL,NULL,100,101,6,'2008-11-12 13:38:17',6,4),(41,5,NULL,NULL,101,93,6,'2008-11-12 13:38:17',4,2),(42,31,NULL,NULL,99,89,6,'2008-11-12 13:38:17',30,28),(43,42,NULL,NULL,88,102,6,'2008-11-12 13:38:17',22,14),(44,11,NULL,NULL,92,100,6,'2008-11-12 13:38:17',8,6),(45,17,NULL,NULL,98,103,6,'2008-11-12 13:38:17',16,13),(46,39,NULL,NULL,104,95,6,'2008-11-12 13:38:17',34,36); /*!40000 ALTER TABLE `lams_learning_transition` ENABLE KEYS */; UNLOCK TABLES; @@ -1043,6 +1170,8 @@ `schedule_end_date_time` datetime default NULL, `previous_state_id` int(3) default NULL, `learner_exportport_avail` tinyint(1) default '1', + `learner_presence_avail` tinyint(1) default '0', + `learner_im_avail` tinyint(1) default '0', `locked_for_edit` tinyint(4) default '0', `version` int(11) default '1', PRIMARY KEY (`lesson_id`), @@ -1065,7 +1194,7 @@ LOCK TABLES `lams_lesson` WRITE; /*!40000 ALTER TABLE `lams_lesson` DISABLE KEYS */; -INSERT INTO `lams_lesson` VALUES (1,4,5,'Lesson 1 - What Is LAMS','Lesson 1 in the LAMS101 Course.\n\nDescribes what LAMS is, and demonstrates effective use of the Learning and Monitoring environments.','2008-06-13 11:17:37',3,1,3,'2008-06-13 11:17:37',NULL,NULL,NULL,NULL,1,0,2),(2,5,5,'Lesson 2 - LAMS Environments','Second lesson in the LAMS101 course.\nDescribes each environment of the LAMS system: Learning, Authoring, Monitoring and System Administration. This lesson also demonstrates how LAMS can replicate a \'real-world\' educational structure.','2008-06-13 11:17:53',3,2,3,'2008-06-13 11:17:53',NULL,NULL,NULL,NULL,1,0,2),(3,6,5,'Lesson 3 - LAMS Activities','Final lesson in the LAMS101 course. Discusses all of the tools available in LAMS and gives demonstrations of each in action.','2008-06-13 11:18:10',3,3,3,'2008-06-13 11:18:10',NULL,NULL,NULL,NULL,1,0,2); +INSERT INTO `lams_lesson` VALUES (1,4,5,'Lesson 1 - What Is LAMS','Lesson 1 in the LAMS101 Course.\n\nDescribes what LAMS is, and demonstrates effective use of the Learning and Monitoring environments.','2008-11-12 13:37:49',3,1,3,'2008-11-12 13:37:50',NULL,NULL,NULL,NULL,1,0,0,0,2),(2,5,5,'Lesson 2 - LAMS Environments','Second lesson in the LAMS101 course.\nDescribes each environment of the LAMS system: Learning, Authoring, Monitoring and System Administration. This lesson also demonstrates how LAMS can replicate a \'real-world\' educational structure.','2008-11-12 13:38:02',3,2,3,'2008-11-12 13:38:02',NULL,NULL,NULL,NULL,1,0,0,0,2),(3,6,5,'Lesson 3 - LAMS Activities','Final lesson in the LAMS101 course. Discusses all of the tools available in LAMS and gives demonstrations of each in action.','2008-11-12 13:38:17',3,3,3,'2008-11-12 13:38:17',NULL,NULL,NULL,NULL,1,0,0,0,2); /*!40000 ALTER TABLE `lams_lesson` ENABLE KEYS */; UNLOCK TABLES; @@ -1275,7 +1404,7 @@ LOCK TABLES `lams_organisation` WRITE; /*!40000 ALTER TABLE `lams_organisation` DISABLE KEYS */; -INSERT INTO `lams_organisation` VALUES (1,'Root',NULL,'Root Organisation',NULL,1,'2008-06-13 10:57:05',1,1,1,0,0,0,0,1,NULL,NULL),(2,'Playpen','PP101','Developers Playpen',1,2,'2008-06-13 10:57:05',1,2,1,0,0,0,0,1,NULL,NULL),(3,'Everybody',NULL,'All People In Course',2,3,'2008-06-13 10:57:05',1,NULL,1,0,0,0,0,1,NULL,'1,2,3'),(4,'Mathematics 1','MATH111','Mathematics 1',1,2,'2008-06-13 10:57:05',1,3,1,0,0,0,0,2,NULL,NULL),(5,'Tutorial Group A','TUTA','Tutorial Group A',4,3,'2008-06-13 10:57:05',1,NULL,1,0,0,0,0,2,NULL,NULL),(6,'Tutorial Group B','TUTB','Tutorial Group B',4,3,'2008-06-13 10:57:05',1,NULL,1,0,0,0,0,2,NULL,NULL),(7,'Moodle','Moodle','Moodle Test',1,2,'2008-06-13 10:57:05',1,50,2,0,0,0,0,1,NULL,NULL); +INSERT INTO `lams_organisation` VALUES (1,'Root',NULL,'Root Organisation',NULL,1,'2008-11-12 13:31:49',1,1,1,0,0,0,0,1,NULL,NULL),(2,'Playpen','PP101','Developers Playpen',1,2,'2008-11-12 13:31:49',1,2,1,0,0,0,0,1,NULL,NULL),(3,'Everybody',NULL,'All People In Course',2,3,'2008-11-12 13:31:49',1,NULL,1,0,0,0,0,1,NULL,'1,2,3'),(4,'Mathematics 1','MATH111','Mathematics 1',1,2,'2008-11-12 13:31:49',1,3,1,0,0,0,0,2,NULL,NULL),(5,'Tutorial Group A','TUTA','Tutorial Group A',4,3,'2008-11-12 13:31:49',1,NULL,1,0,0,0,0,2,NULL,NULL),(6,'Tutorial Group B','TUTB','Tutorial Group B',4,3,'2008-11-12 13:31:49',1,NULL,1,0,0,0,0,2,NULL,NULL),(7,'Moodle','Moodle','Moodle Test',1,2,'2008-11-12 13:31:49',1,50,2,0,0,0,0,1,NULL,NULL); /*!40000 ALTER TABLE `lams_organisation` ENABLE KEYS */; UNLOCK TABLES; @@ -1568,6 +1697,7 @@ LOCK TABLES `lams_qtz_JOB_DETAILS` WRITE; /*!40000 ALTER TABLE `lams_qtz_JOB_DETAILS` DISABLE KEYS */; +INSERT INTO `lams_qtz_JOB_DETAILS` VALUES ('Resend Messages Job','DEFAULT','','org.lamsfoundation.lams.events.ResendMessagesJob','0','0','0','0','��\0sr\0org.quartz.JobDataMap���迩��\0Z\0allowsTransientDataxr\0org.quartz.utils.DirtyFlagMap�.�(v\n�\0Z\0dirtyL\0mapt\0Ljava/util/Map;xp\0sr\0java.util.HashMap���`�\0F\0\nloadFactorI\0 thresholdxp?@\0\0\0\0\0w\0\0\0\0\0\0\0x\0'); /*!40000 ALTER TABLE `lams_qtz_JOB_DETAILS` ENABLE KEYS */; UNLOCK TABLES; @@ -1690,6 +1820,7 @@ LOCK TABLES `lams_qtz_SIMPLE_TRIGGERS` WRITE; /*!40000 ALTER TABLE `lams_qtz_SIMPLE_TRIGGERS` DISABLE KEYS */; +INSERT INTO `lams_qtz_SIMPLE_TRIGGERS` VALUES ('Resend Messages Job trigger','DEFAULT',-1,3600000,1); /*!40000 ALTER TABLE `lams_qtz_SIMPLE_TRIGGERS` ENABLE KEYS */; UNLOCK TABLES; @@ -1728,6 +1859,7 @@ LOCK TABLES `lams_qtz_TRIGGERS` WRITE; /*!40000 ALTER TABLE `lams_qtz_TRIGGERS` DISABLE KEYS */; +INSERT INTO `lams_qtz_TRIGGERS` VALUES ('Resend Messages Job trigger','DEFAULT','Resend Messages Job','DEFAULT','0',NULL,1226460848377,1226457248377,'WAITING','SIMPLE',1226457248377,0,NULL,0,NULL); /*!40000 ALTER TABLE `lams_qtz_TRIGGERS` ENABLE KEYS */; UNLOCK TABLES; @@ -1779,7 +1911,7 @@ LOCK TABLES `lams_role` WRITE; /*!40000 ALTER TABLE `lams_role` DISABLE KEYS */; -INSERT INTO `lams_role` VALUES (1,'SYSADMIN','LAMS System Adminstrator','2008-06-13 10:57:05'),(2,'GROUP MANAGER','Group Manager','2008-06-13 10:57:05'),(3,'AUTHOR','Authors Learning Designs','2008-06-13 10:57:05'),(4,'MONITOR','Member of Staff','2008-06-13 10:57:05'),(5,'LEARNER','Student','2008-06-13 10:57:05'),(6,'GROUP ADMIN','Group Administrator','2008-06-13 10:57:05'),(7,'AUTHOR ADMIN','Author Administrator','2008-06-13 10:57:05'); +INSERT INTO `lams_role` VALUES (1,'SYSADMIN','LAMS System Adminstrator','2008-11-12 13:31:49'),(2,'GROUP MANAGER','Group Manager','2008-11-12 13:31:49'),(3,'AUTHOR','Authors Learning Designs','2008-11-12 13:31:49'),(4,'MONITOR','Member of Staff','2008-11-12 13:31:49'),(5,'LEARNER','Student','2008-11-12 13:31:49'),(6,'GROUP ADMIN','Group Administrator','2008-11-12 13:31:49'),(7,'AUTHOR ADMIN','Author Administrator','2008-11-12 13:31:49'); /*!40000 ALTER TABLE `lams_role` ENABLE KEYS */; UNLOCK TABLES; @@ -1827,7 +1959,7 @@ `direction` varchar(3) NOT NULL, `fckeditor_code` varchar(10) default NULL, PRIMARY KEY (`locale_id`) -) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8 COMMENT='Describes the valid language/country combinations.'; +) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8 COMMENT='Describes the valid language/country combinations.'; SET character_set_client = @saved_cs_client; -- @@ -1836,7 +1968,7 @@ LOCK TABLES `lams_supported_locale` WRITE; /*!40000 ALTER TABLE `lams_supported_locale` DISABLE KEYS */; -INSERT INTO `lams_supported_locale` VALUES (1,'en','AU','English (Australia)','LTR','en-au'),(2,'es','ES','Español','LTR','es'),(3,'mi','NZ','Māori','LTR','en-au'),(4,'de','DE','Deutsch','LTR','de'),(5,'zh','CN','简体中文','LTR','zh-cn'),(6,'fr','FR','Français','LTR','fr'),(7,'it','IT','Italiano','LTR','it'),(8,'no','NO','Norsk','LTR','no'),(9,'sv','SE','Svenska','LTR','sv'),(10,'ko','KR','한국어','LTR','ko'),(11,'pl','PL','Polski','LTR','pl'),(12,'pt','BR','Português (Brasil)','LTR','pt-br'),(13,'hu','HU','Magyar','LTR','hu'),(14,'bg','BG','Български','LTR','bg'),(15,'cy','GB','Cymraeg (Cymru)','LTR','en-au'),(16,'th','TH','Thai','LTR','th'),(17,'el','GR','Ελληνικά','LTR','el'),(18,'nl','BE','Nederlands (België)','LTR','nl'),(19,'ar','JO','عربي','RTL','ar'),(20,'da','DK','Dansk','LTR','da'),(21,'ru','RU','Русский','LTR','ru'),(22,'vi','VN','Tiếng Việt','LTR','vi'),(23,'zh','TW','Chinese (Taiwan)','LTR','zh'),(24,'ja','JP','日本語','LTR','ja'),(25,'ms','MY','Malay (Malaysia)','LTR','ms'); +INSERT INTO `lams_supported_locale` VALUES (1,'en','AU','English (Australia)','LTR','en-au'),(2,'es','ES','Español','LTR','es'),(3,'mi','NZ','Māori','LTR','en-au'),(4,'de','DE','Deutsch','LTR','de'),(5,'zh','CN','简体中文','LTR','zh-cn'),(6,'fr','FR','Français','LTR','fr'),(7,'it','IT','Italiano','LTR','it'),(8,'no','NO','Norsk','LTR','no'),(9,'sv','SE','Svenska','LTR','sv'),(10,'ko','KR','한국어','LTR','ko'),(11,'pl','PL','Polski','LTR','pl'),(12,'pt','BR','Português (Brasil)','LTR','pt-br'),(13,'hu','HU','Magyar','LTR','hu'),(14,'bg','BG','Български','LTR','bg'),(15,'cy','GB','Cymraeg (Cymru)','LTR','en-au'),(16,'th','TH','Thai','LTR','th'),(17,'el','GR','Ελληνικά','LTR','el'),(18,'nl','BE','Nederlands (België)','LTR','nl'),(19,'ar','JO','عربي','RTL','ar'),(20,'da','DK','Dansk','LTR','da'),(21,'ru','RU','Русский','LTR','ru'),(22,'vi','VN','Tiếng Việt','LTR','vi'),(23,'zh','TW','Chinese (Taiwan)','LTR','zh'),(24,'ja','JP','日本語','LTR','ja'),(25,'ms','MY','Malay (Malaysia)','LTR','ms'),(26,'tr','TR','Turkish (Turkey)','LTR','tr'); /*!40000 ALTER TABLE `lams_supported_locale` ENABLE KEYS */; UNLOCK TABLES; @@ -1866,7 +1998,7 @@ UNIQUE KEY `UQ_systool_activity_type` (`learning_activity_type_id`), KEY `learning_activity_type_id` (`learning_activity_type_id`), CONSTRAINT `FK_lams_system_tool` FOREIGN KEY (`learning_activity_type_id`) REFERENCES `lams_learning_activity_type` (`learning_activity_type_id`) ON DELETE NO ACTION ON UPDATE NO ACTION -) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- @@ -1875,11 +2007,38 @@ LOCK TABLES `lams_system_tool` WRITE; /*!40000 ALTER TABLE `lams_system_tool` DISABLE KEYS */; -INSERT INTO `lams_system_tool` VALUES (1,2,'Grouping','All types of grouping including random and chosen.','learning/grouping.do?method=performGrouping','learning/grouping.do?method=performGrouping','learning/grouping.do?method=viewGrouping&mode=teacher','learning/groupingExportPortfolio?mode=learner','learning/groupingExportPortfolio?mode=teacher','monitoring/grouping.do?method=startGrouping','monitoring/grouping.do?method=startGrouping',NULL,'2008-06-13 10:57:05',NULL),(2,3,'Sync Gate','Gate: Synchronise Learners.','learning/gate.do?method=knockGate','learning/gate.do?method=knockGate',NULL,NULL,'monitoring/gateExportPortfolio?mode=teacher','monitoring/gate.do?method=viewGate','monitoring/gate.do?method=viewGate',NULL,'2008-06-13 10:57:05',NULL),(3,4,'Schedule Gate','Gate: Opens/shuts at particular times.','learning/gate.do?method=knockGate','learning/gate.do?method=knockGate',NULL,NULL,'monitoring/gateExportPortfolio?mode=teacher','monitoring/gate.do?method=viewGate','monitoring/gate.do?method=viewGate',NULL,'2008-06-13 10:57:05',NULL),(4,5,'Permission Gate','Gate: Opens under teacher or staff control.','learning/gate.do?method=knockGate','learning/gate.do?method=knockGate',NULL,NULL,'monitoring/gateExportPortfolio?mode=teacher','monitoring/gate.do?method=viewGate','monitoring/gate.do?method=viewGate',NULL,'2008-06-13 10:57:05',NULL),(5,9,'System Gate','Gate: Opens under system control.','learning/gate.do?method=knockGate','learning/gate.do?method=knockGate',NULL,NULL,'monitoring/gateExportPortfolio?mode=teacher','monitoring/gate.do?method=viewGate','monitoring/gate.do?method=viewGate',NULL,'2008-06-13 10:57:05',NULL),(6,10,'Monitor Chosen Branching','Select between multiple sequence activities, with the branch chosen in monitoring.','learning/branching.do?method=performBranching','learning/branching.do?method=performBranching','monitoring/complexProgress.do',NULL,'monitoring/branchingExportPortfolio?mode=teacher','monitoring/chosenBranching.do?method=assignBranch','monitoring/chosenBranching.do?method=assignBranch',NULL,'2008-06-13 10:57:05',NULL),(7,11,'Group Based Branching','Select between multiple sequence activities, with the branch chosen by an existing group.','learning/branching.do?method=performBranching','learning/branching.do?method=performBranching','monitoring/complexProgress.do',NULL,'monitoring/branchingExportPortfolio?mode=teacher','monitoring/groupedBranching.do?method=viewBranching','monitoring/groupedBranching.do?method=assignBranch',NULL,'2008-06-13 10:57:05',NULL),(8,12,'Tool Output Based Branching','Select between multiple sequence activities, with the branch chosen on results of another activity.','learning/branching.do?method=performBranching','learning/branching.do?method=performBranching','monitoring/complexProgress.do',NULL,'monitoring/branchingExportPortfolio?mode=teacher','monitoring/toolBranching.do?method=viewBranching','monitoring/toolBranching.do?method=viewBranching',NULL,'2008-06-13 10:57:05',NULL),(9,8,'Sequence','A sequence of activities','learning/SequenceActivity.do','learning/SequenceActivity.do','monitoring/complexProgress.do',NULL,'monitoring/sequenceExportPortfolio?mode=teacher','monitoring/sequence.do?method=viewSequence','monitoring/sequence.do?method=viewSequence',NULL,'2008-06-13 10:57:05',NULL); +INSERT INTO `lams_system_tool` VALUES (1,2,'Grouping','All types of grouping including random and chosen.','learning/grouping.do?method=performGrouping','learning/grouping.do?method=performGrouping','learning/grouping.do?method=viewGrouping&mode=teacher','learning/groupingExportPortfolio?mode=learner','learning/groupingExportPortfolio?mode=teacher','monitoring/grouping.do?method=startGrouping','monitoring/grouping.do?method=startGrouping',NULL,'2008-11-12 13:31:49',NULL),(2,3,'Sync Gate','Gate: Synchronise Learners.','learning/gate.do?method=knockGate','learning/gate.do?method=knockGate',NULL,NULL,'monitoring/gateExportPortfolio?mode=teacher','monitoring/gate.do?method=viewGate','monitoring/gate.do?method=viewGate',NULL,'2008-11-12 13:31:49',NULL),(3,4,'Schedule Gate','Gate: Opens/shuts at particular times.','learning/gate.do?method=knockGate','learning/gate.do?method=knockGate',NULL,NULL,'monitoring/gateExportPortfolio?mode=teacher','monitoring/gate.do?method=viewGate','monitoring/gate.do?method=viewGate',NULL,'2008-11-12 13:31:49',NULL),(4,5,'Permission Gate','Gate: Opens under teacher or staff control.','learning/gate.do?method=knockGate','learning/gate.do?method=knockGate',NULL,NULL,'monitoring/gateExportPortfolio?mode=teacher','monitoring/gate.do?method=viewGate','monitoring/gate.do?method=viewGate',NULL,'2008-11-12 13:31:49',NULL),(5,9,'System Gate','Gate: Opens under system control.','learning/gate.do?method=knockGate','learning/gate.do?method=knockGate',NULL,NULL,'monitoring/gateExportPortfolio?mode=teacher','monitoring/gate.do?method=viewGate','monitoring/gate.do?method=viewGate',NULL,'2008-11-12 13:31:49',NULL),(6,10,'Monitor Chosen Branching','Select between multiple sequence activities, with the branch chosen in monitoring.','learning/branching.do?method=performBranching','learning/branching.do?method=performBranching','monitoring/complexProgress.do',NULL,'monitoring/branchingExportPortfolio?mode=teacher','monitoring/chosenBranching.do?method=assignBranch','monitoring/chosenBranching.do?method=assignBranch',NULL,'2008-11-12 13:31:49',NULL),(7,11,'Group Based Branching','Select between multiple sequence activities, with the branch chosen by an existing group.','learning/branching.do?method=performBranching','learning/branching.do?method=performBranching','monitoring/complexProgress.do',NULL,'monitoring/branchingExportPortfolio?mode=teacher','monitoring/groupedBranching.do?method=viewBranching','monitoring/groupedBranching.do?method=assignBranch',NULL,'2008-11-12 13:31:49',NULL),(8,12,'Tool Output Based Branching','Select between multiple sequence activities, with the branch chosen on results of another activity.','learning/branching.do?method=performBranching','learning/branching.do?method=performBranching','monitoring/complexProgress.do',NULL,'monitoring/branchingExportPortfolio?mode=teacher','monitoring/toolBranching.do?method=viewBranching','monitoring/toolBranching.do?method=viewBranching',NULL,'2008-11-12 13:31:49',NULL),(9,8,'Sequence','A sequence of activities','learning/SequenceActivity.do','learning/SequenceActivity.do','monitoring/complexProgress.do',NULL,'monitoring/sequenceExportPortfolio?mode=teacher','monitoring/sequence.do?method=viewSequence','monitoring/sequence.do?method=viewSequence',NULL,'2008-11-12 13:31:49',NULL),(10,14,'Condition Gate','Gate: Opens if conditions are met','learning/gate.do?method=knockGate','learning/gate.do?method=knockGate',NULL,NULL,'monitoring/gateExportPortfolio?mode=teacher','monitoring/gate.do?method=viewGate','monitoring/gate.do?method=viewGate',NULL,'2008-11-12 13:31:49',NULL); /*!40000 ALTER TABLE `lams_system_tool` ENABLE KEYS */; UNLOCK TABLES; -- +-- Table structure for table `lams_text_search_condition` +-- + +DROP TABLE IF EXISTS `lams_text_search_condition`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; +CREATE TABLE `lams_text_search_condition` ( + `condition_id` bigint(20) NOT NULL, + `text_search_all_words` text, + `text_search_phrase` text, + `text_search_any_words` text, + `text_search_excluded_words` text, + PRIMARY KEY (`condition_id`), + CONSTRAINT `TextSearchConditionInheritance` FOREIGN KEY (`condition_id`) REFERENCES `lams_branch_condition` (`condition_id`) ON DELETE CASCADE ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +SET character_set_client = @saved_cs_client; + +-- +-- Dumping data for table `lams_text_search_condition` +-- + +LOCK TABLES `lams_text_search_condition` WRITE; +/*!40000 ALTER TABLE `lams_text_search_condition` DISABLE KEYS */; +/*!40000 ALTER TABLE `lams_text_search_condition` ENABLE KEYS */; +UNLOCK TABLES; + +-- -- Table structure for table `lams_tool` -- @@ -1917,14 +2076,15 @@ `context_file` varchar(255) default NULL, `admin_url` text, `supports_outputs` tinyint(1) default '0', + `ext_lms_id` varchar(255) default NULL, PRIMARY KEY (`tool_id`), UNIQUE KEY `UQ_lams_tool_sig` (`tool_signature`), UNIQUE KEY `UQ_lams_tool_class_name` (`service_name`), KEY `learning_library_id` (`learning_library_id`), KEY `grouping_support_type_id` (`grouping_support_type_id`), CONSTRAINT `FK_lams_tool_1` FOREIGN KEY (`learning_library_id`) REFERENCES `lams_learning_library` (`learning_library_id`), CONSTRAINT `FK_lams_tool_2` FOREIGN KEY (`grouping_support_type_id`) REFERENCES `lams_grouping_support_type` (`grouping_support_type_id`) -) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- @@ -1933,7 +2093,7 @@ LOCK TABLES `lams_tool` WRITE; /*!40000 ALTER TABLE `lams_tool` DISABLE KEYS */; -INSERT INTO `lams_tool` VALUES (1,'lafrum11','forumService','Forum','Forum / Message Boards','forum','20080220',1,1,1,2,1,'tool/lafrum11/learning/viewForum.do?mode=learner','tool/lafrum11/learning/viewForum.do?mode=author','tool/lafrum11/learning/viewForum.do?mode=teacher','tool/lafrum11/authoring.do','tool/lafrum11/defineLater.do','tool/lafrum11/exportPortfolio?mode=learner','tool/lafrum11/exportPortfolio?mode=teacher','tool/lafrum11/monitoring.do','tool/lafrum11/contribute.do','tool/lafrum11/moderate.do','http://wiki.lamsfoundation.org/display/lamsdocs/lafrum11','2008-06-13 10:57:11','org.lamsfoundation.lams.tool.forum.ApplicationResources','2008-06-13 10:57:11','lams-tool-lafrum11.jar','/org/lamsfoundation/lams/tool/forum/forumApplicationContext.xml',NULL,1),(2,'lanb11','nbService','NoticeboardX','Displays a NoticeboardX','nb','20070524',2,2,1,2,1,'tool/lanb11/starter/learner.do?mode=learner','tool/lanb11/starter/learner.do?mode=author','tool/lanb11/starter/learner.do?mode=teacher','tool/lanb11/authoring.do','tool/lanb11/authoring.do?defineLater=true','tool/lanb11/portfolioExport?mode=learner','tool/lanb11/portfolioExport?mode=teacher','tool/lanb11/monitoring.do',NULL,NULL,'http://wiki.lamsfoundation.org/display/lamsdocs/lanb11','2008-06-13 10:57:20','org.lamsfoundation.lams.tool.noticeboard.ApplicationResources','2008-06-13 10:57:20','lams-tool-lanb11.jar','/org/lamsfoundation/lams/tool/noticeboard/applicationContext.xml',NULL,0),(3,'laqa11','qaService','Question and Answer','Q/A Tool','qa','20080108',3,3,1,2,1,'tool/laqa11/learningStarter.do?mode=learner','tool/laqa11/learningStarter.do?mode=author','tool/laqa11/learningStarter.do?mode=teacher','tool/laqa11/authoringStarter.do','tool/laqa11/defineLaterStarter.do','tool/laqa11/exportPortfolio?mode=learner','tool/laqa11/exportPortfolio?mode=teacher','tool/laqa11/monitoringStarter.do','tool/laqa11/monitoringStarter.do','tool/laqa11/monitoringStarter.do','http://wiki.lamsfoundation.org/display/lamsdocs/laqa11','2008-06-13 10:57:23','org.lamsfoundation.lams.tool.qa.ApplicationResources','2008-06-13 10:57:23','lams-tool-laqa11.jar','/org/lamsfoundation/lams/tool/qa/qaApplicationContext.xml',NULL,0),(4,'lasbmt11','submitFilesService','Submit File','Submit File Tool Description','submitfile','20080509',4,4,1,2,1,'tool/lasbmt11/learner.do?mode=learner','tool/lasbmt11/learner.do?mode=author','tool/lasbmt11/learner.do?mode=teacher','tool/lasbmt11/authoring.do','tool/lasbmt11/definelater.do?mode=teacher','tool/lasbmt11/exportPortfolio?mode=learner','tool/lasbmt11/exportPortfolio?mode=teacher','tool/lasbmt11/monitoring.do','tool/lasbmt11/contribute.do','tool/lasbmt11/moderation.do','http://wiki.lamsfoundation.org/display/lamsdocs/lasbmt11','2008-06-13 10:57:27','org.lamsfoundation.lams.tool.sbmt.ApplicationResources','2008-06-13 10:57:27','lams-tool-lasbmt11.jar','/org/lamsfoundation/lams/tool/sbmt/submitFilesApplicationContext.xml',NULL,0),(5,'lachat11','chatService','Chat','Chat','chat','20080229',5,5,1,2,1,'tool/lachat11/learning.do?mode=learner','tool/lachat11/learning.do?mode=author','tool/lachat11/learning.do?mode=teacher','tool/lachat11/authoring.do','tool/lachat11/authoring.do?mode=teacher','tool/lachat11/exportPortfolio?mode=learner','tool/lachat11/exportPortfolio?mode=teacher','tool/lachat11/monitoring.do','tool/lachat11/contribute.do','tool/lachat11/moderate.do','http://wiki.lamsfoundation.org/display/lamsdocs/lachat11','2008-06-13 10:57:32','org.lamsfoundation.lams.tool.chat.ApplicationResources','2008-06-13 10:57:32','lams-tool-lachat11.jar','/org/lamsfoundation/lams/tool/chat/chatApplicationContext.xml',NULL,0),(6,'larsrc11','resourceService','Shared Resources','Shared Resources','sharedresources','20080229',6,6,1,2,1,'tool/larsrc11/learning/start.do?mode=learner','tool/larsrc11/learning/start.do?mode=author','tool/larsrc11/learning/start.do?mode=teacher','tool/larsrc11/authoring/start.do','tool/larsrc11/definelater.do','tool/larsrc11/exportPortfolio?mode=learner','tool/larsrc11/exportPortfolio?mode=teacher','tool/larsrc11/monitoring/summary.do','tool/larsrc11/contribute.do','tool/larsrc11/moderate.do','http://wiki.lamsfoundation.org/display/lamsdocs/larsrc11','2008-06-13 10:57:39','org.lamsfoundation.lams.tool.rsrc.ApplicationResources','2008-06-13 10:57:39','lams-tool-larsrc11.jar','/org/lamsfoundation/lams/tool/rsrc/rsrcApplicationContext.xml',NULL,0),(7,'lavote11','voteService','Voting','Voting','vote','20080326',7,7,1,2,1,'tool/lavote11/learningStarter.do?mode=learner','tool/lavote11/learningStarter.do?mode=author','tool/lavote11/learningStarter.do?mode=teacher','tool/lavote11/authoringStarter.do','tool/lavote11/defineLaterStarter.do','tool/lavote11/exportPortfolio?mode=learner','tool/lavote11/exportPortfolio?mode=teacher','tool/lavote11/monitoringStarter.do','tool/lavote11/monitoringStarter.do','tool/lavote11/monitoringStarter.do','http://wiki.lamsfoundation.org/display/lamsdocs/lavote11','2008-06-13 10:57:41','org.lamsfoundation.lams.tool.vote.ApplicationResources','2008-06-13 10:57:41','lams-tool-lavote11.jar','/org/lamsfoundation/lams/tool/vote/voteApplicationContext.xml',NULL,1),(8,'lantbk11','notebookService','Notebook','Notebook','notebook','20080229',8,8,1,2,1,'tool/lantbk11/learning.do?mode=learner','tool/lantbk11/learning.do?mode=author','tool/lantbk11/learning.do?mode=teacher','tool/lantbk11/authoring.do','tool/lantbk11/authoring.do?mode=teacher','tool/lantbk11/exportPortfolio?mode=learner','tool/lantbk11/exportPortfolio?mode=teacher','tool/lantbk11/monitoring.do','tool/lantbk11/contribute.do','tool/lantbk11/moderate.do','http://wiki.lamsfoundation.org/display/lamsdocs/lantbk11','2008-06-13 10:57:47','org.lamsfoundation.lams.tool.notebook.ApplicationResources','2008-06-13 10:57:47','lams-tool-lantbk11.jar','/org/lamsfoundation/lams/tool/notebook/notebookApplicationContext.xml',NULL,0),(9,'lasurv11','lasurvSurveyService','Survey','Survey','survey','20080229',9,9,1,2,1,'tool/lasurv11/learning/start.do?mode=learner','tool/lasurv11/learning/start.do?mode=author','tool/lasurv11/learning/start.do?mode=teacher','tool/lasurv11/authoring/start.do','tool/lasurv11/definelater.do','tool/lasurv11/exportPortfolio?mode=learner','tool/lasurv11/exportPortfolio?mode=teacher','tool/lasurv11/monitoring/summary.do','tool/lasurv11/contribute.do','tool/lasurv11/moderate.do','http://wiki.lamsfoundation.org/display/lamsdocs/lasurv11','2008-06-13 10:57:52','org.lamsfoundation.lams.tool.survey.ApplicationResources','2008-06-13 10:57:52','lams-tool-lasurv11.jar','/org/lamsfoundation/lams/tool/survey/surveyApplicationContext.xml',NULL,0),(10,'lascrb11','lascrbScribeService','Scribe','Scribe','scribe','20080229',10,10,1,2,1,'tool/lascrb11/learning.do?mode=learner','tool/lascrb11/learning.do?mode=author','tool/lascrb11/learning.do?mode=teacher','tool/lascrb11/authoring.do','tool/lascrb11/authoring.do?mode=teacher','tool/lascrb11/exportPortfolio?mode=learner','tool/lascrb11/exportPortfolio?mode=teacher','tool/lascrb11/monitoring.do','tool/lascrb11/contribute.do','tool/lascrb11/moderate.do','http://wiki.lamsfoundation.org/display/lamsdocs/lascrb11','2008-06-13 10:57:57','org.lamsfoundation.lams.tool.scribe.ApplicationResources','2008-06-13 10:57:57','lams-tool-lascrb11.jar','/org/lamsfoundation/lams/tool/scribe/scribeApplicationContext.xml',NULL,0),(11,'latask10','lataskTaskListService','Shared TaskList','Shared TaskList','sharedtaskList','20080211',11,11,1,2,1,'tool/latask10/learning/start.do?mode=learner','tool/latask10/learning/start.do?mode=author','tool/latask10/learning/start.do?mode=teacher','tool/latask10/authoring/start.do','tool/latask10/definelater.do','tool/latask10/exportPortfolio?mode=learner','tool/latask10/exportPortfolio?mode=teacher','tool/latask10/monitoring/summary.do','tool/latask10/contribute.do','tool/latask10/moderate.do','http://wiki.lamsfoundation.org/display/lamsdocs/latask10','2008-06-13 10:58:03','org.lamsfoundation.lams.tool.taskList.ApplicationResources','2008-06-13 10:58:03','lams-tool-latask10.jar','/org/lamsfoundation/lams/tool/taskList/taskListApplicationContext.xml',NULL,1),(12,'lamc11','mcService','MCQ','Multiple Choice Questions','mc','20070820',12,12,1,2,1,'tool/lamc11/learningStarter.do?mode=learner','tool/lamc11/learningStarter.do?mode=author','tool/lamc11/learningStarter.do?mode=teacher','tool/lamc11/authoringStarter.do','tool/lamc11/defineLaterStarter.do','tool/lamc11/exportPortfolio?mode=learner','tool/lamc11/exportPortfolio?mode=teacher','tool/lamc11/monitoringStarter.do','tool/lamc11/monitoringStarter.do','tool/lamc11/monitoringStarter.do','http://wiki.lamsfoundation.org/display/lamsdocs/lamc11','2008-06-13 10:58:06','org.lamsfoundation.lams.tool.mc.ApplicationResources','2008-06-13 10:58:06','lams-tool-lamc11.jar','/org/lamsfoundation/lams/tool/mc/mcApplicationContext.xml',NULL,1); +INSERT INTO `lams_tool` VALUES (1,'lafrum11','forumService','Forum','Forum / Message Boards','forum','20081022',1,1,1,2,1,'tool/lafrum11/learning/viewForum.do?mode=learner','tool/lafrum11/learning/viewForum.do?mode=author','tool/lafrum11/learning/viewForum.do?mode=teacher','tool/lafrum11/authoring.do','tool/lafrum11/defineLater.do','tool/lafrum11/exportPortfolio?mode=learner','tool/lafrum11/exportPortfolio?mode=teacher','tool/lafrum11/monitoring.do','tool/lafrum11/contribute.do','tool/lafrum11/moderate.do','http://wiki.lamsfoundation.org/display/lamsdocs/lafrum11','2008-11-12 13:31:55','org.lamsfoundation.lams.tool.forum.ApplicationResources','2008-11-12 13:31:55','lams-tool-lafrum11.jar','/org/lamsfoundation/lams/tool/forum/forumApplicationContext.xml',NULL,1,NULL),(2,'lanb11','nbService','NoticeboardX','Displays a NoticeboardX','nb','20080601',2,2,1,2,1,'tool/lanb11/starter/learner.do?mode=learner','tool/lanb11/starter/learner.do?mode=author','tool/lanb11/starter/learner.do?mode=teacher','tool/lanb11/authoring.do','tool/lanb11/authoring.do?defineLater=true','tool/lanb11/portfolioExport?mode=learner','tool/lanb11/portfolioExport?mode=teacher','tool/lanb11/monitoring.do',NULL,NULL,'http://wiki.lamsfoundation.org/display/lamsdocs/lanb11','2008-11-12 13:31:59','org.lamsfoundation.lams.tool.noticeboard.ApplicationResources','2008-11-12 13:31:59','lams-tool-lanb11.jar','/org/lamsfoundation/lams/tool/noticeboard/applicationContext.xml',NULL,0,NULL),(3,'laqa11','qaService','Question and Answer','Q/A Tool','qa','20080926',3,3,1,2,1,'tool/laqa11/learningStarter.do?mode=learner','tool/laqa11/learningStarter.do?mode=author','tool/laqa11/learningStarter.do?mode=teacher','tool/laqa11/authoringStarter.do','tool/laqa11/defineLaterStarter.do','tool/laqa11/exportPortfolio?mode=learner','tool/laqa11/exportPortfolio?mode=teacher','tool/laqa11/monitoringStarter.do','tool/laqa11/monitoringStarter.do','tool/laqa11/monitoringStarter.do','http://wiki.lamsfoundation.org/display/lamsdocs/laqa11','2008-11-12 13:32:03','org.lamsfoundation.lams.tool.qa.ApplicationResources','2008-11-12 13:32:03','lams-tool-laqa11.jar','/org/lamsfoundation/lams/tool/qa/qaApplicationContext.xml','tool/laqa11/laqa11admin.do',1,NULL),(4,'lasbmt11','submitFilesService','Submit File','Submit File Tool Description','submitfile','20081107',4,4,1,2,1,'tool/lasbmt11/learner.do?mode=learner','tool/lasbmt11/learner.do?mode=author','tool/lasbmt11/learner.do?mode=teacher','tool/lasbmt11/authoring.do','tool/lasbmt11/definelater.do?mode=teacher','tool/lasbmt11/exportPortfolio?mode=learner','tool/lasbmt11/exportPortfolio?mode=teacher','tool/lasbmt11/monitoring.do','tool/lasbmt11/contribute.do','tool/lasbmt11/moderation.do','http://wiki.lamsfoundation.org/display/lamsdocs/lasbmt11','2008-11-12 13:32:07','org.lamsfoundation.lams.tool.sbmt.ApplicationResources','2008-11-12 13:32:07','lams-tool-lasbmt11.jar','/org/lamsfoundation/lams/tool/sbmt/submitFilesApplicationContext.xml',NULL,0,NULL),(5,'lachat11','chatService','Chat','Chat','chat','20081027',5,5,1,2,1,'tool/lachat11/learning.do?mode=learner','tool/lachat11/learning.do?mode=author','tool/lachat11/learning.do?mode=teacher','tool/lachat11/authoring.do','tool/lachat11/authoring.do?mode=teacher','tool/lachat11/exportPortfolio?mode=learner','tool/lachat11/exportPortfolio?mode=teacher','tool/lachat11/monitoring.do','tool/lachat11/contribute.do','tool/lachat11/moderate.do','http://wiki.lamsfoundation.org/display/lamsdocs/lachat11','2008-11-12 13:32:13','org.lamsfoundation.lams.tool.chat.ApplicationResources','2008-11-12 13:32:13','lams-tool-lachat11.jar','/org/lamsfoundation/lams/tool/chat/chatApplicationContext.xml',NULL,1,NULL),(6,'larsrc11','resourceService','Shared Resources','Shared Resources','sharedresources','20081107',6,6,1,2,1,'tool/larsrc11/learning/start.do?mode=learner','tool/larsrc11/learning/start.do?mode=author','tool/larsrc11/learning/start.do?mode=teacher','tool/larsrc11/authoring/start.do','tool/larsrc11/definelater.do','tool/larsrc11/exportPortfolio?mode=learner','tool/larsrc11/exportPortfolio?mode=teacher','tool/larsrc11/monitoring/summary.do','tool/larsrc11/contribute.do','tool/larsrc11/moderate.do','http://wiki.lamsfoundation.org/display/lamsdocs/larsrc11','2008-11-12 13:32:20','org.lamsfoundation.lams.tool.rsrc.ApplicationResources','2008-11-12 13:32:20','lams-tool-larsrc11.jar','/org/lamsfoundation/lams/tool/rsrc/rsrcApplicationContext.xml',NULL,0,NULL),(7,'lavote11','voteService','Voting','Voting','vote','20080326',7,7,1,2,1,'tool/lavote11/learningStarter.do?mode=learner','tool/lavote11/learningStarter.do?mode=author','tool/lavote11/learningStarter.do?mode=teacher','tool/lavote11/authoringStarter.do','tool/lavote11/defineLaterStarter.do','tool/lavote11/exportPortfolio?mode=learner','tool/lavote11/exportPortfolio?mode=teacher','tool/lavote11/monitoringStarter.do','tool/lavote11/monitoringStarter.do','tool/lavote11/monitoringStarter.do','http://wiki.lamsfoundation.org/display/lamsdocs/lavote11','2008-11-12 13:32:23','org.lamsfoundation.lams.tool.vote.ApplicationResources','2008-11-12 13:32:23','lams-tool-lavote11.jar','/org/lamsfoundation/lams/tool/vote/voteApplicationContext.xml',NULL,1,NULL),(8,'lantbk11','notebookService','Notebook','Notebook','notebook','20080929',8,8,1,2,1,'tool/lantbk11/learning.do?mode=learner','tool/lantbk11/learning.do?mode=author','tool/lantbk11/learning.do?mode=teacher','tool/lantbk11/authoring.do','tool/lantbk11/authoring.do?mode=teacher','tool/lantbk11/exportPortfolio?mode=learner','tool/lantbk11/exportPortfolio?mode=teacher','tool/lantbk11/monitoring.do','tool/lantbk11/contribute.do','tool/lantbk11/moderate.do','http://wiki.lamsfoundation.org/display/lamsdocs/lantbk11','2008-11-12 13:32:29','org.lamsfoundation.lams.tool.notebook.ApplicationResources','2008-11-12 13:32:29','lams-tool-lantbk11.jar','/org/lamsfoundation/lams/tool/notebook/notebookApplicationContext.xml',NULL,1,NULL),(9,'lasurv11','lasurvSurveyService','Survey','Survey','survey','20081021',9,9,1,2,1,'tool/lasurv11/learning/start.do?mode=learner','tool/lasurv11/learning/start.do?mode=author','tool/lasurv11/learning/start.do?mode=teacher','tool/lasurv11/authoring/start.do','tool/lasurv11/definelater.do','tool/lasurv11/exportPortfolio?mode=learner','tool/lasurv11/exportPortfolio?mode=teacher','tool/lasurv11/monitoring/summary.do','tool/lasurv11/contribute.do','tool/lasurv11/moderate.do','http://wiki.lamsfoundation.org/display/lamsdocs/lasurv11','2008-11-12 13:32:35','org.lamsfoundation.lams.tool.survey.ApplicationResources','2008-11-12 13:32:35','lams-tool-lasurv11.jar','/org/lamsfoundation/lams/tool/survey/surveyApplicationContext.xml',NULL,1,NULL),(10,'lascrb11','lascrbScribeService','Scribe','Scribe','scribe','20080229',10,10,1,2,1,'tool/lascrb11/learning.do?mode=learner','tool/lascrb11/learning.do?mode=author','tool/lascrb11/learning.do?mode=teacher','tool/lascrb11/authoring.do','tool/lascrb11/authoring.do?mode=teacher','tool/lascrb11/exportPortfolio?mode=learner','tool/lascrb11/exportPortfolio?mode=teacher','tool/lascrb11/monitoring.do','tool/lascrb11/contribute.do','tool/lascrb11/moderate.do','http://wiki.lamsfoundation.org/display/lamsdocs/lascrb11','2008-11-12 13:32:41','org.lamsfoundation.lams.tool.scribe.ApplicationResources','2008-11-12 13:32:41','lams-tool-lascrb11.jar','/org/lamsfoundation/lams/tool/scribe/scribeApplicationContext.xml',NULL,0,NULL),(11,'latask10','lataskTaskListService','Shared TaskList','Shared TaskList','sharedtaskList','20080211',11,11,1,2,1,'tool/latask10/learning/start.do?mode=learner','tool/latask10/learning/start.do?mode=author','tool/latask10/learning/start.do?mode=teacher','tool/latask10/authoring/start.do','tool/latask10/definelater.do','tool/latask10/exportPortfolio?mode=learner','tool/latask10/exportPortfolio?mode=teacher','tool/latask10/monitoring/summary.do','tool/latask10/contribute.do','tool/latask10/moderate.do','http://wiki.lamsfoundation.org/display/lamsdocs/latask10','2008-11-12 13:32:47','org.lamsfoundation.lams.tool.taskList.ApplicationResources','2008-11-12 13:32:47','lams-tool-latask10.jar','/org/lamsfoundation/lams/tool/taskList/taskListApplicationContext.xml',NULL,1,NULL),(12,'lagmap10','gmapService','Gmap','Gmap','gmap','20080521',12,12,1,2,1,'tool/lagmap10/learning.do?mode=learner','tool/lagmap10/learning.do?mode=author','tool/lagmap10/learning.do?mode=teacher','tool/lagmap10/authoring.do','tool/lagmap10/authoring.do?mode=teacher','tool/lagmap10/exportPortfolio?mode=learner','tool/lagmap10/exportPortfolio?mode=teacher','tool/lagmap10/monitoring.do','tool/lagmap10/contribute.do','tool/lagmap10/moderate.do','http://wiki.lamsfoundation.org/display/lamsdocs/lagmap10','2008-11-12 13:32:53','org.lamsfoundation.lams.tool.gmap.ApplicationResources','2008-11-12 13:32:53','lams-tool-lagmap10.jar','/org/lamsfoundation/lams/tool/gmap/gmapApplicationContext.xml','tool/lagmap10/lagmap10admin.do',0,NULL),(13,'lasprd10','spreadsheetService','Spreadsheet Tool','Spreadsheet Tool','spreadsheet','20080612',13,13,1,2,1,'tool/lasprd10/learning/start.do?mode=learner','tool/lasprd10/learning/start.do?mode=author','tool/lasprd10/learning/start.do?mode=teacher','tool/lasprd10/authoring/start.do','tool/lasprd10/definelater.do','tool/lasprd10/exportPortfolio?mode=learner','tool/lasprd10/exportPortfolio?mode=teacher','tool/lasprd10/monitoring/summary.do','tool/lasprd10/contribute.do','tool/lasprd10/moderate.do','http://wiki.lamsfoundation.org/display/lamsdocs/lasprd10','2008-11-12 13:33:00','org.lamsfoundation.lams.tool.spreadsheet.ApplicationResources','2008-11-12 13:33:00','lams-tool-lasprd10.jar','/org/lamsfoundation/lams/tool/spreadsheet/spreadsheetApplicationContext.xml',NULL,0,NULL),(14,'ladaco10','dacoService','Data Collection','Collecting data with custom structure.','daco','20080804',14,14,1,2,1,'tool/ladaco10/learning/start.do?mode=learner','tool/ladaco10/learning/start.do?mode=author','tool/ladaco10/learning/start.do?mode=teacher','tool/ladaco10/authoring/start.do','tool/ladaco10/definelater.do','tool/ladaco10/exportPortfolio?mode=learner','tool/ladaco10/exportPortfolio?mode=teacher','tool/ladaco10/monitoring/summary.do','tool/ladaco10/contribute.do','tool/ladaco10/moderate.do','http://wiki.lamsfoundation.org/display/lamsdocs/ladaco10','2008-11-12 13:33:06','org.lamsfoundation.lams.tool.daco.ApplicationResources','2008-11-12 13:33:06','lams-tool-ladaco10.jar','/org/lamsfoundation/lams/tool/daco/dacoApplicationContext.xml',NULL,0,NULL),(15,'lawiki10','wikiService','Wiki','Wiki','wiki','20080929',15,15,1,2,1,'tool/lawiki10/learning.do?mode=learner','tool/lawiki10/learning.do?mode=author','tool/lawiki10/learning.do?mode=teacher','tool/lawiki10/authoring.do','tool/lawiki10/authoring.do?mode=teacher','tool/lawiki10/exportPortfolio?mode=learner','tool/lawiki10/exportPortfolio?mode=teacher','tool/lawiki10/monitoring.do','tool/lawiki10/contribute.do','tool/lawiki10/moderate.do','http://wiki.lamsfoundation.org/display/lamsdocs/lawiki10','2008-11-12 13:33:12','org.lamsfoundation.lams.tool.wiki.ApplicationResources','2008-11-12 13:33:12','lams-tool-lawiki10.jar','/org/lamsfoundation/lams/tool/wiki/wikiApplicationContext.xml',NULL,1,NULL),(16,'lamc11','mcService','MCQ','Multiple Choice Questions','mc','20070820',16,16,1,2,1,'tool/lamc11/learningStarter.do?mode=learner','tool/lamc11/learningStarter.do?mode=author','tool/lamc11/learningStarter.do?mode=teacher','tool/lamc11/authoringStarter.do','tool/lamc11/defineLaterStarter.do','tool/lamc11/exportPortfolio?mode=learner','tool/lamc11/exportPortfolio?mode=teacher','tool/lamc11/monitoringStarter.do','tool/lamc11/monitoringStarter.do','tool/lamc11/monitoringStarter.do','http://wiki.lamsfoundation.org/display/lamsdocs/lamc11','2008-11-12 13:33:15','org.lamsfoundation.lams.tool.mc.ApplicationResources','2008-11-12 13:33:15','lams-tool-lamc11.jar','/org/lamsfoundation/lams/tool/mc/mcApplicationContext.xml',NULL,1,NULL); /*!40000 ALTER TABLE `lams_tool` ENABLE KEYS */; UNLOCK TABLES; @@ -1950,7 +2110,7 @@ PRIMARY KEY (`tool_content_id`), KEY `tool_id` (`tool_id`), CONSTRAINT `FK_lams_tool_content_1` FOREIGN KEY (`tool_id`) REFERENCES `lams_tool` (`tool_id`) -) ENGINE=InnoDB AUTO_INCREMENT=77 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB AUTO_INCREMENT=81 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- @@ -1959,7 +2119,7 @@ LOCK TABLES `lams_tool_content` WRITE; /*!40000 ALTER TABLE `lams_tool_content` DISABLE KEYS */; -INSERT INTO `lams_tool_content` VALUES (1,1),(39,1),(65,1),(2,2),(13,2),(14,2),(16,2),(18,2),(19,2),(20,2),(25,2),(27,2),(28,2),(29,2),(31,2),(32,2),(33,2),(34,2),(37,2),(43,2),(45,2),(46,2),(48,2),(53,2),(55,2),(57,2),(58,2),(59,2),(60,2),(61,2),(63,2),(67,2),(68,2),(71,2),(73,2),(76,2),(3,3),(38,3),(74,3),(4,4),(41,4),(64,4),(5,5),(6,6),(15,6),(17,6),(21,6),(22,6),(23,6),(24,6),(26,6),(30,6),(35,6),(47,6),(49,6),(50,6),(51,6),(52,6),(54,6),(56,6),(66,6),(75,6),(7,7),(42,7),(72,7),(8,8),(44,8),(70,8),(9,9),(40,9),(69,9),(10,10),(11,11),(12,12),(36,12),(62,12); +INSERT INTO `lams_tool_content` VALUES (1,1),(43,1),(71,1),(2,2),(17,2),(18,2),(20,2),(22,2),(23,2),(24,2),(29,2),(31,2),(32,2),(33,2),(35,2),(36,2),(37,2),(38,2),(41,2),(47,2),(50,2),(51,2),(52,2),(54,2),(57,2),(60,2),(62,2),(63,2),(64,2),(65,2),(67,2),(70,2),(73,2),(74,2),(75,2),(80,2),(3,3),(42,3),(77,3),(4,4),(45,4),(69,4),(5,5),(6,6),(19,6),(21,6),(25,6),(26,6),(27,6),(28,6),(30,6),(34,6),(39,6),(49,6),(53,6),(55,6),(56,6),(58,6),(59,6),(61,6),(66,6),(72,6),(7,7),(46,7),(79,7),(8,8),(48,8),(78,8),(9,9),(44,9),(76,9),(10,10),(11,11),(12,12),(13,13),(14,14),(15,15),(16,16),(40,16),(68,16); /*!40000 ALTER TABLE `lams_tool_content` ENABLE KEYS */; UNLOCK TABLES; @@ -2027,7 +2187,7 @@ LOCK TABLES `lams_tool_session` WRITE; /*!40000 ALTER TABLE `lams_tool_session` DISABLE KEYS */; -INSERT INTO `lams_tool_session` VALUES (1,'Everybody learners',1,1,64,1,'2008-06-13 11:17:37',1,NULL,'uq_64_1'),(2,'Everybody learners',1,1,65,1,'2008-06-13 11:17:37',1,NULL,'uq_65_1'),(3,'Everybody learners',1,1,66,1,'2008-06-13 11:17:37',1,NULL,'uq_66_1'),(4,'Everybody learners',1,1,67,1,'2008-06-13 11:17:37',1,NULL,'uq_67_1'),(5,'Everybody learners',1,1,68,1,'2008-06-13 11:17:37',1,NULL,'uq_68_1'),(6,'Everybody learners',1,2,73,1,'2008-06-13 11:17:53',3,NULL,'uq_73_3'),(7,'Everybody learners',1,2,76,1,'2008-06-13 11:17:53',3,NULL,'uq_76_3'),(8,'Everybody learners',1,2,78,1,'2008-06-13 11:17:53',3,NULL,'uq_78_3'),(9,'Everybody learners',1,2,79,1,'2008-06-13 11:17:53',3,NULL,'uq_79_3'),(10,'Everybody learners',1,2,70,1,'2008-06-13 11:17:53',3,NULL,'uq_70_3'),(11,'Everybody learners',1,2,75,1,'2008-06-13 11:17:53',3,NULL,'uq_75_3'),(12,'Everybody learners',1,2,69,1,'2008-06-13 11:17:53',3,NULL,'uq_69_3'),(13,'Everybody learners',1,2,72,1,'2008-06-13 11:17:53',3,NULL,'uq_72_3'),(14,'Everybody learners',1,2,74,1,'2008-06-13 11:17:53',3,NULL,'uq_74_3'),(15,'Everybody learners',1,3,86,1,'2008-06-13 11:18:10',5,NULL,'uq_86_5'),(16,'Everybody learners',1,3,84,1,'2008-06-13 11:18:10',5,NULL,'uq_84_5'),(17,'Everybody learners',1,3,85,1,'2008-06-13 11:18:10',5,NULL,'uq_85_5'),(18,'Everybody learners',1,3,87,1,'2008-06-13 11:18:10',5,NULL,'uq_87_5'),(19,'Everybody learners',1,3,89,1,'2008-06-13 11:18:10',5,NULL,'uq_89_5'),(20,'Everybody learners',1,3,90,1,'2008-06-13 11:18:10',5,NULL,'uq_90_5'),(21,'Everybody learners',1,3,98,1,'2008-06-13 11:18:10',5,NULL,'uq_98_5'),(22,'Everybody learners',1,3,99,1,'2008-06-13 11:18:10',5,NULL,'uq_99_5'),(23,'Everybody learners',1,3,102,1,'2008-06-13 11:18:10',5,NULL,'uq_102_5'),(24,'Everybody learners',1,3,94,1,'2008-06-13 11:18:10',5,NULL,'uq_94_5'),(25,'Everybody learners',1,3,104,1,'2008-06-13 11:18:10',5,NULL,'uq_104_5'),(26,'Everybody learners',1,3,93,1,'2008-06-13 11:18:10',5,NULL,'uq_93_5'),(27,'Everybody learners',1,3,95,1,'2008-06-13 11:18:10',5,NULL,'uq_95_5'),(28,'Everybody learners',1,3,92,1,'2008-06-13 11:18:10',5,NULL,'uq_92_5'),(29,'Everybody learners',1,3,91,1,'2008-06-13 11:18:10',5,NULL,'uq_91_5'),(30,'Everybody learners',1,3,96,1,'2008-06-13 11:18:10',5,NULL,'uq_96_5'),(31,'Everybody learners',1,3,97,1,'2008-06-13 11:18:10',5,NULL,'uq_97_5'),(32,'Everybody learners',1,3,100,1,'2008-06-13 11:18:10',5,NULL,'uq_100_5'); +INSERT INTO `lams_tool_session` VALUES (1,'Everybody learners',1,1,68,1,'2008-11-12 13:37:50',1,NULL,'uq_68_1'),(2,'Everybody learners',1,1,69,1,'2008-11-12 13:37:50',1,NULL,'uq_69_1'),(3,'Everybody learners',1,1,70,1,'2008-11-12 13:37:50',1,NULL,'uq_70_1'),(4,'Everybody learners',1,1,71,1,'2008-11-12 13:37:50',1,NULL,'uq_71_1'),(5,'Everybody learners',1,1,72,1,'2008-11-12 13:37:50',1,NULL,'uq_72_1'),(6,'Everybody learners',1,2,77,1,'2008-11-12 13:38:02',3,NULL,'uq_77_3'),(7,'Everybody learners',1,2,80,1,'2008-11-12 13:38:02',3,NULL,'uq_80_3'),(8,'Everybody learners',1,2,82,1,'2008-11-12 13:38:02',3,NULL,'uq_82_3'),(9,'Everybody learners',1,2,83,1,'2008-11-12 13:38:02',3,NULL,'uq_83_3'),(10,'Everybody learners',1,2,74,1,'2008-11-12 13:38:02',3,NULL,'uq_74_3'),(11,'Everybody learners',1,2,79,1,'2008-11-12 13:38:02',3,NULL,'uq_79_3'),(12,'Everybody learners',1,2,73,1,'2008-11-12 13:38:02',3,NULL,'uq_73_3'),(13,'Everybody learners',1,2,76,1,'2008-11-12 13:38:02',3,NULL,'uq_76_3'),(14,'Everybody learners',1,2,78,1,'2008-11-12 13:38:02',3,NULL,'uq_78_3'),(15,'Everybody learners',1,3,90,1,'2008-11-12 13:38:17',5,NULL,'uq_90_5'),(16,'Everybody learners',1,3,88,1,'2008-11-12 13:38:17',5,NULL,'uq_88_5'),(17,'Everybody learners',1,3,89,1,'2008-11-12 13:38:17',5,NULL,'uq_89_5'),(18,'Everybody learners',1,3,91,1,'2008-11-12 13:38:17',5,NULL,'uq_91_5'),(19,'Everybody learners',1,3,93,1,'2008-11-12 13:38:17',5,NULL,'uq_93_5'),(20,'Everybody learners',1,3,94,1,'2008-11-12 13:38:17',5,NULL,'uq_94_5'),(21,'Everybody learners',1,3,102,1,'2008-11-12 13:38:18',5,NULL,'uq_102_5'),(22,'Everybody learners',1,3,103,1,'2008-11-12 13:38:18',5,NULL,'uq_103_5'),(23,'Everybody learners',1,3,106,1,'2008-11-12 13:38:18',5,NULL,'uq_106_5'),(24,'Everybody learners',1,3,98,1,'2008-11-12 13:38:18',5,NULL,'uq_98_5'),(25,'Everybody learners',1,3,108,1,'2008-11-12 13:38:18',5,NULL,'uq_108_5'),(26,'Everybody learners',1,3,97,1,'2008-11-12 13:38:18',5,NULL,'uq_97_5'),(27,'Everybody learners',1,3,99,1,'2008-11-12 13:38:18',5,NULL,'uq_99_5'),(28,'Everybody learners',1,3,96,1,'2008-11-12 13:38:18',5,NULL,'uq_96_5'),(29,'Everybody learners',1,3,95,1,'2008-11-12 13:38:18',5,NULL,'uq_95_5'),(30,'Everybody learners',1,3,100,1,'2008-11-12 13:38:18',5,NULL,'uq_100_5'),(31,'Everybody learners',1,3,101,1,'2008-11-12 13:38:18',5,NULL,'uq_101_5'),(32,'Everybody learners',1,3,104,1,'2008-11-12 13:38:18',5,NULL,'uq_104_5'); /*!40000 ALTER TABLE `lams_tool_session` ENABLE KEYS */; UNLOCK TABLES; @@ -2139,7 +2299,7 @@ LOCK TABLES `lams_user` WRITE; /*!40000 ALTER TABLE `lams_user` DISABLE KEYS */; -INSERT INTO `lams_user` VALUES (1,'sysadmin','a159b7ae81ba3552af61e9731b20870515944538','The','System','Administrator',NULL,NULL,NULL,'Sydney','NSW',NULL,'Australia',NULL,NULL,NULL,NULL,'sysadmin@x.x',0,'2008-06-13 10:57:05',1,51,1,2,NULL,1,NULL,0,1),(5,'test1','b444ac06613fc8d63795be9ad0beaf55011936ac','Dr','One','Test','1','Test Ave',NULL,'Nowhere','NSW',NULL,'Australia','0211111111','0211111112','0411111111','0211111113','test1@xx.os',0,'2004-12-23 00:00:00',1,5,1,2,NULL,1,NULL,0,1),(6,'test2','109f4b3c50d7b0df729d299bc6f8e9ef9066971f','Dr','Two','Test','2','Test Ave',NULL,'Nowhere','NSW',NULL,'Australia','0211111111','0211111112','0411111111','0211111113','test2@xx.os',0,'2004-12-23 00:00:00',1,6,1,2,NULL,1,NULL,0,1),(7,'test3','3ebfa301dc59196f18593c45e519287a23297589','Dr','Three','Test','3','Test Ave',NULL,'Nowhere','NSW',NULL,'Australia','0211111111','0211111112','0411111111','0211111113','test3@xx.os',0,'2004-12-23 00:00:00',1,7,1,2,NULL,1,NULL,0,1),(8,'test4','1ff2b3704aede04eecb51e50ca698efd50a1379b','Dr','Four','Test','4','Test Ave',NULL,'Nowhere','NSW',NULL,'Australia','0211111111','0211111112','0411111111','0211111113','test4@xx.os',0,'2004-12-23 00:00:00',1,8,1,2,NULL,1,NULL,0,1); +INSERT INTO `lams_user` VALUES (1,'sysadmin','a159b7ae81ba3552af61e9731b20870515944538','The','System','Administrator',NULL,NULL,NULL,'Sydney','NSW',NULL,'Australia',NULL,NULL,NULL,NULL,'sysadmin@x.x',0,'2008-11-12 13:31:49',1,51,1,2,NULL,1,NULL,0,1),(5,'test1','b444ac06613fc8d63795be9ad0beaf55011936ac','Dr','One','Test','1','Test Ave',NULL,'Nowhere','NSW',NULL,'Australia','0211111111','0211111112','0411111111','0211111113','test1@xx.os',0,'2004-12-23 00:00:00',1,5,1,2,NULL,1,NULL,0,1),(6,'test2','109f4b3c50d7b0df729d299bc6f8e9ef9066971f','Dr','Two','Test','2','Test Ave',NULL,'Nowhere','NSW',NULL,'Australia','0211111111','0211111112','0411111111','0211111113','test2@xx.os',0,'2004-12-23 00:00:00',1,6,1,2,NULL,1,NULL,0,1),(7,'test3','3ebfa301dc59196f18593c45e519287a23297589','Dr','Three','Test','3','Test Ave',NULL,'Nowhere','NSW',NULL,'Australia','0211111111','0211111112','0411111111','0211111113','test3@xx.os',0,'2004-12-23 00:00:00',1,7,1,2,NULL,1,NULL,0,1),(8,'test4','1ff2b3704aede04eecb51e50ca698efd50a1379b','Dr','Four','Test','4','Test Ave',NULL,'Nowhere','NSW',NULL,'Australia','0211111111','0211111112','0411111111','0211111113','test4@xx.os',0,'2004-12-23 00:00:00',1,8,1,2,NULL,1,NULL,0,1); /*!40000 ALTER TABLE `lams_user` ENABLE KEYS */; UNLOCK TABLES; @@ -2431,6 +2591,32 @@ UNLOCK TABLES; -- +-- Table structure for table `patches` +-- + +DROP TABLE IF EXISTS `patches`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; +CREATE TABLE `patches` ( + `system_name` varchar(30) NOT NULL, + `patch_level` int(11) NOT NULL, + `patch_date` timestamp NOT NULL default CURRENT_TIMESTAMP, + `patch_in_progress` char(1) NOT NULL default 'F', + PRIMARY KEY (`system_name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +SET character_set_client = @saved_cs_client; + +-- +-- Dumping data for table `patches` +-- + +LOCK TABLES `patches` WRITE; +/*!40000 ALTER TABLE `patches` DISABLE KEYS */; +INSERT INTO `patches` VALUES ('lachat11',20081027,'2008-11-12 02:32:13','F'),('ladaco10',20080804,'2008-11-12 02:33:06','F'),('lafrum11',20081022,'2008-11-12 02:31:56','F'),('lagmap10',20080521,'2008-11-12 02:32:53','F'),('lamc11',20070820,'2008-11-12 02:33:15','F'),('lams',13,'2008-11-12 02:31:49','F'),('lanb11',20080601,'2008-11-12 02:32:00','F'),('lantbk11',20080929,'2008-11-12 02:32:29','F'),('laqa11',20080926,'2008-11-12 02:32:03','F'),('larsrc11',20081107,'2008-11-12 02:32:20','F'),('lasbmt11',20081107,'2008-11-12 02:32:07','F'),('lascrb11',20080229,'2008-11-12 02:32:41','F'),('lasprd10',20080612,'2008-11-12 02:33:00','F'),('lasurv11',20081021,'2008-11-12 02:32:35','F'),('latask10',20080211,'2008-11-12 02:32:48','F'),('lavote11',20080326,'2008-11-12 02:32:23','F'),('lawiki10',20080929,'2008-11-12 02:33:12','F'); +/*!40000 ALTER TABLE `patches` ENABLE KEYS */; +UNLOCK TABLES; + +-- -- Table structure for table `tl_lachat11_attachment` -- @@ -2500,6 +2686,32 @@ UNLOCK TABLES; -- +-- Table structure for table `tl_lachat11_conditions` +-- + +DROP TABLE IF EXISTS `tl_lachat11_conditions`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; +CREATE TABLE `tl_lachat11_conditions` ( + `condition_id` bigint(20) NOT NULL, + `content_uid` bigint(20) default NULL, + PRIMARY KEY (`condition_id`), + KEY `ChatConditionToChat` (`content_uid`), + CONSTRAINT `ChatConditionInheritance` FOREIGN KEY (`condition_id`) REFERENCES `lams_branch_condition` (`condition_id`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `ChatConditionToChat` FOREIGN KEY (`content_uid`) REFERENCES `tl_lachat11_chat` (`uid`) ON DELETE CASCADE ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +SET character_set_client = @saved_cs_client; + +-- +-- Dumping data for table `tl_lachat11_conditions` +-- + +LOCK TABLES `tl_lachat11_conditions` WRITE; +/*!40000 ALTER TABLE `tl_lachat11_conditions` DISABLE KEYS */; +/*!40000 ALTER TABLE `tl_lachat11_conditions` ENABLE KEYS */; +UNLOCK TABLES; + +-- -- Table structure for table `tl_lachat11_message` -- @@ -2599,6 +2811,251 @@ UNLOCK TABLES; -- +-- Table structure for table `tl_ladaco10_answer_options` +-- + +DROP TABLE IF EXISTS `tl_ladaco10_answer_options`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; +CREATE TABLE `tl_ladaco10_answer_options` ( + `uid` bigint(20) NOT NULL auto_increment, + `question_uid` bigint(20) default NULL, + `sequence_num` tinyint(3) unsigned default '1', + `answer_option` varchar(255) default NULL, + PRIMARY KEY (`uid`), + UNIQUE KEY `uid` (`uid`), + KEY `question_uid` (`question_uid`), + CONSTRAINT `tl_ladaco10_answer_options_ibfk_1` FOREIGN KEY (`question_uid`) REFERENCES `tl_ladaco10_questions` (`uid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +SET character_set_client = @saved_cs_client; + +-- +-- Dumping data for table `tl_ladaco10_answer_options` +-- + +LOCK TABLES `tl_ladaco10_answer_options` WRITE; +/*!40000 ALTER TABLE `tl_ladaco10_answer_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `tl_ladaco10_answer_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `tl_ladaco10_answers` +-- + +DROP TABLE IF EXISTS `tl_ladaco10_answers`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; +CREATE TABLE `tl_ladaco10_answers` ( + `uid` bigint(20) NOT NULL auto_increment, + `user_uid` bigint(20) default NULL, + `question_uid` bigint(20) default NULL, + `record_id` smallint(5) unsigned default NULL, + `answer` text, + `file_type` varchar(255) default NULL, + `file_name` varchar(255) default NULL, + `file_uuid` bigint(20) default NULL, + `file_version_id` bigint(20) default NULL, + PRIMARY KEY (`uid`), + UNIQUE KEY `uid` (`uid`), + KEY `user_uid` (`user_uid`), + KEY `question_uid` (`question_uid`), + CONSTRAINT `AnswerToQuestion` FOREIGN KEY (`question_uid`) REFERENCES `tl_ladaco10_questions` (`uid`), + CONSTRAINT `AnswerToUser` FOREIGN KEY (`user_uid`) REFERENCES `tl_ladaco10_users` (`uid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +SET character_set_client = @saved_cs_client; + +-- +-- Dumping data for table `tl_ladaco10_answers` +-- + +LOCK TABLES `tl_ladaco10_answers` WRITE; +/*!40000 ALTER TABLE `tl_ladaco10_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `tl_ladaco10_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `tl_ladaco10_attachments` +-- + +DROP TABLE IF EXISTS `tl_ladaco10_attachments`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; +CREATE TABLE `tl_ladaco10_attachments` ( + `uid` bigint(20) NOT NULL auto_increment, + `file_version_id` bigint(20) default NULL, + `file_type` varchar(255) default NULL, + `file_name` varchar(255) default NULL, + `file_uuid` bigint(20) default NULL, + `create_date` datetime default NULL, + `content_uid` bigint(20) default NULL, + PRIMARY KEY (`uid`), + UNIQUE KEY `uid` (`uid`), + KEY `content_uid` (`content_uid`), + CONSTRAINT `tl_ladaco10_attachments_ibfk_1` FOREIGN KEY (`content_uid`) REFERENCES `tl_ladaco10_contents` (`uid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; +SET character_set_client = @saved_cs_client; + +-- +-- Dumping data for table `tl_ladaco10_attachments` +-- + +LOCK TABLES `tl_ladaco10_attachments` WRITE; +/*!40000 ALTER TABLE `tl_ladaco10_attachments` DISABLE KEYS */; +/*!40000 ALTER TABLE `tl_ladaco10_attachments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `tl_ladaco10_contents` +-- + +DROP TABLE IF EXISTS `tl_ladaco10_contents`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; +CREATE TABLE `tl_ladaco10_contents` ( + `uid` bigint(20) NOT NULL auto_increment, + `create_date` datetime default NULL, + `update_date` datetime default NULL, + `create_by` bigint(20) default NULL, + `title` varchar(255) default NULL, + `run_offline` tinyint(4) default '0', + `lock_on_finished` tinyint(4) default '0', + `min_records` tinyint(3) unsigned default '0', + `max_records` tinyint(3) unsigned default '0', + `instructions` text, + `online_instructions` text, + `offline_instructions` text, + `content_in_use` tinyint(4) default '0', + `define_later` tinyint(4) default '0', + `content_id` bigint(20) default NULL, + `reflect_instructions` varchar(255) default NULL, + `reflect_on_activity` tinyint(4) default NULL, + `learner_entry_notify` tinyint(4) default '0', + `record_submit_notify` tinyint(4) default '0', + PRIMARY KEY (`uid`), + UNIQUE KEY `uid` (`uid`), + UNIQUE KEY `content_id` (`content_id`), + KEY `create_by` (`create_by`), + CONSTRAINT `DacoToUser` FOREIGN KEY (`create_by`) REFERENCES `tl_ladaco10_users` (`uid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; +SET character_set_client = @saved_cs_client; + +-- +-- Dumping data for table `tl_ladaco10_contents` +-- + +LOCK TABLES `tl_ladaco10_contents` WRITE; +/*!40000 ALTER TABLE `tl_ladaco10_contents` DISABLE KEYS */; +INSERT INTO `tl_ladaco10_contents` VALUES (1,NULL,NULL,NULL,'Data Collection',0,0,0,0,'Instructions',NULL,NULL,0,0,14,NULL,0,0,0); +/*!40000 ALTER TABLE `tl_ladaco10_contents` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `tl_ladaco10_questions` +-- + +DROP TABLE IF EXISTS `tl_ladaco10_questions`; +SET @saved_cs_client = @@character_set_client; +SET character_set_client = utf8; +CREATE TABLE `tl_ladaco10_questions` ( + `uid` bigint(20) NOT NULL auto_increment, + `description` text, + `create_by` bigint(20) default NULL, + `create_date` datetime default NULL, + `is_required` tinyint(4) default '0', + `question_type` tinyint(3) unsigned default NULL, + `min_constraint` float default NULL, + `max_constraint` float default NULL, + `digits_decimal` tinyint(3) unsigned default NULL, + `summary` tinyint(3) unsigned default NULL, + `content_uid` bigint(20) default NULL, + `session_uid` bigint(20) default NULL, + PRIMARY KEY (`uid`), + UNIQUE KEY `uid` (`uid`), + KEY `create_by` (`create_by`), + KEY `content_uid` (`content_uid`), + KEY `session_uid` (`session_uid`), + CONSTRAINT `tl_ladaco10_questions_ibfk_1` FOREIGN KEY (`session_uid`) REFERENCES `tl_ladaco10_sessions` (`uid`), + CONSTRAINT `QuestionToDaco` FOREIGN KEY (`content_uid`) REFERENCES `tl_ladaco10_contents` (`uid`), + CONSTRAINT `QuestionToUser` FOREIGN KEY (`create_by`) REFERENCES `tl_ladaco10_users` (`uid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; +SET character_set_client = @saved_cs_client; + +-- +-- Dumping data for table `tl_ladaco10_questions` +-- + +LOCK TABLES `tl_ladaco10_questions` WRITE; +/*!40000 ALTER TABLE `tl_ladaco10_questions` DISABLE KEYS */; +INSERT INTO `tl_ladaco10_questions` VALUES (1,'
Congratulations - if you can see this sequence, LAMS is up and running on your server. You’ve also figured out how to log in, and participate in a "sequence" - that’s what we call a collection of LAMS activities.
\n\n
In a word, that’s what LAMS does - it is a System that Manages sequences of Learning Activities. A Sequence is an online digital lesson that simulates the classroom environment in a virtual space.
\nSequences are first created by Authors, and are then run for different groups of Learners while a Monitor supervises. We’ll look more at these Roles in LAMS in Lesson Two of LAMS101.
\nSequences are made up of activities - each of which has a particular function, either:
\n\nSequences can include a range of individual tasks, small group work and whole class activities based on both content and collaboration.
\nWhen you use LAMS, not only are you creating online activities for your learners, you also create a structured lesson plan at the same time. We’ll talk about this Visual Authoring Environment in a few moments.
\nDolly is our LAMS mascot. Back when LAMS was being redesigned for version 2.0, it was the "next-generation" of LAMS. Dolly the sheep was the first mammal to have been successfully cloned from an adult cell, therefore, she was the next generation LAMB (see what we did there?).
\nOur marvelous designer Shelly is the official mother of Dolly and also our front page model. So all kudos to her!
\nLAMS has many, many more functions that you can explore.
\nThe new release of version 2.1 includes increased functionality in many areas, some of which are explored in the rest of this Getting Started course.
\n\n
![]() \n | \n . . | \n\n You may have clicked the Next Activity button on the last screen, which would bring you here. \n If so, and you want to go back and view more of this sequence, double-click the Icon for the Optional Activity in your Progress Bar (see the graphic at right.) \n Once there, select an option, and click the Choose button. \n If you really have finished, and want to leave the sequence, click Next Activity below. \n \n | \n
\n In Real Life\n | \n \n In Lams\n | \n
\n
| \n \n
| \n
YouTube Videos\n \n | \n MP3 Files\n\n \n LAMS PODCAST with ALAN CARRINGTON (CLPD Adelaide Uni) | \n
The sequence Author can pen their own responses to each question, which are displayed to learners after they have submitted their own answers.
\nThe activity can also be configured to display answers collected from all learners in the sequence or group
\nThe Question and Answer Activity allows teachers to pose a question or questions to learners individually, and after they have entered their response, to see the responses of all their peers presented on a single answer screen.
\nThe Survey Tool is similar to Multiple Choice, in that it presents learners with a number of questions and collects their responses. However, unlike Multiple Choice there are no right or wrong answers - the system just collates all answers for analysis by the teacher in the monitoring area.
\nQuestion types include single response, multiple response and open text entry, and questions can be mandatory or optional. For multiple choice questions, Learners can also be provided with the option of adding their own answer to a list.
\nThe Voting Activity allows teachers to provide learners with a list of options to "Vote" on. It is similar to the Q&A Activity in that Voting shows first one screen with all the available voting options, then a screen showing the individual learner\'s selection, then a screen showing "progressive" voting results (i.e., a non-editable screen where learners can see results from themselves and other learners over time). Finally, there is Summary Screen of group results.
\nThe Chat Activity runs a live (synchronous) discussion for learners.
\nThis is similar to Instant Messaging (IM) software that most learners will be familiar with.
Forums can be \'locked\' as an activity which is only available for the period of the specific activity (i.e.: no more contributions can be made once the learner clicks \'Finish\', or they can be \'unlocked\', in that learners can add to the Forum throughout the life of the whole sequence.
\nIt allows a group of Learners to collaborate and create a written report with one Learner as the \'Scribe,\' or Writer for the report. The activity is most effective when paired with another collaborative activity. In the current release of LAMS (2.0.4) Scribe is available to be paired with either Chat or Forum.
\nThe Scribe Activity should always used in conjunction with another activity that gives it context. For instance, if used with Chat, then the Scribe (one particular learner) is expected to collect or summarize the output of the Chat discussion into a succinct set of sentences. Once the scribe has done this, they publish the summary to the rest of the learners who vote whether they agree with the summary as proposed by the scribe. If not, they can ask the scribe to modify the report until all learners agree on the report.
\nOnce the Scribe submits the report, the other learners in the group or class can agree or disagree with the summary. The scribe can finished the scribe task at any time regardless of the number of learners that have agreed with the proposed summaries. The Scribe task can also be finished through the monitoring environment by a teacher or instructor.
\nOnce the scribe task is finished a report of the statements and summary is presented to all learners.
\nIt combines a Chat Activity with a Scribe Activity for collating the chat group\'s view on questions created by the teacher. When used in small group mode, the tool creates parallel Chat and Scribe areas for each small group, and then shows the outcome of each group collated on a whole class page.
\nLAMS has many, many more functions that you can explore.
\nThe new release of version 2.1 includes increased functionality in many areas, some of which are explored in the rest of this Getting Started course.
\n\n
Congratulations - if you can see this sequence, LAMS is up and running on your server. You’ve also figured out how to log in, and participate in a "sequence" - that’s what we call a collection of LAMS activities.
\n\n
In a word, that’s what LAMS does - it is a System that Manages sequences of Learning Activities. A Sequence is an online digital lesson that simulates the classroom environment in a virtual space.
\nSequences are first created by Authors, and are then run for different groups of Learners while a Monitor supervises. We’ll look more at these Roles in LAMS in Lesson Two of LAMS101.
\nSequences are made up of activities - each of which has a particular function, either:
\n\nSequences can include a range of individual tasks, small group work and whole class activities based on both content and collaboration.
\nWhen you use LAMS, not only are you creating online activities for your learners, you also create a structured lesson plan at the same time. We’ll talk about this Visual Authoring Environment in a few moments.
\nDolly is our LAMS mascot. Back when LAMS was being redesigned for version 2.0, it was the "next-generation" of LAMS. Dolly the sheep was the first mammal to have been successfully cloned from an adult cell, therefore, she was the next generation LAMB (see what we did there?).
\nOur marvelous designer Shelly is the official mother of Dolly and also our front page model. So all kudos to her!
\n\n In Real Life\n | \n \n In Lams\n | \n
\n
| \n \n
| \n
![]() \n | \n . . | \n\n You may have clicked the Next Activity button on the last screen, which would bring you here. \n If so, and you want to go back and view more of this sequence, double-click the Icon for the Optional Activity in your Progress Bar (see the graphic at right.) \n Once there, select an option, and click the Choose button. \n If you really have finished, and want to leave the sequence, click Next Activity below. \n \n | \n
YouTube Videos\n \n | \n MP3 Files\n\n \n LAMS PODCAST with ALAN CARRINGTON (CLPD Adelaide Uni) | \n
The Chat Activity runs a live (synchronous) discussion for learners.
\nThis is similar to Instant Messaging (IM) software that most learners will be familiar with.
Forums can be \'locked\' as an activity which is only available for the period of the specific activity (i.e.: no more contributions can be made once the learner clicks \'Finish\', or they can be \'unlocked\', in that learners can add to the Forum throughout the life of the whole sequence.
\nIt allows a group of Learners to collaborate and create a written report with one Learner as the \'Scribe,\' or Writer for the report. The activity is most effective when paired with another collaborative activity. In the current release of LAMS (2.0.4) Scribe is available to be paired with either Chat or Forum.
\nThe Scribe Activity should always used in conjunction with another activity that gives it context. For instance, if used with Chat, then the Scribe (one particular learner) is expected to collect or summarize the output of the Chat discussion into a succinct set of sentences. Once the scribe has done this, they publish the summary to the rest of the learners who vote whether they agree with the summary as proposed by the scribe. If not, they can ask the scribe to modify the report until all learners agree on the report.
\nOnce the Scribe submits the report, the other learners in the group or class can agree or disagree with the summary. The scribe can finished the scribe task at any time regardless of the number of learners that have agreed with the proposed summaries. The Scribe task can also be finished through the monitoring environment by a teacher or instructor.
\nOnce the scribe task is finished a report of the statements and summary is presented to all learners.
\nIt combines a Chat Activity with a Scribe Activity for collating the chat group\'s view on questions created by the teacher. When used in small group mode, the tool creates parallel Chat and Scribe areas for each small group, and then shows the outcome of each group collated on a whole class page.
\nThe sequence Author can pen their own responses to each question, which are displayed to learners after they have submitted their own answers.
\nThe activity can also be configured to display answers collected from all learners in the sequence or group
\nThe Question and Answer Activity allows teachers to pose a question or questions to learners individually, and after they have entered their response, to see the responses of all their peers presented on a single answer screen.
\nThe Survey Tool is similar to Multiple Choice, in that it presents learners with a number of questions and collects their responses. However, unlike Multiple Choice there are no right or wrong answers - the system just collates all answers for analysis by the teacher in the monitoring area.
\nQuestion types include single response, multiple response and open text entry, and questions can be mandatory or optional. For multiple choice questions, Learners can also be provided with the option of adding their own answer to a list.
\nThe Voting Activity allows teachers to provide learners with a list of options to "Vote" on. It is similar to the Q&A Activity in that Voting shows first one screen with all the available voting options, then a screen showing the individual learner\'s selection, then a screen showing "progressive" voting results (i.e., a non-editable screen where learners can see results from themselves and other learners over time). Finally, there is Summary Screen of group results.
\nCongratulations - if you can see this sequence, LAMS is up and running on your server. You’ve also figured out how to log in, and participate in a "sequence" - that’s what we call a collection of LAMS activities.
\n\n
In a word, that’s what LAMS does - it is a System that Manages sequences of Learning Activities. A Sequence is an online digital lesson that simulates the classroom environment in a virtual space.
\nSequences are first created by Authors, and are then run for different groups of Learners while a Monitor supervises. We’ll look more at these Roles in LAMS in Lesson Two of LAMS101.
\nSequences are made up of activities - each of which has a particular function, either:
\n\nSequences can include a range of individual tasks, small group work and whole class activities based on both content and collaboration.
\nWhen you use LAMS, not only are you creating online activities for your learners, you also create a structured lesson plan at the same time. We’ll talk about this Visual Authoring Environment in a few moments.
\nDolly is our LAMS mascot. Back when LAMS was being redesigned for version 2.0, it was the "next-generation" of LAMS. Dolly the sheep was the first mammal to have been successfully cloned from an adult cell, therefore, she was the next generation LAMB (see what we did there?).
\nOur marvelous designer Shelly is the official mother of Dolly and also our front page model. So all kudos to her!
\nLAMS has many, many more functions that you can explore.
\nThe new release of version 2.1 includes increased functionality in many areas, some of which are explored in the rest of this Getting Started course.
\n\n
![]() \n | \n . . | \n\n You may have clicked the Next Activity button on the last screen, which would bring you here. \n If so, and you want to go back and view more of this sequence, double-click the Icon for the Optional Activity in your Progress Bar (see the graphic at right.) \n Once there, select an option, and click the Choose button. \n If you really have finished, and want to leave the sequence, click Next Activity below. \n \n | \n
\n In Real Life\n | \n \n In Lams\n | \n
\n
| \n \n
| \n
YouTube Videos\n \n | \n MP3 Files\n\n \n LAMS PODCAST with ALAN CARRINGTON (CLPD Adelaide Uni) | \n
The sequence Author can pen their own responses to each question, which are displayed to learners after they have submitted their own answers.
\nThe activity can also be configured to display answers collected from all learners in the sequence or group
\nThe Question and Answer Activity allows teachers to pose a question or questions to learners individually, and after they have entered their response, to see the responses of all their peers presented on a single answer screen.
\nThe Survey Tool is similar to Multiple Choice, in that it presents learners with a number of questions and collects their responses. However, unlike Multiple Choice there are no right or wrong answers - the system just collates all answers for analysis by the teacher in the monitoring area.
\nQuestion types include single response, multiple response and open text entry, and questions can be mandatory or optional. For multiple choice questions, Learners can also be provided with the option of adding their own answer to a list.
\nThe Voting Activity allows teachers to provide learners with a list of options to "Vote" on. It is similar to the Q&A Activity in that Voting shows first one screen with all the available voting options, then a screen showing the individual learner\'s selection, then a screen showing "progressive" voting results (i.e., a non-editable screen where learners can see results from themselves and other learners over time). Finally, there is Summary Screen of group results.
\nThe Chat Activity runs a live (synchronous) discussion for learners.
\nThis is similar to Instant Messaging (IM) software that most learners will be familiar with.
Forums can be \'locked\' as an activity which is only available for the period of the specific activity (i.e.: no more contributions can be made once the learner clicks \'Finish\', or they can be \'unlocked\', in that learners can add to the Forum throughout the life of the whole sequence.
\nIt allows a group of Learners to collaborate and create a written report with one Learner as the \'Scribe,\' or Writer for the report. The activity is most effective when paired with another collaborative activity. In the current release of LAMS (2.0.4) Scribe is available to be paired with either Chat or Forum.
\nThe Scribe Activity should always used in conjunction with another activity that gives it context. For instance, if used with Chat, then the Scribe (one particular learner) is expected to collect or summarize the output of the Chat discussion into a succinct set of sentences. Once the scribe has done this, they publish the summary to the rest of the learners who vote whether they agree with the summary as proposed by the scribe. If not, they can ask the scribe to modify the report until all learners agree on the report.
\nOnce the Scribe submits the report, the other learners in the group or class can agree or disagree with the summary. The scribe can finished the scribe task at any time regardless of the number of learners that have agreed with the proposed summaries. The Scribe task can also be finished through the monitoring environment by a teacher or instructor.
\nOnce the scribe task is finished a report of the statements and summary is presented to all learners.
\nIt combines a Chat Activity with a Scribe Activity for collating the chat group\'s view on questions created by the teacher. When used in small group mode, the tool creates parallel Chat and Scribe areas for each small group, and then shows the outcome of each group collated on a whole class page.
\nCongratulations - if you can see this sequence, LAMS is up and running on your server. You’ve also figured out how to log in, and participate in a "sequence" - that’s what we call a collection of LAMS activities.
\n\n
In a word, that’s what LAMS does - it is a System that Manages sequences of Learning Activities. A Sequence is an online digital lesson that simulates the classroom environment in a virtual space.
\nSequences are first created by Authors, and are then run for different groups of Learners while a Monitor supervises. We’ll look more at these Roles in LAMS in Lesson Two of LAMS101.
\nSequences are made up of activities - each of which has a particular function, either:
\n\nSequences can include a range of individual tasks, small group work and whole class activities based on both content and collaboration.
\nWhen you use LAMS, not only are you creating online activities for your learners, you also create a structured lesson plan at the same time. We’ll talk about this Visual Authoring Environment in a few moments.
\nDolly is our LAMS mascot. Back when LAMS was being redesigned for version 2.0, it was the "next-generation" of LAMS. Dolly the sheep was the first mammal to have been successfully cloned from an adult cell, therefore, she was the next generation LAMB (see what we did there?).
\nOur marvelous designer Shelly is the official mother of Dolly and also our front page model. So all kudos to her!
\nLAMS has many, many more functions that you can explore.
\nThe new release of version 2.1 includes increased functionality in many areas, some of which are explored in the rest of this Getting Started course.
\n\n
![]() \n | \n . . | \n\n You may have clicked the Next Activity button on the last screen, which would bring you here. \n If so, and you want to go back and view more of this sequence, double-click the Icon for the Optional Activity in your Progress Bar (see the graphic at right.) \n Once there, select an option, and click the Choose button. \n If you really have finished, and want to leave the sequence, click Next Activity below. \n \n | \n
\n In Real Life\n | \n \n In Lams\n | \n
\n
| \n \n
| \n
YouTube Videos\n \n | \n MP3 Files\n\n \n LAMS PODCAST with ALAN CARRINGTON (CLPD Adelaide Uni) | \n
The Chat Activity runs a live (synchronous) discussion for learners.
\nThis is similar to Instant Messaging (IM) software that most learners will be familiar with.
Forums can be \'locked\' as an activity which is only available for the period of the specific activity (i.e.: no more contributions can be made once the learner clicks \'Finish\', or they can be \'unlocked\', in that learners can add to the Forum throughout the life of the whole sequence.
\nIt allows a group of Learners to collaborate and create a written report with one Learner as the \'Scribe,\' or Writer for the report. The activity is most effective when paired with another collaborative activity. In the current release of LAMS (2.0.4) Scribe is available to be paired with either Chat or Forum.
\nThe Scribe Activity should always used in conjunction with another activity that gives it context. For instance, if used with Chat, then the Scribe (one particular learner) is expected to collect or summarize the output of the Chat discussion into a succinct set of sentences. Once the scribe has done this, they publish the summary to the rest of the learners who vote whether they agree with the summary as proposed by the scribe. If not, they can ask the scribe to modify the report until all learners agree on the report.
\nOnce the Scribe submits the report, the other learners in the group or class can agree or disagree with the summary. The scribe can finished the scribe task at any time regardless of the number of learners that have agreed with the proposed summaries. The Scribe task can also be finished through the monitoring environment by a teacher or instructor.
\nOnce the scribe task is finished a report of the statements and summary is presented to all learners.
\nIt combines a Chat Activity with a Scribe Activity for collating the chat group\'s view on questions created by the teacher. When used in small group mode, the tool creates parallel Chat and Scribe areas for each small group, and then shows the outcome of each group collated on a whole class page.
\nThe sequence Author can pen their own responses to each question, which are displayed to learners after they have submitted their own answers.
\nThe activity can also be configured to display answers collected from all learners in the sequence or group
\nThe Question and Answer Activity allows teachers to pose a question or questions to learners individually, and after they have entered their response, to see the responses of all their peers presented on a single answer screen.
\nThe Survey Tool is similar to Multiple Choice, in that it presents learners with a number of questions and collects their responses. However, unlike Multiple Choice there are no right or wrong answers - the system just collates all answers for analysis by the teacher in the monitoring area.
\nQuestion types include single response, multiple response and open text entry, and questions can be mandatory or optional. For multiple choice questions, Learners can also be provided with the option of adding their own answer to a list.
\nThe Voting Activity allows teachers to provide learners with a list of options to "Vote" on. It is similar to the Q&A Activity in that Voting shows first one screen with all the available voting options, then a screen showing the individual learner\'s selection, then a screen showing "progressive" voting results (i.e., a non-editable screen where learners can see results from themselves and other learners over time). Finally, there is Summary Screen of group results.
\n