Index: win_installer/build.xml
===================================================================
diff -u -r5758bb0413c6074c8630e31e7555b1417c0914b6 -rf1025ec87db303d5023e820729a0f77ce5e36df0
--- win_installer/build.xml (.../build.xml) (revision 5758bb0413c6074c8630e31e7555b1417c0914b6)
+++ win_installer/build.xml (.../build.xml) (revision f1025ec87db303d5023e820729a0f77ce5e36df0)
@@ -1,30 +1,36 @@
-
+
-
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
Index: win_installer/database/dump.sql
===================================================================
diff -u -rcc7ee3c373fcce9f76bc3adcae642b5f81783b0f -rf1025ec87db303d5023e820729a0f77ce5e36df0
--- win_installer/database/dump.sql (.../dump.sql) (revision cc7ee3c373fcce9f76bc3adcae642b5f81783b0f)
+++ win_installer/database/dump.sql (.../dump.sql) (revision f1025ec87db303d5023e820729a0f77ce5e36df0)
@@ -37,6 +37,29 @@
UNLOCK TABLES;
--
+-- Table structure for table `lams_activity_evaluation`
+--
+
+DROP TABLE IF EXISTS `lams_activity_evaluation`;
+CREATE TABLE `lams_activity_evaluation` (
+ `activity_evaluation_id` bigint(20) NOT NULL auto_increment,
+ `activity_id` bigint(20) NOT NULL,
+ `tool_output_definition` varchar(255) NOT NULL,
+ PRIMARY KEY (`activity_evaluation_id`),
+ KEY `activity_id` (`activity_id`),
+ CONSTRAINT `FK_lams_activity_evaluation_1` FOREIGN KEY (`activity_id`) REFERENCES `lams_learning_activity` (`activity_id`) ON DELETE CASCADE ON UPDATE CASCADE
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `lams_activity_evaluation`
+--
+
+LOCK TABLES `lams_activity_evaluation` WRITE;
+/*!40000 ALTER TABLE `lams_activity_evaluation` DISABLE KEYS */;
+/*!40000 ALTER TABLE `lams_activity_evaluation` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
-- Table structure for table `lams_activity_learners`
--
@@ -124,10 +147,10 @@
KEY `sequence_activity_id` (`sequence_activity_id`),
KEY `branch_activity_id` (`branch_activity_id`),
KEY `condition_id` (`condition_id`),
- CONSTRAINT `FK_lams_branch_activity_entry_4` FOREIGN KEY (`condition_id`) REFERENCES `lams_branch_condition` (`condition_id`),
- CONSTRAINT `FK_lams_branch_map_branch` FOREIGN KEY (`branch_activity_id`) REFERENCES `lams_learning_activity` (`activity_id`),
+ CONSTRAINT `FK_lams_group_activity_1` FOREIGN KEY (`group_id`) REFERENCES `lams_group` (`group_id`),
CONSTRAINT `FK_lams_branch_map_sequence` FOREIGN KEY (`sequence_activity_id`) REFERENCES `lams_learning_activity` (`activity_id`),
- CONSTRAINT `FK_lams_group_activity_1` FOREIGN KEY (`group_id`) REFERENCES `lams_group` (`group_id`)
+ CONSTRAINT `FK_lams_branch_map_branch` FOREIGN KEY (`branch_activity_id`) REFERENCES `lams_learning_activity` (`activity_id`),
+ CONSTRAINT `FK_lams_branch_activity_entry_4` FOREIGN KEY (`condition_id`) REFERENCES `lams_branch_condition` (`condition_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
@@ -238,7 +261,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.2.0.200812040949','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','D://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-12-05','config.dictionary.date.created','config.header.versions','STRING',1),('DumpDir','C:/lams/dump','config.dump.dir','config.header.system','STRING',1),('EARDir','D:/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),('LDAPBaseDN',',ou=Users,dc=melcoe,dc=mq,dc=edu,dc=au','config.ldap.base.dn','config.header.ldap','STRING',0),('LDAPBindUserDN','','config.ldap.bind.user.dn','config.header.ldap','STRING',0),('LDAPBindUserPassword','','config.ldap.bind.user.password','config.header.ldap','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),('LDAPProviderURL','ldap://192.158.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),('LDAPSearchFilter','(cn={0})','config.ldap.search.filter','config.header.ldap','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.2.0.200812040949','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.2.0.200812040949','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.2.0.200812040949','config.server.version.number','config.header.versions','STRING',1),('SMTPServer','','config.smtp.server','config.header.email','STRING',0),('TempDir','C:/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.2','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);
+INSERT INTO `lams_configuration` VALUES ('AdminScreenSize','1024x768','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.3.0.200905211859','config.authoring.client.version','config.header.versions','STRING',1),('AuthoringScreenSize','1024x768','config.authoring.screen.size','config.header.look.feel','STRING',1),('CleanupPreviewOlderThanDays','7','config.cleanup.preview.older.than.days','config.header.system','LONG',1),('ContentRepositoryPath','C:/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-12-05','config.dictionary.date.created','config.header.versions','STRING',1),('DumpDir','C:/lams/dump','config.dump.dir','config.header.system','STRING',1),('EARDir','D:/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),('LDAPBaseDN',',ou=Users,dc=melcoe,dc=mq,dc=edu,dc=au','config.ldap.base.dn','config.header.ldap','STRING',0),('LDAPBindUserDN','','config.ldap.bind.user.dn','config.header.ldap','STRING',0),('LDAPBindUserPassword','','config.ldap.bind.user.password','config.header.ldap','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),('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),('LDAPSearchFilter','(cn={0})','config.ldap.search.filter','config.header.ldap','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.3.0.200905211859','config.learner.client.version','config.header.versions','STRING',1),('LearnerProgressBatchSize','10','config.learner.progress.batch.size','config.header.look.feel','LONG',1),('LearnerScreenSize','1024x768','config.learner.screen.size','config.header.look.feel','STRING',1),('MonitorClientVersion','2.3.0.200905211859','config.monitor.client.version','config.header.versions','STRING',1),('MonitorScreenSize','1024x768','config.monitor.screen.size','config.header.look.feel','STRING',1),('Red5RecordingsUrl','','config.red5.recordings.url','config.header.red5','STRING',0),('Red5ServerUrl','','config.red5.server.url','config.header.red5','STRING',0),('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.3.0.200905211859','config.server.version.number','config.header.versions','STRING',1),('SMTPPassword','','config.smtp.password','config.header.email','STRING',0),('SMTPServer','','config.smtp.server','config.header.email','STRING',0),('SMTPUser','','config.smtp.user','config.header.email','STRING',0),('TempDir','C:/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.3','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','wildfire','config.xmpp.password','config.header.chat','STRING',0);
/*!40000 ALTER TABLE `lams_configuration` ENABLE KEYS */;
UNLOCK TABLES;
@@ -273,15 +296,15 @@
`name` varchar(255) NOT NULL,
`password` varchar(255) NOT NULL,
PRIMARY KEY (`credential_id`)
-) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Records the identification properties for a tool.';
+) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Records the identification properties for a tool.';
--
-- Dumping data for table `lams_cr_credential`
--
LOCK TABLES `lams_cr_credential` WRITE;
/*!40000 ALTER TABLE `lams_cr_credential` DISABLE KEYS */;
-INSERT INTO `lams_cr_credential` VALUES (1,'sharedresources','lams-sharedresources');
+INSERT INTO `lams_cr_credential` VALUES (1,'sharedresources','lams-sharedresources'),(2,'sharedimageGallery','lams-sharedresources');
/*!40000 ALTER TABLE `lams_cr_credential` ENABLE KEYS */;
UNLOCK TABLES;
@@ -301,15 +324,15 @@
PRIMARY KEY (`node_id`),
KEY `workspace_id` (`workspace_id`),
CONSTRAINT `FK_lams_cr_node_1` FOREIGN KEY (`workspace_id`) REFERENCES `lams_cr_workspace` (`workspace_id`)
-) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8 COMMENT='The main table containing the node definition';
+) ENGINE=InnoDB AUTO_INCREMENT=42 DEFAULT CHARSET=utf8 COMMENT='The main table containing the node definition';
--
-- Dumping data for table `lams_cr_node`
--
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-12-04 10:49:19',2,NULL),(2,1,'blueline.gif','FILENODE','2008-12-04 10:49:19',2,1),(3,1,'effective_authoring.swf','FILENODE','2008-12-04 10:49:19',2,1),(4,1,'index.htm','FILENODE','2008-12-04 10:49:19',2,1),(5,1,NULL,'PACKAGENODE','2008-12-04 10:49:20',2,NULL),(6,1,'blueline.gif','FILENODE','2008-12-04 10:49:20',2,5),(7,1,'index.htm','FILENODE','2008-12-04 10:49:20',2,5),(8,1,'whatislams.swf','FILENODE','2008-12-04 10:49:20',2,5),(9,1,NULL,'PACKAGENODE','2008-12-04 10:49:26',2,NULL),(10,1,'blueline.gif','FILENODE','2008-12-04 10:49:26',2,9),(11,1,'index.htm','FILENODE','2008-12-04 10:49:26',2,9),(12,1,'introToMonitor.swf','FILENODE','2008-12-04 10:49:26',2,9),(13,1,NULL,'PACKAGENODE','2008-12-04 10:49:26',2,NULL),(14,1,'blueline.gif','FILENODE','2008-12-04 10:49:26',2,13),(15,1,'index.htm','FILENODE','2008-12-04 10:49:26',2,13),(16,1,'introToAuthoring.swf','FILENODE','2008-12-04 10:49:26',2,13),(17,1,NULL,'PACKAGENODE','2008-12-04 10:49:26',2,NULL),(18,1,'blueline.gif','FILENODE','2008-12-04 10:49:26',2,17),(19,1,'index.htm','FILENODE','2008-12-04 10:49:26',2,17),(20,1,'learnerExperience.swf','FILENODE','2008-12-04 10:49:26',2,17),(21,1,NULL,'PACKAGENODE','2008-12-04 10:49:26',2,NULL),(22,1,'blueline.gif','FILENODE','2008-12-04 10:49:26',2,21),(23,1,'index.htm','FILENODE','2008-12-04 10:49:26',2,21),(24,1,'noflash.swf','FILENODE','2008-12-04 10:49:26',2,21),(25,1,NULL,'PACKAGENODE','2008-12-04 10:49:33',2,NULL),(26,1,'blueline.gif','FILENODE','2008-12-04 10:49:33',2,25),(27,1,'c5_noticeboard.swf','FILENODE','2008-12-04 10:49:33',2,25),(28,1,'index.htm','FILENODE','2008-12-04 10:49:33',2,25),(29,1,NULL,'PACKAGENODE','2008-12-04 10:49:33',2,NULL),(30,1,'blueline.gif','FILENODE','2008-12-04 10:49:33',2,29),(31,1,'c8_shareResources.swf','FILENODE','2008-12-04 10:49:33',2,29),(32,1,'index.htm','FILENODE','2008-12-04 10:49:33',2,29);
+INSERT INTO `lams_cr_node` VALUES (1,1,NULL,'PACKAGENODE','2009-05-21 19:07:13',2,NULL),(2,1,'blueline.gif','FILENODE','2009-05-21 19:07:13',2,1),(3,1,'effective_authoring.swf','FILENODE','2009-05-21 19:07:13',2,1),(4,1,'index.htm','FILENODE','2009-05-21 19:07:13',2,1),(5,1,NULL,'PACKAGENODE','2009-05-21 19:07:13',2,NULL),(6,1,'blueline.gif','FILENODE','2009-05-21 19:07:13',2,5),(7,1,'index.htm','FILENODE','2009-05-21 19:07:13',2,5),(8,1,'whatislams.swf','FILENODE','2009-05-21 19:07:13',2,5),(9,1,NULL,'PACKAGENODE','2009-05-21 19:07:18',2,NULL),(10,1,'blueline.gif','FILENODE','2009-05-21 19:07:19',2,9),(11,1,'index.htm','FILENODE','2009-05-21 19:07:19',2,9),(12,1,'introToMonitor.swf','FILENODE','2009-05-21 19:07:19',2,9),(13,1,NULL,'PACKAGENODE','2009-05-21 19:07:19',2,NULL),(14,1,'blueline.gif','FILENODE','2009-05-21 19:07:19',2,13),(15,1,'index.htm','FILENODE','2009-05-21 19:07:19',2,13),(16,1,'introToAuthoring.swf','FILENODE','2009-05-21 19:07:19',2,13),(17,1,NULL,'PACKAGENODE','2009-05-21 19:07:19',2,NULL),(18,1,'blueline.gif','FILENODE','2009-05-21 19:07:20',2,17),(19,1,'index.htm','FILENODE','2009-05-21 19:07:20',2,17),(20,1,'learnerExperience.swf','FILENODE','2009-05-21 19:07:20',2,17),(21,1,NULL,'PACKAGENODE','2009-05-21 19:07:20',2,NULL),(22,1,'blueline.gif','FILENODE','2009-05-21 19:07:20',2,21),(23,1,'index.htm','FILENODE','2009-05-21 19:07:20',2,21),(24,1,'noflash.swf','FILENODE','2009-05-21 19:07:20',2,21),(25,1,NULL,'PACKAGENODE','2009-05-21 19:07:24',2,NULL),(26,1,'blueline.gif','FILENODE','2009-05-21 19:07:24',2,25),(27,1,'c5_noticeboard.swf','FILENODE','2009-05-21 19:07:24',2,25),(28,1,'index.htm','FILENODE','2009-05-21 19:07:24',2,25),(29,1,NULL,'PACKAGENODE','2009-05-21 19:07:25',2,NULL),(30,1,'blueline.gif','FILENODE','2009-05-21 19:07:25',2,29),(31,1,'c8_shareResources.swf','FILENODE','2009-05-21 19:07:25',2,29),(32,1,'index.htm','FILENODE','2009-05-21 19:07:25',2,29),(33,2,NULL,'FILENODE','2009-05-21 19:07:42',2,NULL),(34,2,NULL,'FILENODE','2009-05-21 19:07:42',2,NULL),(35,2,NULL,'FILENODE','2009-05-21 19:07:42',2,NULL),(36,2,NULL,'FILENODE','2009-05-21 19:07:42',2,NULL),(37,2,NULL,'FILENODE','2009-05-21 19:07:42',2,NULL),(38,2,NULL,'FILENODE','2009-05-21 19:07:42',2,NULL),(39,2,NULL,'FILENODE','2009-05-21 19:07:42',2,NULL),(40,2,NULL,'FILENODE','2009-05-21 19:07:42',2,NULL),(41,2,NULL,'FILENODE','2009-05-21 19:07:42',2,NULL);
/*!40000 ALTER TABLE `lams_cr_node` ENABLE KEYS */;
UNLOCK TABLES;
@@ -327,15 +350,15 @@
PRIMARY KEY (`nv_id`),
KEY `node_id` (`node_id`),
CONSTRAINT `FK_lams_cr_node_version_2` FOREIGN KEY (`node_id`) REFERENCES `lams_cr_node` (`node_id`)
-) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8 COMMENT='Represents a version of a node';
+) ENGINE=InnoDB AUTO_INCREMENT=42 DEFAULT CHARSET=utf8 COMMENT='Represents a version of a node';
--
-- Dumping data for table `lams_cr_node_version`
--
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-12-04 10:49:19',5),(2,2,1,'2008-12-04 10:49:19',5),(3,3,1,'2008-12-04 10:49:19',5),(4,4,1,'2008-12-04 10:49:19',5),(5,5,1,'2008-12-04 10:49:20',5),(6,6,1,'2008-12-04 10:49:20',5),(7,7,1,'2008-12-04 10:49:20',5),(8,8,1,'2008-12-04 10:49:20',5),(9,9,1,'2008-12-04 10:49:26',5),(10,10,1,'2008-12-04 10:49:26',5),(11,11,1,'2008-12-04 10:49:26',5),(12,12,1,'2008-12-04 10:49:26',5),(13,13,1,'2008-12-04 10:49:26',5),(14,14,1,'2008-12-04 10:49:26',5),(15,15,1,'2008-12-04 10:49:26',5),(16,16,1,'2008-12-04 10:49:26',5),(17,17,1,'2008-12-04 10:49:26',5),(18,18,1,'2008-12-04 10:49:26',5),(19,19,1,'2008-12-04 10:49:26',5),(20,20,1,'2008-12-04 10:49:26',5),(21,21,1,'2008-12-04 10:49:26',5),(22,22,1,'2008-12-04 10:49:26',5),(23,23,1,'2008-12-04 10:49:26',5),(24,24,1,'2008-12-04 10:49:26',5),(25,25,1,'2008-12-04 10:49:33',5),(26,26,1,'2008-12-04 10:49:33',5),(27,27,1,'2008-12-04 10:49:33',5),(28,28,1,'2008-12-04 10:49:33',5),(29,29,1,'2008-12-04 10:49:33',5),(30,30,1,'2008-12-04 10:49:33',5),(31,31,1,'2008-12-04 10:49:33',5),(32,32,1,'2008-12-04 10:49:33',5);
+INSERT INTO `lams_cr_node_version` VALUES (1,1,1,'2009-05-21 19:07:13',5),(2,2,1,'2009-05-21 19:07:13',5),(3,3,1,'2009-05-21 19:07:13',5),(4,4,1,'2009-05-21 19:07:13',5),(5,5,1,'2009-05-21 19:07:13',5),(6,6,1,'2009-05-21 19:07:13',5),(7,7,1,'2009-05-21 19:07:13',5),(8,8,1,'2009-05-21 19:07:13',5),(9,9,1,'2009-05-21 19:07:18',5),(10,10,1,'2009-05-21 19:07:19',5),(11,11,1,'2009-05-21 19:07:19',5),(12,12,1,'2009-05-21 19:07:19',5),(13,13,1,'2009-05-21 19:07:19',5),(14,14,1,'2009-05-21 19:07:19',5),(15,15,1,'2009-05-21 19:07:19',5),(16,16,1,'2009-05-21 19:07:19',5),(17,17,1,'2009-05-21 19:07:19',5),(18,18,1,'2009-05-21 19:07:20',5),(19,19,1,'2009-05-21 19:07:20',5),(20,20,1,'2009-05-21 19:07:20',5),(21,21,1,'2009-05-21 19:07:20',5),(22,22,1,'2009-05-21 19:07:20',5),(23,23,1,'2009-05-21 19:07:20',5),(24,24,1,'2009-05-21 19:07:20',5),(25,25,1,'2009-05-21 19:07:24',5),(26,26,1,'2009-05-21 19:07:24',5),(27,27,1,'2009-05-21 19:07:24',5),(28,28,1,'2009-05-21 19:07:24',5),(29,29,1,'2009-05-21 19:07:25',5),(30,30,1,'2009-05-21 19:07:25',5),(31,31,1,'2009-05-21 19:07:25',5),(32,32,1,'2009-05-21 19:07:25',5),(33,33,1,'2009-05-21 19:07:42',5),(34,34,1,'2009-05-21 19:07:42',5),(35,35,1,'2009-05-21 19:07:42',5),(36,36,1,'2009-05-21 19:07:42',5),(37,37,1,'2009-05-21 19:07:42',5),(38,38,1,'2009-05-21 19:07:42',5),(39,39,1,'2009-05-21 19:07:42',5),(40,40,1,'2009-05-21 19:07:42',5),(41,41,1,'2009-05-21 19:07:42',5);
/*!40000 ALTER TABLE `lams_cr_node_version` ENABLE KEYS */;
UNLOCK TABLES;
@@ -353,15 +376,15 @@
PRIMARY KEY (`id`),
KEY `nv_id` (`nv_id`),
CONSTRAINT `FK_lams_cr_node_version_property_1` FOREIGN KEY (`nv_id`) REFERENCES `lams_cr_node_version` (`nv_id`)
-) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=51 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `lams_cr_node_version_property`
--
LOCK TABLES `lams_cr_node_version_property` WRITE;
/*!40000 ALTER TABLE `lams_cr_node_version_property` DISABLE KEYS */;
-INSERT INTO `lams_cr_node_version_property` VALUES (1,1,'INITIALPATH','index.htm',1),(2,2,'FILENAME','blueline.gif',1),(3,3,'FILENAME','effective_authoring.swf',1),(4,4,'FILENAME','index.htm',1),(5,5,'INITIALPATH','index.htm',1),(6,6,'FILENAME','blueline.gif',1),(7,7,'FILENAME','index.htm',1),(8,8,'FILENAME','whatislams.swf',1),(9,9,'INITIALPATH','index.htm',1),(10,10,'FILENAME','blueline.gif',1),(11,11,'FILENAME','index.htm',1),(12,12,'FILENAME','introToMonitor.swf',1),(13,13,'INITIALPATH','index.htm',1),(14,14,'FILENAME','blueline.gif',1),(15,15,'FILENAME','index.htm',1),(16,16,'FILENAME','introToAuthoring.swf',1),(17,17,'INITIALPATH','index.htm',1),(18,18,'FILENAME','blueline.gif',1),(19,19,'FILENAME','index.htm',1),(20,20,'FILENAME','learnerExperience.swf',1),(21,21,'INITIALPATH','index.htm',1),(22,22,'FILENAME','blueline.gif',1),(23,23,'FILENAME','index.htm',1),(24,24,'FILENAME','noflash.swf',1),(25,25,'INITIALPATH','index.htm',1),(26,26,'FILENAME','blueline.gif',1),(27,27,'FILENAME','c5_noticeboard.swf',1),(28,28,'FILENAME','index.htm',1),(29,29,'INITIALPATH','index.htm',1),(30,30,'FILENAME','blueline.gif',1),(31,31,'FILENAME','c8_shareResources.swf',1),(32,32,'FILENAME','index.htm',1);
+INSERT INTO `lams_cr_node_version_property` VALUES (1,1,'INITIALPATH','index.htm',1),(2,2,'FILENAME','blueline.gif',1),(3,3,'FILENAME','effective_authoring.swf',1),(4,4,'FILENAME','index.htm',1),(5,5,'INITIALPATH','index.htm',1),(6,6,'FILENAME','blueline.gif',1),(7,7,'FILENAME','index.htm',1),(8,8,'FILENAME','whatislams.swf',1),(9,9,'INITIALPATH','index.htm',1),(10,10,'FILENAME','blueline.gif',1),(11,11,'FILENAME','index.htm',1),(12,12,'FILENAME','introToMonitor.swf',1),(13,13,'INITIALPATH','index.htm',1),(14,14,'FILENAME','blueline.gif',1),(15,15,'FILENAME','index.htm',1),(16,16,'FILENAME','introToAuthoring.swf',1),(17,17,'INITIALPATH','index.htm',1),(18,18,'FILENAME','blueline.gif',1),(19,19,'FILENAME','index.htm',1),(20,20,'FILENAME','learnerExperience.swf',1),(21,21,'INITIALPATH','index.htm',1),(22,22,'FILENAME','blueline.gif',1),(23,23,'FILENAME','index.htm',1),(24,24,'FILENAME','noflash.swf',1),(25,25,'INITIALPATH','index.htm',1),(26,26,'FILENAME','blueline.gif',1),(27,27,'FILENAME','c5_noticeboard.swf',1),(28,28,'FILENAME','index.htm',1),(29,29,'INITIALPATH','index.htm',1),(30,30,'FILENAME','blueline.gif',1),(31,31,'FILENAME','c8_shareResources.swf',1),(32,32,'FILENAME','index.htm',1),(33,33,'FILENAME','tangled.jpg',1),(34,34,'FILENAME','medium_tangled.jpg',1),(35,35,'FILENAME','thumbnail_tangled.jpg',1),(36,36,'FILENAME','tech then and now.jpg',1),(37,37,'FILENAME','medium_tech then and now.jpg',1),(38,38,'FILENAME','thumbnail_tech then and now.jpg',1),(39,39,'FILENAME','screen_technology.jpg',1),(40,40,'FILENAME','medium_screen_technology.jpg',1),(41,41,'FILENAME','thumbnail_screen_technology.jpg',1),(42,33,'TYPE','ONLINE',1),(43,34,'TYPE','ONLINE',1),(44,35,'TYPE','ONLINE',1),(45,36,'TYPE','ONLINE',1),(46,37,'TYPE','ONLINE',1),(47,38,'TYPE','ONLINE',1),(48,39,'TYPE','ONLINE',1),(49,40,'TYPE','ONLINE',1),(50,41,'TYPE','ONLINE',1);
/*!40000 ALTER TABLE `lams_cr_node_version_property` ENABLE KEYS */;
UNLOCK TABLES;
@@ -374,15 +397,15 @@
`workspace_id` bigint(20) unsigned NOT NULL auto_increment,
`name` varchar(255) NOT NULL,
PRIMARY KEY (`workspace_id`)
-) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Content repository workspace';
+) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Content repository workspace';
--
-- Dumping data for table `lams_cr_workspace`
--
LOCK TABLES `lams_cr_workspace` WRITE;
/*!40000 ALTER TABLE `lams_cr_workspace` DISABLE KEYS */;
-INSERT INTO `lams_cr_workspace` VALUES (1,'sharedresourcesworkspace');
+INSERT INTO `lams_cr_workspace` VALUES (1,'sharedresourcesworkspace'),(2,'sharedimageGalleryworkspace');
/*!40000 ALTER TABLE `lams_cr_workspace` ENABLE KEYS */;
UNLOCK TABLES;
@@ -400,15 +423,15 @@
KEY `credential_id` (`credential_id`),
CONSTRAINT `FK_lams_cr_workspace_credential_1` FOREIGN KEY (`workspace_id`) REFERENCES `lams_cr_workspace` (`workspace_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `FK_lams_cr_workspace_credential_2` FOREIGN KEY (`credential_id`) REFERENCES `lams_cr_credential` (`credential_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
-) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Maps tools access to workspaces';
+) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Maps tools access to workspaces';
--
-- Dumping data for table `lams_cr_workspace_credential`
--
LOCK TABLES `lams_cr_workspace_credential` WRITE;
/*!40000 ALTER TABLE `lams_cr_workspace_credential` DISABLE KEYS */;
-INSERT INTO `lams_cr_workspace_credential` VALUES (1,1,1);
+INSERT INTO `lams_cr_workspace_credential` VALUES (1,1,1),(2,2,2);
/*!40000 ALTER TABLE `lams_cr_workspace_credential` ENABLE KEYS */;
UNLOCK TABLES;
@@ -502,8 +525,8 @@
UNIQUE KEY `uid` (`uid`),
KEY `EventSubscriptionsToUsers` (`user_id`),
KEY `event_uid` (`event_uid`),
- CONSTRAINT `EventSubscriptionsToEvent` FOREIGN KEY (`event_uid`) REFERENCES `lams_events` (`uid`) ON DELETE CASCADE ON UPDATE CASCADE,
- CONSTRAINT `EventSubscriptionsToUsers` FOREIGN KEY (`user_id`) REFERENCES `lams_user` (`user_id`) ON DELETE CASCADE ON UPDATE CASCADE
+ 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;
--
@@ -522,8 +545,8 @@
DROP TABLE IF EXISTS `lams_events`;
CREATE TABLE `lams_events` (
`uid` bigint(20) NOT NULL auto_increment,
- `scope` varchar(255) NOT NULL,
- `name` varchar(255) NOT NULL,
+ `scope` varchar(128) NOT NULL,
+ `name` varchar(128) NOT NULL,
`event_session_id` bigint(20) default NULL,
`triggered` tinyint(4) default NULL,
`default_subject` varchar(255) default NULL,
@@ -558,8 +581,8 @@
PRIMARY KEY (`sid`),
KEY `classid` (`classid`),
KEY `ext_server_org_map_id` (`ext_server_org_map_id`),
- CONSTRAINT `lams_ext_course_class_map_fk` FOREIGN KEY (`classid`) REFERENCES `lams_organisation` (`organisation_id`),
- CONSTRAINT `lams_ext_course_class_map_fk1` FOREIGN KEY (`ext_server_org_map_id`) REFERENCES `lams_ext_server_org_map` (`sid`) ON DELETE CASCADE ON UPDATE CASCADE
+ CONSTRAINT `lams_ext_course_class_map_fk1` FOREIGN KEY (`ext_server_org_map_id`) REFERENCES `lams_ext_server_org_map` (`sid`) ON DELETE CASCADE ON UPDATE CASCADE,
+ CONSTRAINT `lams_ext_course_class_map_fk` FOREIGN KEY (`classid`) REFERENCES `lams_organisation` (`organisation_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
@@ -617,8 +640,8 @@
PRIMARY KEY (`sid`),
KEY `user_id` (`user_id`),
KEY `ext_server_org_map_id` (`ext_server_org_map_id`),
- CONSTRAINT `lams_ext_user_userid_map_fk` FOREIGN KEY (`user_id`) REFERENCES `lams_user` (`user_id`) ON DELETE CASCADE ON UPDATE CASCADE,
- CONSTRAINT `lams_ext_user_userid_map_fk1` FOREIGN KEY (`ext_server_org_map_id`) REFERENCES `lams_ext_server_org_map` (`sid`) ON DELETE CASCADE ON UPDATE CASCADE
+ CONSTRAINT `lams_ext_user_userid_map_fk1` FOREIGN KEY (`ext_server_org_map_id`) REFERENCES `lams_ext_server_org_map` (`sid`) ON DELETE CASCADE ON UPDATE CASCADE,
+ CONSTRAINT `lams_ext_user_userid_map_fk` FOREIGN KEY (`user_id`) REFERENCES `lams_user` (`user_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
@@ -652,6 +675,61 @@
UNLOCK TABLES;
--
+-- Table structure for table `lams_gradebook_user_activity`
+--
+
+DROP TABLE IF EXISTS `lams_gradebook_user_activity`;
+CREATE TABLE `lams_gradebook_user_activity` (
+ `uid` bigint(20) NOT NULL auto_increment,
+ `activity_id` bigint(20) NOT NULL,
+ `user_id` bigint(20) NOT NULL,
+ `mark` double default NULL,
+ `feedback` text,
+ `marked_in_gradebook` tinyint(1) NOT NULL default '0',
+ PRIMARY KEY (`uid`),
+ KEY `activity_id` (`activity_id`,`user_id`),
+ KEY `FK_lams_gradebook_user_activity_2` (`user_id`),
+ CONSTRAINT `FK_lams_gradebook_user_activity_1` FOREIGN KEY (`activity_id`) REFERENCES `lams_learning_activity` (`activity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
+ CONSTRAINT `FK_lams_gradebook_user_activity_2` FOREIGN KEY (`user_id`) REFERENCES `lams_user` (`user_id`) ON DELETE CASCADE ON UPDATE CASCADE
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `lams_gradebook_user_activity`
+--
+
+LOCK TABLES `lams_gradebook_user_activity` WRITE;
+/*!40000 ALTER TABLE `lams_gradebook_user_activity` DISABLE KEYS */;
+/*!40000 ALTER TABLE `lams_gradebook_user_activity` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `lams_gradebook_user_lesson`
+--
+
+DROP TABLE IF EXISTS `lams_gradebook_user_lesson`;
+CREATE TABLE `lams_gradebook_user_lesson` (
+ `uid` bigint(20) NOT NULL auto_increment,
+ `lesson_id` bigint(20) NOT NULL,
+ `user_id` bigint(20) NOT NULL,
+ `mark` double default NULL,
+ `feedback` text,
+ PRIMARY KEY (`uid`),
+ KEY `lesson_id` (`lesson_id`,`user_id`),
+ KEY `FK_lams_gradebook_user_lesson_2` (`user_id`),
+ CONSTRAINT `FK_lams_gradebook_user_lesson_1` FOREIGN KEY (`lesson_id`) REFERENCES `lams_lesson` (`lesson_id`),
+ CONSTRAINT `FK_lams_gradebook_user_lesson_2` FOREIGN KEY (`user_id`) REFERENCES `lams_user` (`user_id`) ON DELETE CASCADE ON UPDATE CASCADE
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `lams_gradebook_user_lesson`
+--
+
+LOCK TABLES `lams_gradebook_user_lesson` WRITE;
+/*!40000 ALTER TABLE `lams_gradebook_user_lesson` DISABLE KEYS */;
+/*!40000 ALTER TABLE `lams_gradebook_user_lesson` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
-- Table structure for table `lams_group`
--
@@ -665,15 +743,15 @@
PRIMARY KEY (`group_id`),
KEY `grouping_id` (`grouping_id`),
CONSTRAINT `FK_lams_learning_group_1` FOREIGN KEY (`grouping_id`) REFERENCES `lams_grouping` (`grouping_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
-) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `lams_group`
--
LOCK TABLES `lams_group` WRITE;
/*!40000 ALTER TABLE `lams_group` DISABLE KEYS */;
-INSERT INTO `lams_group` VALUES (1,'Everybody learners',1,1,NULL),(2,'Everybody monitors',1,1,NULL),(3,'Everybody learners',2,1,NULL),(4,'Everybody monitors',2,1,NULL),(5,'Everybody learners',3,1,NULL),(6,'Everybody monitors',3,1,NULL);
+INSERT INTO `lams_group` VALUES (1,'Everybody learners',1,1,NULL),(2,'Everybody monitors',1,1,NULL),(3,'Everybody learners',2,1,NULL),(4,'Everybody monitors',2,1,NULL),(5,'Everybody learners',3,1,NULL),(6,'Everybody monitors',3,1,NULL),(7,'Everybody learners',4,1,NULL),(8,'Everybody monitors',4,1,NULL);
/*!40000 ALTER TABLE `lams_group` ENABLE KEYS */;
UNLOCK TABLES;
@@ -691,18 +769,19 @@
`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',
+ `view_students_before_selection` 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
-) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `lams_grouping`
--
LOCK TABLES `lams_grouping` WRITE;
/*!40000 ALTER TABLE `lams_grouping` DISABLE KEYS */;
-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);
+INSERT INTO `lams_grouping` VALUES (1,NULL,3,NULL,NULL,2,NULL,0,0),(2,NULL,3,NULL,NULL,4,NULL,0,0),(3,NULL,3,NULL,NULL,6,NULL,0,0),(4,NULL,3,NULL,NULL,8,NULL,0,0);
/*!40000 ALTER TABLE `lams_grouping` ENABLE KEYS */;
UNLOCK TABLES;
@@ -877,27 +956,27 @@
KEY `activity_category_id` (`activity_category_id`),
KEY `grouping_support_type_id` (`grouping_support_type_id`),
KEY `system_tool_id` (`system_tool_id`),
+ CONSTRAINT `FK_lams_learning_activity_7` FOREIGN KEY (`learning_library_id`) REFERENCES `lams_learning_library` (`learning_library_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
+ CONSTRAINT `FK_lams_learning_activity_6` FOREIGN KEY (`learning_design_id`) REFERENCES `lams_learning_design` (`learning_design_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
+ CONSTRAINT `FK_learning_activity_2` FOREIGN KEY (`parent_activity_id`) REFERENCES `lams_learning_activity` (`activity_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
+ CONSTRAINT `FK_learning_activity_3` FOREIGN KEY (`learning_activity_type_id`) REFERENCES `lams_learning_activity_type` (`learning_activity_type_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
+ CONSTRAINT `FK_learning_activity_6` FOREIGN KEY (`grouping_id`) REFERENCES `lams_grouping` (`grouping_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
+ CONSTRAINT `FK_lams_learning_activity_8` FOREIGN KEY (`tool_id`) REFERENCES `lams_tool` (`tool_id`),
CONSTRAINT `FK_lams_learning_activity_10` FOREIGN KEY (`gate_activity_level_id`) REFERENCES `lams_gate_activity_level` (`gate_activity_level_id`),
+ CONSTRAINT `FK_lams_learning_activity_9` FOREIGN KEY (`create_grouping_id`) REFERENCES `lams_grouping` (`grouping_id`),
CONSTRAINT `FK_lams_learning_activity_11` FOREIGN KEY (`library_activity_id`) REFERENCES `lams_learning_activity` (`activity_id`),
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`),
- CONSTRAINT `FK_lams_learning_activity_6` FOREIGN KEY (`learning_design_id`) REFERENCES `lams_learning_design` (`learning_design_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
- CONSTRAINT `FK_lams_learning_activity_7` FOREIGN KEY (`learning_library_id`) REFERENCES `lams_learning_library` (`learning_library_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
- CONSTRAINT `FK_lams_learning_activity_8` FOREIGN KEY (`tool_id`) REFERENCES `lams_tool` (`tool_id`),
- CONSTRAINT `FK_lams_learning_activity_9` FOREIGN KEY (`create_grouping_id`) REFERENCES `lams_grouping` (`grouping_id`),
- CONSTRAINT `FK_learning_activity_2` FOREIGN KEY (`parent_activity_id`) REFERENCES `lams_learning_activity` (`activity_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
- CONSTRAINT `FK_learning_activity_3` FOREIGN KEY (`learning_activity_type_id`) REFERENCES `lams_learning_activity_type` (`learning_activity_type_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
- CONSTRAINT `FK_learning_activity_6` FOREIGN KEY (`grouping_id`) REFERENCES `lams_grouping` (`grouping_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
-) ENGINE=InnoDB AUTO_INCREMENT=125 DEFAULT CHARSET=utf8;
+ CONSTRAINT `FK_lams_learning_activity_14` FOREIGN KEY (`system_tool_id`) REFERENCES `lams_system_tool` (`system_tool_id`)
+) ENGINE=InnoDB AUTO_INCREMENT=146 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `lams_learning_activity`
--
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-12-04 09:49:54',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-12-04 09:50:06',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-12-04 09:50:14',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-12-04 09:50:22',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-12-04 09:50: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-12-04 09:50:43',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-12-04 09:50:51',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-12-04 09:51:00',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-12-04 09:51:10',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-12-04 09:51:20',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-12-04 09:51:30',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-12-04 09:51:40',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-12-04 09:51:50',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-12-04 09:52:00',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-12-04 09:52:09',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-12-04 09:52:17',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-12-04 09:52:19',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-12-04 09:52:19',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-12-04 09:52:19',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-12-04 09:52:20',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-12-04 09:52:20',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-12-04 09:52:20',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-12-04 09:52:21',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-12-04 09:52:21',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-12-04 09:52:21',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,NULL,'Dimdim Tool','Dimdim Tool','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,20,'2008-12-04 10:42:21',0,NULL,NULL,NULL,17,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/laddim10/images/icon_dimdim.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.dimdim.ApplicationResources',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.','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-12-04 10:49:20',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,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-12-04 10:49:20',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),(29,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-12-04 10:49:20',0,NULL,NULL,NULL,6,20,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),(30,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-12-04 10:49:20',0,NULL,NULL,NULL,2,21,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,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-12-04 10:49:20',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),(32,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-12-04 10:49:26',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),(33,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-12-04 10:49:26',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),(34,5,NULL,'The Learning Environment (Participate in a Lesson)',NULL,4,48,33,4,8,2,0,NULL,NULL,1,0,2,NULL,'2008-12-04 10:49:26',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,35,NULL,NULL,NULL,NULL,0),(35,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,34,5,1,2,0,NULL,NULL,1,0,2,NULL,'2008-12-04 10:49:26',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,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-12-04 10:49:26',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),(37,13,'Sharing resource with others.','Learner Wink','Uploading your resources to share with others.',65,5,34,5,1,2,0,NULL,NULL,2,0,2,NULL,'2008-12-04 10:49:26',0,NULL,NULL,NULL,6,29,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,6,NULL,'The Authoring Environment (Create a Lesson)',NULL,4,105,33,4,8,2,0,NULL,NULL,2,0,2,NULL,'2008-12-04 10:49:26',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,44,NULL,NULL,NULL,NULL,0),(39,8,NULL,'The Monitoring Environment (Teach a Lesson)',NULL,4,162,33,4,8,2,0,NULL,NULL,3,0,2,NULL,'2008-12-04 10:49:26',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),(40,23,'Sharing resource with others.','NoFlash Wink','Uploading your resources to share with others.',124,5,34,5,1,2,0,NULL,NULL,3,0,2,NULL,'2008-12-04 10:49:26',0,NULL,NULL,NULL,6,31,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),(41,16,NULL,'System Administration [Online Link]',NULL,4,219,33,4,8,2,0,NULL,NULL,4,0,2,NULL,'2008-12-04 10:49:26',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),(42,15,'Sharing resource with others.','Monitor Wink','Uploading your resources to share with others.',5,5,39,8,1,2,0,NULL,NULL,1,0,2,NULL,'2008-12-04 10:49:26',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,17,'Sharing resource with others.','Share Resources','Uploading your resources to share with others.',5,5,41,16,1,2,0,NULL,NULL,1,0,2,NULL,'2008-12-04 10:49:26',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,14,'Sharing resource with others.','Author Wink','Uploading your resources to share with others.',5,5,38,6,1,2,0,NULL,NULL,1,0,2,NULL,'2008-12-04 10:49:26',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),(45,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,39,8,1,2,0,NULL,NULL,2,0,2,NULL,'2008-12-04 10:49:26',0,NULL,NULL,NULL,2,30,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,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-12-04 10:49:35',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,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-12-04 10:49:35',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,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.',384,34,NULL,NULL,1,2,0,NULL,NULL,NULL,0,3,NULL,'2008-12-04 10:49:35',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),(49,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-12-04 10:49:35',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),(50,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,25,191,NULL,NULL,13,2,0,NULL,NULL,NULL,0,3,NULL,'2008-12-04 10:49:35',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),(51,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.',268,470,NULL,NULL,1,2,0,NULL,NULL,NULL,0,3,NULL,'2008-12-04 10:49:35',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),(52,9,NULL,'Assessment - Collect Learner Responses',NULL,4,48,50,8,8,2,0,NULL,NULL,1,0,3,NULL,'2008-12-04 10:49:35',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,53,NULL,NULL,NULL,NULL,0),(53,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,52,9,1,2,0,NULL,NULL,1,0,3,NULL,'2008-12-04 10:49:35',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),(54,64,'Spreadsheet.','Spreadsheet','Spreadsheet Tool.',219,107,NULL,NULL,1,2,0,NULL,NULL,NULL,0,3,NULL,'2008-12-04 10:49:35',0,NULL,NULL,NULL,13,38,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lasprd10/images/icon_spreadsheet.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(55,74,'Tool for displaying HTML content including external sources such as images and other media.','Dimdim Discussion','Displays formatted text and links to external sources on a read only page.',56,472,NULL,NULL,1,2,0,NULL,NULL,NULL,0,3,NULL,'2008-12-04 10:49:35',0,NULL,NULL,NULL,2,39,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,10,NULL,'Collaborative - Get Learners to Work Together',NULL,4,105,50,8,8,2,0,NULL,NULL,2,0,3,NULL,'2008-12-04 10:49:35',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,72,NULL,NULL,NULL,NULL,0),(57,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,52,9,1,2,0,NULL,NULL,2,0,3,NULL,'2008-12-04 10:49:35',0,NULL,NULL,NULL,16,43,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),(58,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,56,10,1,2,0,NULL,NULL,2,0,3,NULL,'2008-12-04 10:49:35',0,NULL,NULL,NULL,2,44,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),(59,12,NULL,'Reflective - \'Capture\' Students Learning',NULL,4,162,50,8,8,2,0,NULL,NULL,3,0,3,NULL,'2008-12-04 10:49:35',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,71,NULL,NULL,NULL,NULL,0),(60,30,'Tool to create Surveys','Survey','Answer surveys.',124,5,59,12,1,2,0,NULL,NULL,3,0,3,NULL,'2008-12-04 10:49:35',0,NULL,NULL,NULL,9,47,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),(61,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,52,9,1,2,0,NULL,NULL,3,0,3,NULL,'2008-12-04 10:49:35',0,NULL,NULL,NULL,4,48,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),(62,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,56,10,6,2,0,NULL,NULL,3,0,3,NULL,'2008-12-04 10:49:35',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),(63,32,'Allows voting format','Voting','Voting help text',184,5,59,12,1,2,0,NULL,NULL,4,0,3,NULL,'2008-12-04 10:49:35',0,NULL,NULL,NULL,7,49,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),(64,77,'Tool for displaying HTML content including external sources such as images and other media.','New Collaboratives','Displays formatted text and links to external sources on a read only page.',184,5,56,10,1,2,0,NULL,NULL,4,0,3,NULL,'2008-12-04 10:49:35',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,0,NULL,NULL,NULL,NULL,NULL,0),(65,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,59,12,1,2,0,NULL,NULL,5,0,3,NULL,'2008-12-04 10:49:35',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,0,NULL,NULL,NULL,NULL,NULL,0),(66,67,'Google Mapping Tool','Gmap','Gmap for marking world map points',243,5,56,10,1,2,0,NULL,NULL,5,0,3,NULL,'2008-12-04 10:49:35',0,NULL,NULL,NULL,12,52,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lagmap10/images/icon_gmap.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(67,34,'Notebook Tool','Notebook','Notebook for notes and reflections',303,5,59,12,1,2,0,NULL,NULL,6,0,3,NULL,'2008-12-04 10:49:35',0,NULL,NULL,NULL,8,53,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),(68,69,'Wiki Tool','Wiki','Wiki tool for creating wiki pages',303,5,56,10,1,2,0,NULL,NULL,6,0,3,NULL,'2008-12-04 10:49:35',0,NULL,NULL,NULL,15,54,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lawiki10/images/icon_wiki.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(69,83,'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.',362,5,59,12,1,2,0,NULL,NULL,7,0,3,NULL,'2008-12-04 10:49:35',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,0,NULL,NULL,NULL,NULL,NULL,0),(70,71,'Collecting data with custom structure.','Data Collection','Asking questions with custom, limited answers.',422,5,59,12,1,2,0,NULL,NULL,8,0,3,NULL,'2008-12-04 10:49:35',0,NULL,NULL,NULL,14,56,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/ladaco10/images/icon_daco.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(71,15,'Tool for displaying HTML content including external sources such as images and other media.','Reflective Intro','Displays formatted text and links to external sources on a read only page.',5,5,59,12,1,2,0,NULL,NULL,1,0,3,NULL,'2008-12-04 10:49:35',0,NULL,NULL,NULL,2,40,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),(72,14,'Tool for displaying HTML content including external sources such as images and other media.','Collaborative Intro','Displays formatted text and links to external sources on a read only page.',5,5,56,10,1,2,0,NULL,NULL,1,0,3,NULL,'2008-12-04 10:49:35',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),(73,61,'Sharing resource with others.','Share Resources','Uploading your resources to share with others.',8,45,62,60,1,2,0,NULL,NULL,1,0,3,NULL,'2008-12-04 10:49:35',0,NULL,NULL,NULL,6,42,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),(74,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,59,12,1,2,0,NULL,NULL,2,0,3,NULL,'2008-12-04 10:49:35',0,NULL,NULL,NULL,3,45,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),(75,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,62,60,1,2,0,NULL,NULL,2,0,3,NULL,'2008-12-04 10:49:35',0,NULL,NULL,NULL,1,46,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),(76,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-12-04 10:51:58',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),(77,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-12-04 10:51:58',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),(78,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-12-04 10:51:58',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),(79,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-12-04 10:51:58',0,NULL,NULL,NULL,6,60,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,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-12-04 10:51:58',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),(81,23,'Sharing resource with others.','NoFlash Wink','Uploading your resources to share with others.',124,5,89,5,1,2,0,NULL,NULL,3,0,5,NULL,'2008-12-04 10:52:07',0,NULL,NULL,NULL,6,69,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),(82,13,'Sharing resource with others.','Learner Wink','Uploading your resources to share with others.',65,5,89,5,1,2,0,NULL,NULL,2,0,5,NULL,'2008-12-04 10:52:07',0,NULL,NULL,NULL,6,67,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,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-12-04 10:52:07',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),(84,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-12-04 10:52:08',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),(85,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,89,5,1,2,0,NULL,NULL,1,0,5,NULL,'2008-12-04 10:52:07',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),(86,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-12-04 10:52:07',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),(87,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,93,8,1,2,0,NULL,NULL,2,0,5,NULL,'2008-12-04 10:52:07',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),(88,15,'Sharing resource with others.','Monitor Wink','Uploading your resources to share with others.',5,5,93,8,1,2,0,NULL,NULL,1,0,5,NULL,'2008-12-04 10:52:07',0,NULL,NULL,NULL,6,64,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),(89,5,NULL,'The Learning Environment (Participate in a Lesson)',NULL,4,48,83,4,8,2,0,NULL,NULL,1,0,5,NULL,'2008-12-04 10:52:07',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,85,NULL,NULL,NULL,NULL,0),(90,14,'Sharing resource with others.','Author Wink','Uploading your resources to share with others.',5,5,92,6,1,2,0,NULL,NULL,1,0,5,NULL,'2008-12-04 10:52:07',0,NULL,NULL,NULL,6,65,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),(91,17,'Sharing resource with others.','Share Resources','Uploading your resources to share with others.',5,5,94,16,1,2,0,NULL,NULL,1,0,5,NULL,'2008-12-04 10:52:07',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),(92,6,NULL,'The Authoring Environment (Create a Lesson)',NULL,4,105,83,4,8,2,0,NULL,NULL,2,0,5,NULL,'2008-12-04 10:52:07',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),(93,8,NULL,'The Monitoring Environment (Teach a Lesson)',NULL,4,162,83,4,8,2,0,NULL,NULL,3,0,5,NULL,'2008-12-04 10:52:07',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,88,NULL,NULL,NULL,NULL,0),(94,16,NULL,'System Administration [Online Link]',NULL,4,219,83,4,8,2,0,NULL,NULL,4,0,5,NULL,'2008-12-04 10:52:07',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,91,NULL,NULL,NULL,NULL,0),(95,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,120,9,1,2,0,NULL,NULL,2,0,6,NULL,'2008-12-04 10:52:17',0,NULL,NULL,NULL,16,94,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),(96,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,120,9,1,2,0,NULL,NULL,1,0,6,NULL,'2008-12-04 10:52:16',0,NULL,NULL,NULL,2,92,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),(97,64,'Spreadsheet.','Spreadsheet','Spreadsheet Tool.',219,107,NULL,NULL,1,2,0,NULL,NULL,NULL,0,6,NULL,'2008-12-04 10:52:16',0,NULL,NULL,NULL,13,72,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lasprd10/images/icon_spreadsheet.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(98,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-12-04 10:52:16',0,NULL,NULL,NULL,6,76,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),(99,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.',268,470,NULL,NULL,1,2,0,NULL,NULL,NULL,0,6,NULL,'2008-12-04 10:52:16',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),(100,74,'Tool for displaying HTML content including external sources such as images and other media.','Dimdim Discussion','Displays formatted text and links to external sources on a read only page.',56,472,NULL,NULL,1,2,0,NULL,NULL,NULL,0,6,NULL,'2008-12-04 10:52:16',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),(101,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,25,191,NULL,NULL,13,2,0,NULL,NULL,NULL,0,6,NULL,'2008-12-04 10:52:16',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),(102,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,124,12,1,2,0,NULL,NULL,2,0,6,NULL,'2008-12-04 10:52:16',0,NULL,NULL,NULL,3,82,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),(103,15,'Tool for displaying HTML content including external sources such as images and other media.','Reflective Intro','Displays formatted text and links to external sources on a read only page.',5,5,124,12,1,2,0,NULL,NULL,1,0,6,NULL,'2008-12-04 10:52:16',0,NULL,NULL,NULL,2,78,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,83,'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.',362,5,124,12,1,2,0,NULL,NULL,7,0,6,NULL,'2008-12-04 10:52:16',0,NULL,NULL,NULL,2,84,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),(105,34,'Notebook Tool','Notebook','Notebook for notes and reflections',303,5,124,12,1,2,0,NULL,NULL,6,0,6,NULL,'2008-12-04 10:52:16',0,NULL,NULL,NULL,8,81,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),(106,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,122,10,6,2,0,NULL,NULL,3,0,6,NULL,'2008-12-04 10:52:16',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),(107,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,122,10,1,2,0,NULL,NULL,2,0,6,NULL,'2008-12-04 10:52:16',0,NULL,NULL,NULL,2,88,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),(108,77,'Tool for displaying HTML content including external sources such as images and other media.','New Collaboratives','Displays formatted text and links to external sources on a read only page.',184,5,122,10,1,2,0,NULL,NULL,4,0,6,NULL,'2008-12-04 10:52:16',0,NULL,NULL,NULL,2,87,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),(109,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-12-04 10:52:17',0,NULL,NULL,NULL,2,95,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),(110,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-12-04 10:52:16',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),(111,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.',384,34,NULL,NULL,1,2,0,NULL,NULL,NULL,0,6,NULL,'2008-12-04 10:52:16',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),(112,71,'Collecting data with custom structure.','Data Collection','Asking questions with custom, limited answers.',422,5,124,12,1,2,0,NULL,NULL,8,0,6,NULL,'2008-12-04 10:52:16',0,NULL,NULL,NULL,14,79,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/ladaco10/images/icon_daco.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(113,69,'Wiki Tool','Wiki','Wiki tool for creating wiki pages',303,5,122,10,1,2,0,NULL,NULL,6,0,6,NULL,'2008-12-04 10:52:16',0,NULL,NULL,NULL,15,91,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lawiki10/images/icon_wiki.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(114,67,'Google Mapping Tool','Gmap','Gmap for marking world map points',243,5,122,10,1,2,0,NULL,NULL,5,0,6,NULL,'2008-12-04 10:52:16',0,NULL,NULL,NULL,12,86,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lagmap10/images/icon_gmap.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(115,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,124,12,1,2,0,NULL,NULL,5,0,6,NULL,'2008-12-04 10:52:16',0,NULL,NULL,NULL,2,77,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),(116,32,'Allows voting format','Voting','Voting help text',184,5,124,12,1,2,0,NULL,NULL,4,0,6,NULL,'2008-12-04 10:52:16',0,NULL,NULL,NULL,7,80,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),(117,30,'Tool to create Surveys','Survey','Answer surveys.',124,5,124,12,1,2,0,NULL,NULL,3,0,6,NULL,'2008-12-04 10:52:16',0,NULL,NULL,NULL,9,83,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),(118,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,120,9,1,2,0,NULL,NULL,3,0,6,NULL,'2008-12-04 10:52:17',0,NULL,NULL,NULL,4,93,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),(119,14,'Tool for displaying HTML content including external sources such as images and other media.','Collaborative Intro','Displays formatted text and links to external sources on a read only page.',5,5,122,10,1,2,0,NULL,NULL,1,0,6,NULL,'2008-12-04 10:52:16',0,NULL,NULL,NULL,2,85,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),(120,9,NULL,'Assessment - Collect Learner Responses',NULL,4,48,101,8,8,2,0,NULL,NULL,1,0,6,NULL,'2008-12-04 10:52:16',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,96,NULL,NULL,NULL,NULL,0),(121,61,'Sharing resource with others.','Share Resources','Uploading your resources to share with others.',8,45,106,60,1,2,0,NULL,NULL,1,0,6,NULL,'2008-12-04 10:52:16',0,NULL,NULL,NULL,6,89,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),(122,10,NULL,'Collaborative - Get Learners to Work Together',NULL,4,105,101,8,8,2,0,NULL,NULL,2,0,6,NULL,'2008-12-04 10:52:16',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,119,NULL,NULL,NULL,NULL,0),(123,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,106,60,1,2,0,NULL,NULL,2,0,6,NULL,'2008-12-04 10:52:16',0,NULL,NULL,NULL,1,90,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),(124,12,NULL,'Reflective - \'Capture\' Students Learning',NULL,4,162,101,8,8,2,0,NULL,NULL,3,0,6,NULL,'2008-12-04 10:52:16',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);
+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,'2009-05-21 19:00: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,'2009-05-21 19:01:01',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,'2009-05-21 19:01:08',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,'2009-05-21 19:01:15',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,'2009-05-21 19:01:25',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,'2009-05-21 19:01:35',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,'2009-05-21 19:01:43',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,'2009-05-21 19:01:51',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,'2009-05-21 19:02:01',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,'2009-05-21 19:02:11',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,'2009-05-21 19:02:20',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,'2009-05-21 19:02:30',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,'2009-05-21 19:02:39',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,'2009-05-21 19:02:48',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,'2009-05-21 19:02:58',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,'ImageGallery','ImageGallery','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,16,'2009-05-21 19:03:09',0,NULL,NULL,NULL,16,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/laimag10/images/icon_imageGallery.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.imageGallery.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(17,NULL,'Dimdim Tool','Dimdim Tool','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,17,'2009-05-21 19:03:18',0,NULL,NULL,NULL,17,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/laddim10/images/icon_dimdim.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.dimdim.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(18,NULL,'VideoRecorder Tool','VideoRecorder Tool','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,18,'2009-05-21 19:03:29',0,NULL,NULL,NULL,18,NULL,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lavidr10/images/icon_videoRecorder.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.videoRecorder.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(19,NULL,'Mindmap Tool','Mindmap Tool','Mindmap Tool for creating mindmaps.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,19,'2009-05-21 19:03:38',0,NULL,NULL,NULL,19,NULL,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lamind10/images/icon_mindmap.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.mindmap.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(20,NULL,'Assessment','Assessment','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,20,'2009-05-21 19:03:51',0,NULL,NULL,NULL,20,NULL,3,NULL,NULL,NULL,NULL,NULL,NULL,'tool/laasse10/images/icon_assessment.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.assessment.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(21,NULL,'Pixlr Tool','Pixlr Tool','Put some help text here.',NULL,NULL,NULL,NULL,1,2,0,NULL,NULL,NULL,0,NULL,21,'2009-05-21 19:04:01',0,NULL,NULL,NULL,21,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lapixl10/images/icon_pixlr.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.tool.pixlr.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(22,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,22,'2009-05-21 19:04:07',0,NULL,NULL,NULL,22,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),(23,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,23,'2009-05-21 19:04:08',0,NULL,NULL,NULL,NULL,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,'images/icon_urlcontentmessageboard.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.library.llid23.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(24,NULL,'Share Resources','Share Resources','Share Resources',NULL,NULL,23,NULL,1,2,0,NULL,NULL,NULL,0,NULL,NULL,'2009-05-21 19:04:08',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),(25,NULL,'Forum/Message Board','Forum','Forum/Message Board',NULL,NULL,23,NULL,1,2,0,NULL,NULL,NULL,0,NULL,NULL,'2009-05-21 19:04: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),(26,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,24,'2009-05-21 19:04:10',0,NULL,NULL,NULL,NULL,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,'images/icon_groupreporting.swf',NULL,NULL,NULL,'org.lamsfoundation.lams.library.llid24.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(27,NULL,'Chat Tool','Chat Tool','Chat',NULL,NULL,26,NULL,1,2,0,NULL,NULL,NULL,0,NULL,NULL,'2009-05-21 19:04:10',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),(28,NULL,'Scribe Tool','Scribe Tool','Scribe',NULL,NULL,26,NULL,1,2,0,NULL,NULL,NULL,0,NULL,NULL,'2009-05-21 19:04:10',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),(29,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,25,'2009-05-21 19:04:11',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.llid25.ApplicationResources',NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(30,NULL,'Forum/Message Board','Forum','Forum/Message Board',NULL,NULL,29,NULL,1,2,0,NULL,NULL,NULL,0,NULL,NULL,'2009-05-21 19:04: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),(31,NULL,'Scribe Tool','Scribe Tool','Scribe',NULL,NULL,29,NULL,1,2,0,NULL,NULL,NULL,0,NULL,NULL,'2009-05-21 19:04:11',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),(32,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,'2009-05-21 19:07:13',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),(33,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,'2009-05-21 19:07:13',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),(34,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,'2009-05-21 19:07:13',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),(35,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,'2009-05-21 19:07:13',0,NULL,NULL,NULL,2,26,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,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,'2009-05-21 19:07:13',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),(37,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,'2009-05-21 19:07:20',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),(38,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,'2009-05-21 19:07:20',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),(39,5,NULL,'The Learning Environment (Participate in a Lesson)',NULL,4,48,38,4,8,2,0,NULL,NULL,1,0,2,NULL,'2009-05-21 19:07:20',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,40,NULL,NULL,NULL,NULL,0),(40,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,39,5,1,2,0,NULL,NULL,1,0,2,NULL,'2009-05-21 19:07:20',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),(41,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,'2009-05-21 19:07:20',0,NULL,NULL,NULL,2,30,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,13,'Sharing resource with others.','Learner Wink','Uploading your resources to share with others.',65,5,39,5,1,2,0,NULL,NULL,2,0,2,NULL,'2009-05-21 19:07:20',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),(43,6,NULL,'The Authoring Environment (Create a Lesson)',NULL,4,105,38,4,8,2,0,NULL,NULL,2,0,2,NULL,'2009-05-21 19:07:20',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,49,NULL,NULL,NULL,NULL,0),(44,8,NULL,'The Monitoring Environment (Teach a Lesson)',NULL,4,162,38,4,8,2,0,NULL,NULL,3,0,2,NULL,'2009-05-21 19:07:20',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,47,NULL,NULL,NULL,NULL,0),(45,23,'Sharing resource with others.','NoFlash Wink','Uploading your resources to share with others.',124,5,39,5,1,2,0,NULL,NULL,3,0,2,NULL,'2009-05-21 19:07:20',0,NULL,NULL,NULL,6,36,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),(46,16,NULL,'System Administration [Online Link]',NULL,4,219,38,4,8,2,0,NULL,NULL,4,0,2,NULL,'2009-05-21 19:07:20',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),(47,15,'Sharing resource with others.','Monitor Wink','Uploading your resources to share with others.',5,5,44,8,1,2,0,NULL,NULL,1,0,2,NULL,'2009-05-21 19:07:20',0,NULL,NULL,NULL,6,31,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),(48,17,'Sharing resource with others.','Share Resources','Uploading your resources to share with others.',5,5,46,16,1,2,0,NULL,NULL,1,0,2,NULL,'2009-05-21 19:07:20',0,NULL,NULL,NULL,6,32,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,14,'Sharing resource with others.','Author Wink','Uploading your resources to share with others.',5,5,43,6,1,2,0,NULL,NULL,1,0,2,NULL,'2009-05-21 19:07:20',0,NULL,NULL,NULL,6,33,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),(50,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,44,8,1,2,0,NULL,NULL,2,0,2,NULL,'2009-05-21 19:07:20',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,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,'2009-05-21 19:07:26',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,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,'2009-05-21 19:07:26',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),(53,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.',384,34,NULL,NULL,1,2,0,NULL,NULL,NULL,0,3,NULL,'2009-05-21 19:07:26',0,NULL,NULL,NULL,2,39,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),(54,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,'2009-05-21 19:07:26',0,NULL,NULL,NULL,6,40,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),(55,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,25,191,NULL,NULL,13,2,0,NULL,NULL,NULL,0,3,NULL,'2009-05-21 19:07:26',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),(56,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.',268,470,NULL,NULL,1,2,0,NULL,NULL,NULL,0,3,NULL,'2009-05-21 19:07:26',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),(57,9,NULL,'Assessment - Collect Learner Responses',NULL,4,48,55,8,8,2,0,NULL,NULL,1,0,3,NULL,'2009-05-21 19:07:26',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,58,NULL,NULL,NULL,NULL,0),(58,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,57,9,1,2,0,NULL,NULL,1,0,3,NULL,'2009-05-21 19:07:26',0,NULL,NULL,NULL,2,42,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),(59,64,'Spreadsheet.','Spreadsheet','Spreadsheet Tool.',219,107,NULL,NULL,1,2,0,NULL,NULL,NULL,0,3,NULL,'2009-05-21 19:07:26',0,NULL,NULL,NULL,13,43,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lasprd10/images/icon_spreadsheet.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(60,74,'Tool for displaying HTML content including external sources such as images and other media.','Dimdim Discussion','Displays formatted text and links to external sources on a read only page.',56,472,NULL,NULL,1,2,0,NULL,NULL,NULL,0,3,NULL,'2009-05-21 19:07:26',0,NULL,NULL,NULL,2,44,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,10,NULL,'Collaborative - Get Learners to Work Together',NULL,4,105,55,8,8,2,0,NULL,NULL,2,0,3,NULL,'2009-05-21 19:07:26',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,77,NULL,NULL,NULL,NULL,0),(62,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,57,9,1,2,0,NULL,NULL,2,0,3,NULL,'2009-05-21 19:07:26',0,NULL,NULL,NULL,22,48,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),(63,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,61,10,1,2,0,NULL,NULL,2,0,3,NULL,'2009-05-21 19:07:26',0,NULL,NULL,NULL,2,49,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,12,NULL,'Reflective - \'Capture\' Students Learning',NULL,4,162,55,8,8,2,0,NULL,NULL,3,0,3,NULL,'2009-05-21 19:07:26',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,76,NULL,NULL,NULL,NULL,0),(65,30,'Tool to create Surveys','Survey','Answer surveys.',124,5,64,12,1,2,0,NULL,NULL,3,0,3,NULL,'2009-05-21 19:07:26',0,NULL,NULL,NULL,9,52,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),(66,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,57,9,1,2,0,NULL,NULL,3,0,3,NULL,'2009-05-21 19:07:26',0,NULL,NULL,NULL,4,53,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),(67,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,61,10,6,2,0,NULL,NULL,3,0,3,NULL,'2009-05-21 19:07:26',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),(68,32,'Allows voting format','Voting','Voting help text',184,5,64,12,1,2,0,NULL,NULL,4,0,3,NULL,'2009-05-21 19:07:26',0,NULL,NULL,NULL,7,54,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),(69,77,'Tool for displaying HTML content including external sources such as images and other media.','New Collaboratives','Displays formatted text and links to external sources on a read only page.',184,5,61,10,1,2,0,NULL,NULL,4,0,3,NULL,'2009-05-21 19:07:26',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,0,NULL,NULL,NULL,NULL,NULL,0),(70,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,64,12,1,2,0,NULL,NULL,5,0,3,NULL,'2009-05-21 19:07:26',0,NULL,NULL,NULL,2,56,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),(71,67,'Google Mapping Tool','Gmap','Gmap for marking world map points',243,5,61,10,1,2,0,NULL,NULL,5,0,3,NULL,'2009-05-21 19:07:26',0,NULL,NULL,NULL,12,57,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lagmap10/images/icon_gmap.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(72,34,'Notebook Tool','Notebook','Notebook for notes and reflections',303,5,64,12,1,2,0,NULL,NULL,6,0,3,NULL,'2009-05-21 19:07:26',0,NULL,NULL,NULL,8,58,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),(73,69,'Wiki Tool','Wiki','Wiki tool for creating wiki pages',303,5,61,10,1,2,0,NULL,NULL,6,0,3,NULL,'2009-05-21 19:07:26',0,NULL,NULL,NULL,15,59,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lawiki10/images/icon_wiki.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(74,83,'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.',362,5,64,12,1,2,0,NULL,NULL,7,0,3,NULL,'2009-05-21 19:07:26',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,0,NULL,NULL,NULL,NULL,NULL,0),(75,71,'Collecting data with custom structure.','Data Collection','Asking questions with custom, limited answers.',422,5,64,12,1,2,0,NULL,NULL,8,0,3,NULL,'2009-05-21 19:07:26',0,NULL,NULL,NULL,14,61,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/ladaco10/images/icon_daco.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(76,15,'Tool for displaying HTML content including external sources such as images and other media.','Reflective Intro','Displays formatted text and links to external sources on a read only page.',5,5,64,12,1,2,0,NULL,NULL,1,0,3,NULL,'2009-05-21 19:07:26',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,0,NULL,NULL,NULL,NULL,NULL,0),(77,14,'Tool for displaying HTML content including external sources such as images and other media.','Collaborative Intro','Displays formatted text and links to external sources on a read only page.',5,5,61,10,1,2,0,NULL,NULL,1,0,3,NULL,'2009-05-21 19:07:26',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,0,NULL,NULL,NULL,NULL,NULL,0),(78,61,'Sharing resource with others.','Share Resources','Uploading your resources to share with others.',8,45,67,60,1,2,0,NULL,NULL,1,0,3,NULL,'2009-05-21 19:07:26',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,0,NULL,NULL,NULL,NULL,NULL,0),(79,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,64,12,1,2,0,NULL,NULL,2,0,3,NULL,'2009-05-21 19:07:26',0,NULL,NULL,NULL,3,50,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),(80,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,67,60,1,2,0,NULL,NULL,2,0,3,NULL,'2009-05-21 19:07:26',0,NULL,NULL,NULL,1,51,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),(81,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.',20,35,NULL,NULL,1,2,0,NULL,NULL,NULL,0,4,NULL,'2009-05-21 19:07:42',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,0,NULL,NULL,NULL,NULL,NULL,0),(82,4,'Tool for displaying HTML content including external sources such as images and other media.','fckEditor Plugins','Displays formatted text and links to external sources on a read only page.',240,35,NULL,NULL,1,2,0,NULL,NULL,NULL,0,4,NULL,'2009-05-21 19:07:42',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,0,NULL,NULL,NULL,NULL,NULL,0),(83,88,'Pixlr Image Editing Tool','Pixlr','Edit images in Pixlr image editor',460,35,NULL,NULL,1,2,0,NULL,NULL,NULL,0,4,NULL,'2009-05-21 19:07:42',0,NULL,NULL,NULL,21,64,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lapixl10/images/icon_pixlr.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(84,92,'Gallery to share images with others.','Image Gallery','Uploading your images to share with others.',680,35,NULL,NULL,1,2,0,NULL,NULL,NULL,0,4,NULL,'2009-05-21 19:07:42',0,NULL,NULL,NULL,16,65,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/laimag10/images/icon_imageGallery.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(85,94,'Tool for displaying HTML content including external sources such as images and other media.','Assessment and Gradebook','Displays formatted text and links to external sources on a read only page.',460,117,NULL,NULL,1,2,0,NULL,NULL,NULL,0,4,NULL,'2009-05-21 19:07:42',0,NULL,NULL,NULL,2,66,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),(86,97,'Tool for displaying HTML content including external sources such as images and other media.','Wrapping Up','Displays formatted text and links to external sources on a read only page.',680,117,NULL,NULL,1,2,0,NULL,NULL,NULL,0,4,NULL,'2009-05-21 19:07:42',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,0,NULL,NULL,NULL,NULL,NULL,0),(87,101,'Mindmap Tool','Mindmap','Mindmap for making mindmaps',20,117,NULL,NULL,1,2,0,NULL,NULL,NULL,0,4,NULL,'2009-05-21 19:07:42',0,NULL,NULL,NULL,19,68,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lamind10/images/icon_mindmap.swf',NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0),(88,104,'Tool for displaying HTML content including external sources such as images and other media.','Video Recorder Demo','Displays formatted text and links to external sources on a read only page.',240,117,NULL,NULL,1,2,0,NULL,NULL,NULL,0,4,NULL,'2009-05-21 19:07:42',0,NULL,NULL,NULL,2,69,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),(89,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,5,NULL,'2009-05-21 19:07:59',0,NULL,NULL,NULL,6,71,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),(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.',40,51,NULL,NULL,1,2,0,NULL,NULL,NULL,0,5,NULL,'2009-05-21 19:07:59',0,NULL,NULL,NULL,2,72,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,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,5,NULL,'2009-05-21 19:07:59',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,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,5,NULL,'2009-05-21 19:07:59',0,NULL,NULL,NULL,6,74,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),(93,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,5,NULL,'2009-05-21 19:07:59',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),(94,23,'Sharing resource with others.','NoFlash Wink','Uploading your resources to share with others.',124,5,102,5,1,2,0,NULL,NULL,3,0,6,NULL,'2009-05-21 19:08:07',0,NULL,NULL,NULL,6,83,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),(95,13,'Sharing resource with others.','Learner Wink','Uploading your resources to share with others.',65,5,102,5,1,2,0,NULL,NULL,2,0,6,NULL,'2009-05-21 19:08:07',0,NULL,NULL,NULL,6,81,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),(96,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,6,NULL,'2009-05-21 19:08:07',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),(97,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,6,NULL,'2009-05-21 19:08:07',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),(98,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,102,5,1,2,0,NULL,NULL,1,0,6,NULL,'2009-05-21 19:08:07',0,NULL,NULL,NULL,2,82,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,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,6,NULL,'2009-05-21 19:08:07',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),(100,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,106,8,1,2,0,NULL,NULL,2,0,6,NULL,'2009-05-21 19:08:07',0,NULL,NULL,NULL,2,79,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),(101,15,'Sharing resource with others.','Monitor Wink','Uploading your resources to share with others.',5,5,106,8,1,2,0,NULL,NULL,1,0,6,NULL,'2009-05-21 19:08:07',0,NULL,NULL,NULL,6,80,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),(102,5,NULL,'The Learning Environment (Participate in a Lesson)',NULL,4,48,96,4,8,2,0,NULL,NULL,1,0,6,NULL,'2009-05-21 19:08:07',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),(103,14,'Sharing resource with others.','Author Wink','Uploading your resources to share with others.',5,5,105,6,1,2,0,NULL,NULL,1,0,6,NULL,'2009-05-21 19:08:07',0,NULL,NULL,NULL,6,78,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),(104,17,'Sharing resource with others.','Share Resources','Uploading your resources to share with others.',5,5,107,16,1,2,0,NULL,NULL,1,0,6,NULL,'2009-05-21 19:08:07',0,NULL,NULL,NULL,6,77,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),(105,6,NULL,'The Authoring Environment (Create a Lesson)',NULL,4,105,96,4,8,2,0,NULL,NULL,2,0,6,NULL,'2009-05-21 19:08:07',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,8,NULL,'The Monitoring Environment (Teach a Lesson)',NULL,4,162,96,4,8,2,0,NULL,NULL,3,0,6,NULL,'2009-05-21 19:08:07',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,101,NULL,NULL,NULL,NULL,0),(107,16,NULL,'System Administration [Online Link]',NULL,4,219,96,4,8,2,0,NULL,NULL,4,0,6,NULL,'2009-05-21 19:08:07',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,104,NULL,NULL,NULL,NULL,0),(108,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,133,9,1,2,0,NULL,NULL,2,0,7,NULL,'2009-05-21 19:08:14',0,NULL,NULL,NULL,22,100,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),(109,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,133,9,1,2,0,NULL,NULL,1,0,7,NULL,'2009-05-21 19:08:14',0,NULL,NULL,NULL,2,102,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),(110,64,'Spreadsheet.','Spreadsheet','Spreadsheet Tool.',219,107,NULL,NULL,1,2,0,NULL,NULL,NULL,0,7,NULL,'2009-05-21 19:08:14',0,NULL,NULL,NULL,13,104,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lasprd10/images/icon_spreadsheet.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(111,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,7,NULL,'2009-05-21 19:08:14',0,NULL,NULL,NULL,6,107,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),(112,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.',268,470,NULL,NULL,1,2,0,NULL,NULL,NULL,0,7,NULL,'2009-05-21 19:08:14',0,NULL,NULL,NULL,2,106,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),(113,74,'Tool for displaying HTML content including external sources such as images and other media.','Dimdim Discussion','Displays formatted text and links to external sources on a read only page.',56,472,NULL,NULL,1,2,0,NULL,NULL,NULL,0,7,NULL,'2009-05-21 19:08:14',0,NULL,NULL,NULL,2,103,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),(114,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,25,191,NULL,NULL,13,2,0,NULL,NULL,NULL,0,7,NULL,'2009-05-21 19:08:13',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),(115,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,137,12,1,2,0,NULL,NULL,2,0,7,NULL,'2009-05-21 19:08:13',0,NULL,NULL,NULL,3,90,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),(116,15,'Tool for displaying HTML content including external sources such as images and other media.','Reflective Intro','Displays formatted text and links to external sources on a read only page.',5,5,137,12,1,2,0,NULL,NULL,1,0,7,NULL,'2009-05-21 19:08:13',0,NULL,NULL,NULL,2,92,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),(117,83,'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.',362,5,137,12,1,2,0,NULL,NULL,7,0,7,NULL,'2009-05-21 19:08:13',0,NULL,NULL,NULL,2,86,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),(118,34,'Notebook Tool','Notebook','Notebook for notes and reflections',303,5,137,12,1,2,0,NULL,NULL,6,0,7,NULL,'2009-05-21 19:08:13',0,NULL,NULL,NULL,8,91,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),(119,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,135,10,6,2,0,NULL,NULL,3,0,7,NULL,'2009-05-21 19:08:14',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),(120,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,135,10,1,2,0,NULL,NULL,2,0,7,NULL,'2009-05-21 19:08:13',0,NULL,NULL,NULL,2,93,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),(121,77,'Tool for displaying HTML content including external sources such as images and other media.','New Collaboratives','Displays formatted text and links to external sources on a read only page.',184,5,135,10,1,2,0,NULL,NULL,4,0,7,NULL,'2009-05-21 19:08:14',0,NULL,NULL,NULL,2,98,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),(122,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,7,NULL,'2009-05-21 19:08:14',0,NULL,NULL,NULL,2,108,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),(123,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,7,NULL,'2009-05-21 19:08:13',0,NULL,NULL,NULL,2,84,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),(124,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.',384,34,NULL,NULL,1,2,0,NULL,NULL,NULL,0,7,NULL,'2009-05-21 19:08:14',0,NULL,NULL,NULL,2,105,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),(125,71,'Collecting data with custom structure.','Data Collection','Asking questions with custom, limited answers.',422,5,137,12,1,2,0,NULL,NULL,8,0,7,NULL,'2009-05-21 19:08:13',0,NULL,NULL,NULL,14,87,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/ladaco10/images/icon_daco.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(126,69,'Wiki Tool','Wiki','Wiki tool for creating wiki pages',303,5,135,10,1,2,0,NULL,NULL,6,0,7,NULL,'2009-05-21 19:08:13',0,NULL,NULL,NULL,15,94,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lawiki10/images/icon_wiki.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(127,67,'Google Mapping Tool','Gmap','Gmap for marking world map points',243,5,135,10,1,2,0,NULL,NULL,5,0,7,NULL,'2009-05-21 19:08:14',0,NULL,NULL,NULL,12,99,2,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lagmap10/images/icon_gmap.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(128,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,137,12,1,2,0,NULL,NULL,5,0,7,NULL,'2009-05-21 19:08:13',0,NULL,NULL,NULL,2,85,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),(129,32,'Allows voting format','Voting','Voting help text',184,5,137,12,1,2,0,NULL,NULL,4,0,7,NULL,'2009-05-21 19:08:13',0,NULL,NULL,NULL,7,88,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),(130,30,'Tool to create Surveys','Survey','Answer surveys.',124,5,137,12,1,2,0,NULL,NULL,3,0,7,NULL,'2009-05-21 19:08:13',0,NULL,NULL,NULL,9,89,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),(131,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,133,9,1,2,0,NULL,NULL,3,0,7,NULL,'2009-05-21 19:08:14',0,NULL,NULL,NULL,4,101,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),(132,14,'Tool for displaying HTML content including external sources such as images and other media.','Collaborative Intro','Displays formatted text and links to external sources on a read only page.',5,5,135,10,1,2,0,NULL,NULL,1,0,7,NULL,'2009-05-21 19:08:14',0,NULL,NULL,NULL,2,95,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),(133,9,NULL,'Assessment - Collect Learner Responses',NULL,4,48,114,8,8,2,0,NULL,NULL,1,0,7,NULL,'2009-05-21 19:08:14',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,109,NULL,NULL,NULL,NULL,0),(134,61,'Sharing resource with others.','Share Resources','Uploading your resources to share with others.',8,45,119,60,1,2,0,NULL,NULL,1,0,7,NULL,'2009-05-21 19:08:14',0,NULL,NULL,NULL,6,97,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),(135,10,NULL,'Collaborative - Get Learners to Work Together',NULL,4,105,114,8,8,2,0,NULL,NULL,2,0,7,NULL,'2009-05-21 19:08:13',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,132,NULL,NULL,NULL,NULL,0),(136,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,119,60,1,2,0,NULL,NULL,2,0,7,NULL,'2009-05-21 19:08:14',0,NULL,NULL,NULL,1,96,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),(137,12,NULL,'Reflective - \'Capture\' Students Learning',NULL,4,162,114,8,8,2,0,NULL,NULL,3,0,7,NULL,'2009-05-21 19:08:13',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,116,NULL,NULL,NULL,NULL,0),(138,104,'Tool for displaying HTML content including external sources such as images and other media.','Video Recorder Demo','Displays formatted text and links to external sources on a read only page.',240,117,NULL,NULL,1,2,0,NULL,NULL,NULL,0,8,NULL,'2009-05-21 19:08:21',0,NULL,NULL,NULL,2,111,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),(139,101,'Mindmap Tool','Mindmap','Mindmap for making mindmaps',20,117,NULL,NULL,1,2,0,NULL,NULL,NULL,0,8,NULL,'2009-05-21 19:08:21',0,NULL,NULL,NULL,19,112,6,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lamind10/images/icon_mindmap.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(140,88,'Pixlr Image Editing Tool','Pixlr','Edit images in Pixlr image editor',460,35,NULL,NULL,1,2,0,NULL,NULL,NULL,0,8,NULL,'2009-05-21 19:08:21',0,NULL,NULL,NULL,21,110,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/lapixl10/images/icon_pixlr.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(141,4,'Tool for displaying HTML content including external sources such as images and other media.','fckEditor Plugins','Displays formatted text and links to external sources on a read only page.',240,35,NULL,NULL,1,2,0,NULL,NULL,NULL,0,8,NULL,'2009-05-21 19:08:21',0,NULL,NULL,NULL,2,114,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),(142,92,'Gallery to share images with others.','Image Gallery','Uploading your images to share with others.',680,35,NULL,NULL,1,2,0,NULL,NULL,NULL,0,8,NULL,'2009-05-21 19:08:21',0,NULL,NULL,NULL,16,109,4,NULL,NULL,NULL,NULL,NULL,NULL,'tool/laimag10/images/icon_imageGallery.swf',NULL,NULL,NULL,NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,0),(143,94,'Tool for displaying HTML content including external sources such as images and other media.','Assessment and Gradebook','Displays formatted text and links to external sources on a read only page.',460,117,NULL,NULL,1,2,0,NULL,NULL,NULL,0,8,NULL,'2009-05-21 19:08:21',0,NULL,NULL,NULL,2,116,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),(144,97,'Tool for displaying HTML content including external sources such as images and other media.','Wrapping Up','Displays formatted text and links to external sources on a read only page.',680,117,NULL,NULL,1,2,0,NULL,NULL,NULL,0,8,NULL,'2009-05-21 19:08:21',0,NULL,NULL,NULL,2,113,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),(145,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.',20,35,NULL,NULL,1,2,0,NULL,NULL,NULL,0,8,NULL,'2009-05-21 19:08:21',0,NULL,NULL,NULL,2,115,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);
/*!40000 ALTER TABLE `lams_learning_activity` ENABLE KEYS */;
UNLOCK TABLES;
@@ -918,7 +997,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'),(14,'GATE_CONDITION');
+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'),(15,'FLOATING');
/*!40000 ALTER TABLE `lams_learning_activity_type` ENABLE KEYS */;
UNLOCK TABLES;
@@ -933,6 +1012,7 @@
`description` text,
`title` varchar(255) default NULL,
`first_activity_id` bigint(20) default NULL,
+ `floating_activity_id` bigint(20) default NULL,
`max_id` int(11) default NULL,
`valid_design_flag` tinyint(4) NOT NULL,
`read_only_flag` tinyint(4) NOT NULL,
@@ -962,20 +1042,21 @@
KEY `edit_override_user_id` (`edit_override_user_id`),
KEY `idx_design_parent_id` (`original_learning_design_id`),
KEY `idx_design_first_act` (`first_activity_id`),
+ KEY `idx_design_floating_act` (`floating_activity_id`),
CONSTRAINT `FK_lams_learning_design_3` FOREIGN KEY (`user_id`) REFERENCES `lams_user` (`user_id`),
CONSTRAINT `FK_lams_learning_design_4` FOREIGN KEY (`workspace_folder_id`) REFERENCES `lams_workspace_folder` (`workspace_folder_id`),
CONSTRAINT `FK_lams_learning_design_5` FOREIGN KEY (`license_id`) REFERENCES `lams_license` (`license_id`),
CONSTRAINT `FK_lams_learning_design_6` FOREIGN KEY (`copy_type_id`) REFERENCES `lams_copy_type` (`copy_type_id`),
CONSTRAINT `FK_lams_learning_design_7` FOREIGN KEY (`edit_override_user_id`) REFERENCES `lams_user` (`user_id`)
-) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `lams_learning_design`
--
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',27,27,1,0,NULL,5,NULL,NULL,NULL,1,'2008-12-04 10:49:20','2.0.100.200803121637',NULL,5,NULL,1,NULL,'2008-12-04 10:49:20','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',32,53,1,0,NULL,5,NULL,NULL,NULL,1,'2008-12-04 10:49:26','2.0.100.200803121637',NULL,5,NULL,1,NULL,'2008-12-04 10:49:26','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.This is a new version of this sequence, which discusses the new activities added as part of LAMS 2.2\n\nv20081411','Lesson 3 - LAMS Activities',46,86,1,0,NULL,5,NULL,NULL,NULL,1,'2008-12-04 10:49:35','2.1.0.200811141019',NULL,5,NULL,1,NULL,'2008-12-04 10:49:35','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',77,27,1,1,NULL,5,NULL,NULL,NULL,2,'2008-12-04 10:51:58','2.0.100.200803121637',1,22,NULL,1,NULL,'2008-12-04 10:51:58','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',84,53,1,1,NULL,5,NULL,NULL,NULL,2,'2008-12-04 10:52:07','2.0.100.200803121637',2,22,NULL,1,NULL,'2008-12-04 10:52:07','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.This is a new version of this sequence, which discusses the new activities added as part of LAMS 2.2\n\nv20081411','Lesson 3 - LAMS Activities',110,86,1,1,NULL,5,NULL,NULL,NULL,2,'2008-12-04 10:52:16','2.1.0.200811141019',3,22,NULL,1,NULL,'2008-12-04 10:52:16','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',32,NULL,27,1,0,NULL,5,NULL,NULL,NULL,1,'2009-05-21 19:07:13','2.0.100.200803121637',NULL,5,NULL,1,NULL,'2009-05-21 19:07: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',37,NULL,53,1,0,NULL,5,NULL,NULL,NULL,1,'2009-05-21 19:07:20','2.0.100.200803121637',NULL,5,NULL,1,NULL,'2009-05-21 19:07:20','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.This is a new version of this sequence, which discusses the new activities added as part of LAMS 2.2\n\nv20081411','Lesson 3 - LAMS Activities',51,NULL,86,1,0,NULL,5,NULL,NULL,NULL,1,'2009-05-21 19:07:26','2.1.0.200811141019',NULL,5,NULL,1,NULL,'2009-05-21 19:07:26','4028efbb1935b8d301193606f5000051',0,NULL,1),(4,NULL,'Lesson 4 in the LAMS 101 course demonstrates the new features added to the LAMS 2.3 release.','Lesson 4 - Whats New In 2.3',81,NULL,106,1,0,NULL,5,NULL,NULL,NULL,1,'2009-05-21 19:07:42','2.2.0.200905180215',NULL,5,NULL,1,NULL,'2009-05-21 19:07:42','4028efbb1935b8d301193606f5000051',0,NULL,1),(5,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',90,NULL,27,1,1,NULL,5,NULL,NULL,NULL,2,'2009-05-21 19:07:59','2.0.100.200803121637',1,22,NULL,1,NULL,'2009-05-21 19:07:59','4028efbb18edfbb70118ee3b3b6d00b8',0,NULL,1),(6,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',97,NULL,53,1,1,NULL,5,NULL,NULL,NULL,2,'2009-05-21 19:08:07','2.0.100.200803121637',2,22,NULL,1,NULL,'2009-05-21 19:08:07','4028efbb18edfbb70118ee6bacc700d2',0,NULL,1),(7,NULL,'Final lesson in the LAMS101 course. Discusses all of the tools available in LAMS and gives demonstrations of each in action.This is a new version of this sequence, which discusses the new activities added as part of LAMS 2.2\n\nv20081411','Lesson 3 - LAMS Activities',123,NULL,86,1,1,NULL,5,NULL,NULL,NULL,2,'2009-05-21 19:08:13','2.1.0.200811141019',3,22,NULL,1,NULL,'2009-05-21 19:08:13','4028efbb1935b8d301193606f5000051',0,NULL,1),(8,NULL,'Lesson 4 in the LAMS 101 course demonstrates the new features added to the LAMS 2.3 release.','Lesson 4 - Whats New In 2.3',145,NULL,106,1,1,NULL,5,NULL,NULL,NULL,2,'2009-05-21 19:08:21','2.2.0.200905180215',4,22,NULL,1,NULL,'2009-05-21 19:08:21','4028efbb1935b8d301193606f5000051',0,NULL,1);
/*!40000 ALTER TABLE `lams_learning_design` ENABLE KEYS */;
UNLOCK TABLES;
@@ -991,15 +1072,15 @@
`valid_flag` tinyint(1) NOT NULL default '1',
`create_date_time` datetime NOT NULL,
PRIMARY KEY (`learning_library_id`)
-) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `lams_learning_library`
--
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-12-04 09:49:54'),(2,'Displays a Noticeboard','Noticeboard',1,'2008-12-04 09:50:06'),(3,'Question and Answer Learning Library Description','Question and Answer',1,'2008-12-04 09:50:14'),(4,'Uploading of files by learners, for review by teachers.','Submit file',1,'2008-12-04 09:50:22'),(5,'Chat Tool','Chat',1,'2008-12-04 09:50:32'),(6,'Share resources','Share resources',1,'2008-12-04 09:50:43'),(7,'Voting Learning Library Description','Voting',1,'2008-12-04 09:50:51'),(8,'Notebook Tool','Notebook',1,'2008-12-04 09:51:00'),(9,'Survey','Survey',1,'2008-12-04 09:51:10'),(10,'Scribe Tool','Scribe',0,'2008-12-04 09:51:20'),(11,'Share taskList','Share taskList',1,'2008-12-04 09:51:30'),(12,'Gmap Tool','Gmap',1,'2008-12-04 09:51:40'),(13,'Spreadsheet Tool','Spreadsheet',1,'2008-12-04 09:51:50'),(14,'Collecting data with custom structure.','Data Collection',1,'2008-12-04 09:52:00'),(15,'Wiki Tool','Wiki',1,'2008-12-04 09:52:09'),(16,'MCQ Learning Library Description','MCQ',1,'2008-12-04 09:52:17'),(17,'Shared Resources and Forum','Resources and Forum',1,'2008-12-04 09:52:19'),(18,'Chat and Scribe','Chat and Scribe',1,'2008-12-04 09:52:20'),(19,'Forum and Scribe','Forum and Scribe',1,'2008-12-04 09:52:21'),(20,'Dimdim Tool','Dimdim',1,'2008-12-04 10:42:21');
+INSERT INTO `lams_learning_library` VALUES (1,'Forum, also known Message Board','Forum',1,'2009-05-21 19:00:55'),(2,'Displays a Noticeboard','Noticeboard',1,'2009-05-21 19:01:01'),(3,'Question and Answer Learning Library Description','Question and Answer',1,'2009-05-21 19:01:08'),(4,'Uploading of files by learners, for review by teachers.','Submit file',1,'2009-05-21 19:01:15'),(5,'Chat Tool','Chat',1,'2009-05-21 19:01:25'),(6,'Share resources','Share resources',1,'2009-05-21 19:01:35'),(7,'Voting Learning Library Description','Voting',1,'2009-05-21 19:01:43'),(8,'Notebook Tool','Notebook',1,'2009-05-21 19:01:51'),(9,'Survey','Survey',1,'2009-05-21 19:02:01'),(10,'Scribe Tool','Scribe',0,'2009-05-21 19:02:11'),(11,'Share taskList','Share taskList',1,'2009-05-21 19:02:20'),(12,'Gmap Tool','Gmap',1,'2009-05-21 19:02:30'),(13,'Spreadsheet Tool','Spreadsheet',1,'2009-05-21 19:02:39'),(14,'Collecting data with custom structure.','Data Collection',1,'2009-05-21 19:02:48'),(15,'Wiki Tool','Wiki',1,'2009-05-21 19:02:58'),(16,'Share imageGallery','Share imageGallery',1,'2009-05-21 19:03:09'),(17,'Dimdim Tool','Dimdim',1,'2009-05-21 19:03:18'),(18,'VideoRecorder Tool','VideoRecorder',1,'2009-05-21 19:03:29'),(19,'Mindmap Tool','Mindmap',1,'2009-05-21 19:03:38'),(20,'Assessment','Assessment',1,'2009-05-21 19:03:51'),(21,'Pixlr Tool','Pixlr',1,'2009-05-21 19:04:01'),(22,'MCQ Learning Library Description','MCQ',1,'2009-05-21 19:04:07'),(23,'Shared Resources and Forum','Resources and Forum',1,'2009-05-21 19:04:08'),(24,'Chat and Scribe','Chat and Scribe',1,'2009-05-21 19:04:10'),(25,'Forum and Scribe','Forum and Scribe',1,'2009-05-21 19:04:11');
/*!40000 ALTER TABLE `lams_learning_library` ENABLE KEYS */;
UNLOCK TABLES;
@@ -1024,18 +1105,18 @@
KEY `from_activity_id` (`from_activity_id`),
KEY `to_activity_id` (`to_activity_id`),
KEY `learning_design_id` (`learning_design_id`),
- CONSTRAINT `FK_learning_transition_2` FOREIGN KEY (`to_activity_id`) REFERENCES `lams_learning_activity` (`activity_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `FK_learning_transition_3` FOREIGN KEY (`from_activity_id`) REFERENCES `lams_learning_activity` (`activity_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
+ CONSTRAINT `FK_learning_transition_2` FOREIGN KEY (`to_activity_id`) REFERENCES `lams_learning_activity` (`activity_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `lddefn_transition_ibfk_1` FOREIGN KEY (`learning_design_id`) REFERENCES `lams_learning_design` (`learning_design_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
-) ENGINE=InnoDB AUTO_INCREMENT=61 DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=75 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `lams_learning_transition`
--
LOCK TABLES `lams_learning_transition` WRITE;
/*!40000 ALTER TABLE `lams_learning_transition` DISABLE KEYS */;
-INSERT INTO `lams_learning_transition` VALUES (1,11,NULL,NULL,29,28,1,'2008-12-04 10:49:20',10,8),(2,13,NULL,NULL,30,29,1,'2008-12-04 10:49:20',12,10),(3,27,NULL,NULL,28,31,1,'2008-12-04 10:49:20',8,21),(4,23,NULL,NULL,31,27,1,'2008-12-04 10:49:20',21,1),(5,22,NULL,NULL,37,35,2,'2008-12-04 10:49:26',13,20),(6,24,NULL,NULL,40,37,2,'2008-12-04 10:49:26',23,13),(7,53,NULL,NULL,45,42,2,'2008-12-04 10:49:26',50,15),(8,7,NULL,NULL,33,32,2,'2008-12-04 10:49:26',4,1),(9,26,NULL,NULL,36,33,2,'2008-12-04 10:49:26',25,4),(10,65,NULL,NULL,54,49,3,'2008-12-04 10:49:35',64,6),(11,63,NULL,NULL,62,58,3,'2008-12-04 10:49:35',60,22),(12,82,NULL,NULL,68,66,3,'2008-12-04 10:49:35',69,67),(13,38,NULL,NULL,65,63,3,'2008-12-04 10:49:35',36,32),(14,85,NULL,NULL,69,67,3,'2008-12-04 10:49:35',83,34),(15,75,NULL,NULL,51,55,3,'2008-12-04 10:49:35',40,74),(16,42,NULL,NULL,58,72,3,'2008-12-04 10:49:35',22,14),(17,66,NULL,NULL,50,54,3,'2008-12-04 10:49:35',8,64),(18,33,NULL,NULL,63,60,3,'2008-12-04 10:49:35',32,30),(19,79,NULL,NULL,64,62,3,'2008-12-04 10:49:35',77,60),(20,86,NULL,NULL,70,69,3,'2008-12-04 10:49:35',71,83),(21,31,NULL,NULL,60,74,3,'2008-12-04 10:49:35',30,28),(22,19,NULL,NULL,61,57,3,'2008-12-04 10:49:35',18,16),(23,76,NULL,NULL,55,50,3,'2008-12-04 10:49:35',74,8),(24,5,NULL,NULL,48,47,3,'2008-12-04 10:49:35',4,2),(25,7,NULL,NULL,49,48,3,'2008-12-04 10:49:35',6,4),(26,80,NULL,NULL,66,64,3,'2008-12-04 10:49:35',67,77),(27,29,NULL,NULL,74,71,3,'2008-12-04 10:49:35',28,15),(28,39,NULL,NULL,67,65,3,'2008-12-04 10:49:35',34,36),(29,3,NULL,NULL,47,46,3,'2008-12-04 10:49:35',2,1),(30,17,NULL,NULL,57,53,3,'2008-12-04 10:49:35',16,13),(31,23,NULL,NULL,76,77,4,'2008-12-04 10:51:58',21,1),(32,27,NULL,NULL,78,76,4,'2008-12-04 10:51:58',8,21),(33,11,NULL,NULL,79,78,4,'2008-12-04 10:51:58',10,8),(34,13,NULL,NULL,80,79,4,'2008-12-04 10:51:58',12,10),(35,24,NULL,NULL,81,82,5,'2008-12-04 10:52:08',23,13),(36,7,NULL,NULL,83,84,5,'2008-12-04 10:52:08',4,1),(37,22,NULL,NULL,82,85,5,'2008-12-04 10:52:08',13,20),(38,26,NULL,NULL,86,83,5,'2008-12-04 10:52:08',25,4),(39,53,NULL,NULL,87,88,5,'2008-12-04 10:52:08',50,15),(40,17,NULL,NULL,95,96,6,'2008-12-04 10:52:17',16,13),(41,65,NULL,NULL,97,98,6,'2008-12-04 10:52:17',64,6),(42,75,NULL,NULL,99,100,6,'2008-12-04 10:52:17',40,74),(43,76,NULL,NULL,100,101,6,'2008-12-04 10:52:17',74,8),(44,29,NULL,NULL,102,103,6,'2008-12-04 10:52:17',28,15),(45,85,NULL,NULL,104,105,6,'2008-12-04 10:52:17',83,34),(46,63,NULL,NULL,106,107,6,'2008-12-04 10:52:17',60,22),(47,79,NULL,NULL,108,106,6,'2008-12-04 10:52:17',77,60),(48,3,NULL,NULL,109,110,6,'2008-12-04 10:52:17',2,1),(49,5,NULL,NULL,111,109,6,'2008-12-04 10:52:17',4,2),(50,86,NULL,NULL,112,104,6,'2008-12-04 10:52:17',71,83),(51,82,NULL,NULL,113,114,6,'2008-12-04 10:52:17',69,67),(52,39,NULL,NULL,105,115,6,'2008-12-04 10:52:17',34,36),(53,7,NULL,NULL,98,111,6,'2008-12-04 10:52:17',6,4),(54,33,NULL,NULL,116,117,6,'2008-12-04 10:52:17',32,30),(55,38,NULL,NULL,115,116,6,'2008-12-04 10:52:17',36,32),(56,31,NULL,NULL,117,102,6,'2008-12-04 10:52:17',30,28),(57,66,NULL,NULL,101,97,6,'2008-12-04 10:52:17',8,64),(58,19,NULL,NULL,118,95,6,'2008-12-04 10:52:17',18,16),(59,80,NULL,NULL,114,108,6,'2008-12-04 10:52:17',67,77),(60,42,NULL,NULL,107,119,6,'2008-12-04 10:52:17',22,14);
+INSERT INTO `lams_learning_transition` VALUES (1,11,NULL,NULL,34,33,1,'2009-05-21 19:07:13',10,8),(2,13,NULL,NULL,35,34,1,'2009-05-21 19:07:13',12,10),(3,27,NULL,NULL,33,36,1,'2009-05-21 19:07:13',8,21),(4,23,NULL,NULL,36,32,1,'2009-05-21 19:07:13',21,1),(5,22,NULL,NULL,42,40,2,'2009-05-21 19:07:20',13,20),(6,24,NULL,NULL,45,42,2,'2009-05-21 19:07:20',23,13),(7,53,NULL,NULL,50,47,2,'2009-05-21 19:07:20',50,15),(8,7,NULL,NULL,38,37,2,'2009-05-21 19:07:20',4,1),(9,26,NULL,NULL,41,38,2,'2009-05-21 19:07:20',25,4),(10,65,NULL,NULL,59,54,3,'2009-05-21 19:07:26',64,6),(11,63,NULL,NULL,67,63,3,'2009-05-21 19:07:26',60,22),(12,82,NULL,NULL,73,71,3,'2009-05-21 19:07:26',69,67),(13,38,NULL,NULL,70,68,3,'2009-05-21 19:07:26',36,32),(14,85,NULL,NULL,74,72,3,'2009-05-21 19:07:26',83,34),(15,75,NULL,NULL,56,60,3,'2009-05-21 19:07:26',40,74),(16,42,NULL,NULL,63,77,3,'2009-05-21 19:07:26',22,14),(17,66,NULL,NULL,55,59,3,'2009-05-21 19:07:26',8,64),(18,33,NULL,NULL,68,65,3,'2009-05-21 19:07:26',32,30),(19,79,NULL,NULL,69,67,3,'2009-05-21 19:07:26',77,60),(20,86,NULL,NULL,75,74,3,'2009-05-21 19:07:26',71,83),(21,31,NULL,NULL,65,79,3,'2009-05-21 19:07:26',30,28),(22,19,NULL,NULL,66,62,3,'2009-05-21 19:07:26',18,16),(23,76,NULL,NULL,60,55,3,'2009-05-21 19:07:26',74,8),(24,5,NULL,NULL,53,52,3,'2009-05-21 19:07:26',4,2),(25,7,NULL,NULL,54,53,3,'2009-05-21 19:07:26',6,4),(26,80,NULL,NULL,71,69,3,'2009-05-21 19:07:26',67,77),(27,29,NULL,NULL,79,76,3,'2009-05-21 19:07:26',28,15),(28,39,NULL,NULL,72,70,3,'2009-05-21 19:07:26',34,36),(29,3,NULL,NULL,52,51,3,'2009-05-21 19:07:26',2,1),(30,17,NULL,NULL,62,58,3,'2009-05-21 19:07:26',16,13),(31,102,NULL,NULL,87,84,4,'2009-05-21 19:07:42',101,92),(32,106,NULL,NULL,85,88,4,'2009-05-21 19:07:42',94,104),(33,105,NULL,NULL,88,87,4,'2009-05-21 19:07:42',104,101),(34,100,NULL,NULL,86,85,4,'2009-05-21 19:07:42',97,94),(35,90,NULL,NULL,83,82,4,'2009-05-21 19:07:42',88,4),(36,93,NULL,NULL,84,83,4,'2009-05-21 19:07:42',92,88),(37,91,NULL,NULL,82,81,4,'2009-05-21 19:07:42',4,1),(38,23,NULL,NULL,89,90,5,'2009-05-21 19:07:59',21,1),(39,27,NULL,NULL,91,89,5,'2009-05-21 19:07:59',8,21),(40,11,NULL,NULL,92,91,5,'2009-05-21 19:07:59',10,8),(41,13,NULL,NULL,93,92,5,'2009-05-21 19:07:59',12,10),(42,24,NULL,NULL,94,95,6,'2009-05-21 19:08:07',23,13),(43,7,NULL,NULL,96,97,6,'2009-05-21 19:08:07',4,1),(44,22,NULL,NULL,95,98,6,'2009-05-21 19:08:07',13,20),(45,26,NULL,NULL,99,96,6,'2009-05-21 19:08:07',25,4),(46,53,NULL,NULL,100,101,6,'2009-05-21 19:08:07',50,15),(47,17,NULL,NULL,108,109,7,'2009-05-21 19:08:14',16,13),(48,65,NULL,NULL,110,111,7,'2009-05-21 19:08:14',64,6),(49,75,NULL,NULL,112,113,7,'2009-05-21 19:08:14',40,74),(50,76,NULL,NULL,113,114,7,'2009-05-21 19:08:14',74,8),(51,29,NULL,NULL,115,116,7,'2009-05-21 19:08:14',28,15),(52,85,NULL,NULL,117,118,7,'2009-05-21 19:08:14',83,34),(53,63,NULL,NULL,119,120,7,'2009-05-21 19:08:14',60,22),(54,79,NULL,NULL,121,119,7,'2009-05-21 19:08:14',77,60),(55,3,NULL,NULL,122,123,7,'2009-05-21 19:08:14',2,1),(56,5,NULL,NULL,124,122,7,'2009-05-21 19:08:14',4,2),(57,86,NULL,NULL,125,117,7,'2009-05-21 19:08:14',71,83),(58,82,NULL,NULL,126,127,7,'2009-05-21 19:08:14',69,67),(59,39,NULL,NULL,118,128,7,'2009-05-21 19:08:14',34,36),(60,7,NULL,NULL,111,124,7,'2009-05-21 19:08:14',6,4),(61,33,NULL,NULL,129,130,7,'2009-05-21 19:08:14',32,30),(62,38,NULL,NULL,128,129,7,'2009-05-21 19:08:15',36,32),(63,31,NULL,NULL,130,115,7,'2009-05-21 19:08:15',30,28),(64,66,NULL,NULL,114,110,7,'2009-05-21 19:08:15',8,64),(65,19,NULL,NULL,131,108,7,'2009-05-21 19:08:15',18,16),(66,80,NULL,NULL,127,121,7,'2009-05-21 19:08:15',67,77),(67,42,NULL,NULL,120,132,7,'2009-05-21 19:08:15',22,14),(68,105,NULL,NULL,138,139,8,'2009-05-21 19:08:21',104,101),(69,90,NULL,NULL,140,141,8,'2009-05-21 19:08:21',88,4),(70,93,NULL,NULL,142,140,8,'2009-05-21 19:08:21',92,88),(71,106,NULL,NULL,143,138,8,'2009-05-21 19:08:21',94,104),(72,102,NULL,NULL,139,142,8,'2009-05-21 19:08:21',101,92),(73,100,NULL,NULL,144,143,8,'2009-05-21 19:08:21',97,94),(74,91,NULL,NULL,141,145,8,'2009-05-21 19:08:21',4,1);
/*!40000 ALTER TABLE `lams_learning_transition` ENABLE KEYS */;
UNLOCK TABLES;
@@ -1064,6 +1145,7 @@
`learner_im_avail` tinyint(1) default '0',
`live_edit_enabled` tinyint(1) default '0',
`locked_for_edit` tinyint(4) default '0',
+ `marks_released` tinyint(4) default '0',
`version` int(11) default '1',
PRIMARY KEY (`lesson_id`),
KEY `learning_design_id` (`learning_design_id`),
@@ -1076,15 +1158,15 @@
CONSTRAINT `FK_lams_lesson_3` FOREIGN KEY (`organisation_id`) REFERENCES `lams_organisation` (`organisation_id`),
CONSTRAINT `FK_lams_lesson_4` FOREIGN KEY (`lesson_state_id`) REFERENCES `lams_lesson_state` (`lesson_state_id`),
CONSTRAINT `FK_lams_lesson_5` FOREIGN KEY (`class_grouping_id`) REFERENCES `lams_grouping` (`grouping_id`)
-) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `lams_lesson`
--
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-12-04 10:51:58',3,1,3,'2008-12-04 10:51:59',NULL,NULL,NULL,NULL,1,0,0,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-12-04 10:52:08',3,2,3,'2008-12-04 10:52:08',NULL,NULL,NULL,NULL,1,0,0,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.This is a new version of this sequence, which discusses the new activities added as part of LAMS 2.2\n\nv20081411','2008-12-04 10:52:17',3,3,3,'2008-12-04 10:52:17',NULL,NULL,NULL,NULL,1,0,0,1,0,2);
+INSERT INTO `lams_lesson` VALUES (1,5,5,'Lesson 1 - What Is LAMS','Lesson 1 in the LAMS101 Course.Describes what LAMS is, and demonstrates effective use of the Learning and Monitoring environments.','2009-05-21 19:07:59',3,1,3,'2009-05-21 19:08:00',NULL,NULL,NULL,NULL,1,0,0,1,0,0,2),(2,6,5,'Lesson 2 - LAMS Environments','Second lesson in the LAMS101 course.Describes 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.','2009-05-21 19:08:07',3,2,3,'2009-05-21 19:08:07',NULL,NULL,NULL,NULL,1,0,0,1,0,0,2),(3,7,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.This is a new version of this sequence, which discusses the new activities added as part of LAMS 2.2v20081411','2009-05-21 19:08:15',3,3,3,'2009-05-21 19:08:15',NULL,NULL,NULL,NULL,1,0,0,1,0,0,2),(4,8,5,'Lesson 4 - Whats New In 2.3','Lesson 4 in the LAMS 101 course demonstrates the new features added to the LAMS 2.3 release.','2009-05-21 19:08:21',3,4,3,'2009-05-21 19:08:21',NULL,NULL,NULL,NULL,1,0,0,1,0,0,2);
/*!40000 ALTER TABLE `lams_lesson` ENABLE KEYS */;
UNLOCK TABLES;
@@ -1251,6 +1333,8 @@
`admin_browse_all_users` tinyint(1) NOT NULL default '0',
`admin_change_status` tinyint(1) NOT NULL default '0',
`admin_create_guest` tinyint(1) NOT NULL default '0',
+ `enable_monitor_gradebook` tinyint(1) NOT NULL default '0',
+ `enable_learner_gradebook` tinyint(1) NOT NULL default '0',
`locale_id` int(11) default NULL,
`archived_date` datetime default NULL,
`ordered_lesson_ids` text,
@@ -1273,7 +1357,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-12-04 09:49:22',1,1,1,0,0,0,0,1,NULL,NULL),(2,'Playpen','PP101','Developers Playpen',1,2,'2008-12-04 09:49:22',1,2,1,0,0,0,0,1,NULL,NULL),(3,'Everybody',NULL,'All People In Course',2,3,'2008-12-04 09:49:22',1,NULL,1,0,0,0,0,1,NULL,'1,2,3'),(4,'Mathematics 1','MATH111','Mathematics 1',1,2,'2008-12-04 09:49:22',1,3,1,0,0,0,0,2,NULL,NULL),(5,'Tutorial Group A','TUTA','Tutorial Group A',4,3,'2008-12-04 09:49:22',1,NULL,1,0,0,0,0,2,NULL,NULL),(6,'Tutorial Group B','TUTB','Tutorial Group B',4,3,'2008-12-04 09:49:22',1,NULL,1,0,0,0,0,2,NULL,NULL),(7,'Moodle','Moodle','Moodle Test',1,2,'2008-12-04 09:49:22',1,50,2,0,0,0,0,1,NULL,NULL);
+INSERT INTO `lams_organisation` VALUES (1,'Root',NULL,'Root Organisation',NULL,1,'2009-05-21 19:00:10',1,1,1,0,0,0,0,0,0,1,NULL,NULL),(2,'Playpen','PP101','Developers Playpen',1,2,'2009-05-21 19:00:10',1,2,1,0,0,0,0,0,0,1,NULL,NULL),(3,'Everybody',NULL,'All People In Course',2,3,'2009-05-21 19:00:10',1,NULL,1,0,0,0,0,0,0,1,NULL,'1,2,3,4'),(4,'Mathematics 1','MATH111','Mathematics 1',1,2,'2009-05-21 19:00:10',1,3,1,0,0,0,0,0,0,2,NULL,NULL),(5,'Tutorial Group A','TUTA','Tutorial Group A',4,3,'2009-05-21 19:00:10',1,NULL,1,0,0,0,0,0,0,2,NULL,NULL),(6,'Tutorial Group B','TUTB','Tutorial Group B',4,3,'2009-05-21 19:00:10',1,NULL,1,0,0,0,0,0,0,2,NULL,NULL),(7,'Moodle','Moodle','Moodle Test',1,2,'2009-05-21 19:00:10',1,50,2,0,0,0,0,0,0,1,NULL,NULL);
/*!40000 ALTER TABLE `lams_organisation` ENABLE KEYS */;
UNLOCK TABLES;
@@ -1345,6 +1429,60 @@
UNLOCK TABLES;
--
+-- Table structure for table `lams_planner_nodes`
+--
+
+DROP TABLE IF EXISTS `lams_planner_nodes`;
+CREATE TABLE `lams_planner_nodes` (
+ `uid` bigint(20) NOT NULL auto_increment,
+ `parent_uid` bigint(20) default NULL,
+ `order_id` tinyint(3) unsigned NOT NULL,
+ `locked` tinyint(1) NOT NULL default '0',
+ `content_folder_id` varchar(32) default NULL,
+ `title` varchar(255) NOT NULL,
+ `brief_desc` text,
+ `full_desc` text,
+ `file_uuid` bigint(20) unsigned default NULL,
+ `file_name` varchar(255) default NULL,
+ PRIMARY KEY (`uid`),
+ UNIQUE KEY `parent_uid` (`parent_uid`,`order_id`),
+ CONSTRAINT `FK_lams_planner_node_parent` FOREIGN KEY (`parent_uid`) REFERENCES `lams_planner_nodes` (`uid`) ON DELETE CASCADE ON UPDATE CASCADE
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `lams_planner_nodes`
+--
+
+LOCK TABLES `lams_planner_nodes` WRITE;
+/*!40000 ALTER TABLE `lams_planner_nodes` DISABLE KEYS */;
+/*!40000 ALTER TABLE `lams_planner_nodes` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `lams_presence_chat_msgs`
+--
+
+DROP TABLE IF EXISTS `lams_presence_chat_msgs`;
+CREATE TABLE `lams_presence_chat_msgs` (
+ `uid` bigint(20) NOT NULL auto_increment,
+ `room_name` varchar(255) default NULL,
+ `from_user` varchar(255) default NULL,
+ `to_user` varchar(255) default NULL,
+ `date_sent` datetime default NULL,
+ `message` varchar(1023) default NULL,
+ PRIMARY KEY (`uid`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `lams_presence_chat_msgs`
+--
+
+LOCK TABLES `lams_presence_chat_msgs` WRITE;
+/*!40000 ALTER TABLE `lams_presence_chat_msgs` DISABLE KEYS */;
+/*!40000 ALTER TABLE `lams_presence_chat_msgs` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
-- Table structure for table `lams_privilege`
--
@@ -1375,6 +1513,7 @@
CREATE TABLE `lams_progress_attempted` (
`learner_progress_id` bigint(20) NOT NULL,
`activity_id` bigint(20) NOT NULL,
+ `start_date_time` datetime default NULL,
PRIMARY KEY (`learner_progress_id`,`activity_id`),
KEY `learner_progress_id` (`learner_progress_id`),
KEY `activity_id` (`activity_id`),
@@ -1399,6 +1538,8 @@
CREATE TABLE `lams_progress_completed` (
`learner_progress_id` bigint(20) NOT NULL,
`activity_id` bigint(20) NOT NULL,
+ `completed_date_time` datetime default NULL,
+ `start_date_time` datetime default NULL,
PRIMARY KEY (`learner_progress_id`,`activity_id`),
KEY `learner_progress_id` (`learner_progress_id`),
KEY `activity_id` (`activity_id`),
@@ -1641,7 +1782,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,2);
+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;
@@ -1699,11 +1840,39 @@
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,1228355074656,1228347874656,'WAITING','SIMPLE',1228347874656,0,NULL,0,NULL);
+INSERT INTO `lams_qtz_triggers` VALUES ('Resend Messages Job trigger','DEFAULT','Resend Messages Job','DEFAULT','0',NULL,1242900313890,1242896713890,'WAITING','SIMPLE',1242896713890,0,NULL,0,NULL);
/*!40000 ALTER TABLE `lams_qtz_triggers` ENABLE KEYS */;
UNLOCK TABLES;
--
+-- Table structure for table `lams_registration`
+--
+
+DROP TABLE IF EXISTS `lams_registration`;
+CREATE TABLE `lams_registration` (
+ `uid` bigint(20) NOT NULL auto_increment,
+ `site_name` varchar(255) NOT NULL,
+ `organisation` varchar(255) NOT NULL,
+ `name` varchar(255) NOT NULL,
+ `email` varchar(255) NOT NULL,
+ `server_country` varchar(2) NOT NULL,
+ `public_directory` tinyint(1) default '1',
+ `enable_lams_community` tinyint(1) default '0',
+ `server_key` varchar(255) NOT NULL,
+ `server_id` varchar(255) NOT NULL,
+ PRIMARY KEY (`uid`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `lams_registration`
+--
+
+LOCK TABLES `lams_registration` WRITE;
+/*!40000 ALTER TABLE `lams_registration` DISABLE KEYS */;
+/*!40000 ALTER TABLE `lams_registration` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
-- Table structure for table `lams_role`
--
@@ -1723,7 +1892,7 @@
LOCK TABLES `lams_role` WRITE;
/*!40000 ALTER TABLE `lams_role` DISABLE KEYS */;
-INSERT INTO `lams_role` VALUES (1,'SYSADMIN','LAMS System Adminstrator','2008-12-04 09:49:22'),(2,'GROUP MANAGER','Group Manager','2008-12-04 09:49:22'),(3,'AUTHOR','Authors Learning Designs','2008-12-04 09:49:22'),(4,'MONITOR','Member of Staff','2008-12-04 09:49:22'),(5,'LEARNER','Student','2008-12-04 09:49:22'),(6,'GROUP ADMIN','Group Administrator','2008-12-04 09:49:22'),(7,'AUTHOR ADMIN','Author Administrator','2008-12-04 09:49:22');
+INSERT INTO `lams_role` VALUES (1,'SYSADMIN','LAMS System Adminstrator','2009-05-21 19:00:10'),(2,'GROUP MANAGER','Group Manager','2009-05-21 19:00:10'),(3,'AUTHOR','Authors Learning Designs','2009-05-21 19:00:10'),(4,'MONITOR','Member of Staff','2009-05-21 19:00:10'),(5,'LEARNER','Student','2009-05-21 19:00:10'),(6,'GROUP ADMIN','Group Administrator','2009-05-21 19:00:10'),(7,'AUTHOR ADMIN','Author Administrator','2009-05-21 19:00:10');
/*!40000 ALTER TABLE `lams_role` ENABLE KEYS */;
UNLOCK TABLES;
@@ -1798,19 +1967,20 @@
`help_url` text,
`create_date_time` datetime NOT NULL,
`admin_url` text,
+ `pedagogical_planner_url` text,
PRIMARY KEY (`system_tool_id`),
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=11 DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `lams_system_tool`
--
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-12-04 09:49:22',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-12-04 09:49:22',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-12-04 09:49:22',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-12-04 09:49:22',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-12-04 09:49:22',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-12-04 09:49:22',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-12-04 09:49:22',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-12-04 09:49:22',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-12-04 09:49:22',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-12-04 09:49:22',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,'2009-05-21 19:00:10',NULL,'pedagogicalPlanner/grouping.do?method=initGrouping'),(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,'2009-05-21 19:00:10',NULL,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,'2009-05-21 19:00:10',NULL,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,'2009-05-21 19:00:10',NULL,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,'2009-05-21 19:00:10',NULL,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,'2009-05-21 19:00:10',NULL,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,'2009-05-21 19:00:10',NULL,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,'2009-05-21 19:00:10',NULL,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,'2009-05-21 19:00:10',NULL,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,'2009-05-21 19:00:10',NULL,NULL),(11,15,'Floating Activities','A collection of floating activities',NULL,NULL,NULL,'monitoring/floatingExportPortfolio?mode=learner','monitoring/floatingExportPortfolio?mode=teacher','monitoring/floating.do?method=viewFloating','monitoring/floating.do?method=viewFloating',NULL,'2009-05-21 19:00:10',NULL,NULL);
/*!40000 ALTER TABLE `lams_system_tool` ENABLE KEYS */;
UNLOCK TABLES;
@@ -1866,12 +2036,11 @@
`monitor_url` text,
`contribute_url` text,
`moderation_url` text,
+ `pedagogical_planner_url` text,
`help_url` text,
`create_date_time` datetime NOT NULL,
`language_file` varchar(255) default NULL,
`modified_date_time` datetime default NULL,
- `classpath_addition` varchar(255) default NULL,
- `context_file` varchar(255) default NULL,
`admin_url` text,
`supports_outputs` tinyint(1) default '0',
`ext_lms_id` varchar(255) default NULL,
@@ -1882,15 +2051,15 @@
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=18 DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `lams_tool`
--
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','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-12-04 09:49:54','org.lamsfoundation.lams.tool.forum.ApplicationResources','2008-12-04 09:49:54','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-12-04 09:50:06','org.lamsfoundation.lams.tool.noticeboard.ApplicationResources','2008-12-04 09:50:06','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-12-04 09:50:14','org.lamsfoundation.lams.tool.qa.ApplicationResources','2008-12-04 09:50:14','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-12-04 09:50:22','org.lamsfoundation.lams.tool.sbmt.ApplicationResources','2008-12-04 09:50:22','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-12-04 09:50:32','org.lamsfoundation.lams.tool.chat.ApplicationResources','2008-12-04 09:50:32','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-12-04 09:50:43','org.lamsfoundation.lams.tool.rsrc.ApplicationResources','2008-12-04 09:50:43','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-12-04 09:50:51','org.lamsfoundation.lams.tool.vote.ApplicationResources','2008-12-04 09:50:51','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-12-04 09:51:00','org.lamsfoundation.lams.tool.notebook.ApplicationResources','2008-12-04 09:51:00','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-12-04 09:51:10','org.lamsfoundation.lams.tool.survey.ApplicationResources','2008-12-04 09:51:10','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-12-04 09:51:20','org.lamsfoundation.lams.tool.scribe.ApplicationResources','2008-12-04 09:51:20','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-12-04 09:51:30','org.lamsfoundation.lams.tool.taskList.ApplicationResources','2008-12-04 09:51:30','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-12-04 09:51:40','org.lamsfoundation.lams.tool.gmap.ApplicationResources','2008-12-04 09:51:40','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-12-04 09:51:50','org.lamsfoundation.lams.tool.spreadsheet.ApplicationResources','2008-12-04 09:51:50','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','20081114',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-12-04 09:52:00','org.lamsfoundation.lams.tool.daco.ApplicationResources','2008-12-04 09:52:00','lams-tool-ladaco10.jar','/org/lamsfoundation/lams/tool/daco/dacoApplicationContext.xml',NULL,1,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-12-04 09:52:09','org.lamsfoundation.lams.tool.wiki.ApplicationResources','2008-12-04 09:52:09','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-12-04 09:52:17','org.lamsfoundation.lams.tool.mc.ApplicationResources','2008-12-04 09:52:17','lams-tool-lamc11.jar','/org/lamsfoundation/lams/tool/mc/mcApplicationContext.xml',NULL,1,NULL),(17,'laddim10','dimdimService','Dimdim','Dimdim','dimdim','20080811',20,17,1,2,1,'tool/laddim10/learning.do?mode=learner','tool/laddim10/learning.do?mode=author','tool/laddim10/learning.do?mode=teacher','tool/laddim10/authoring.do','tool/laddim10/authoring.do?mode=teacher','tool/laddim10/exportPortfolio?mode=learner','tool/laddim10/exportPortfolio?mode=teacher','tool/laddim10/monitoring.do','tool/laddim10/contribute.do','tool/laddim10/moderate.do','http://wiki.lamsfoundation.org/display/lamsdocs/laddim10','2008-12-04 10:42:21','org.lamsfoundation.lams.tool.dimdim.ApplicationResources','2008-12-04 10:42:21','lams-tool-laddim10.jar','/org/lamsfoundation/lams/tool/dimdim/dimdimApplicationContext.xml','tool/laddim10/admin/view.do',0,NULL);
+INSERT INTO `lams_tool` VALUES (1,'lafrum11','forumService','Forum','Forum / Message Boards','forum','20081118',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','tool/lafrum11/authoring/initPedagogicalPlannerForm.do','http://wiki.lamsfoundation.org/display/lamsdocs/lafrum11','2009-05-21 19:00:54','org.lamsfoundation.lams.tool.forum.ApplicationResources','2009-05-21 19:00:54',NULL,1,NULL),(2,'lanb11','nbService','NoticeboardX','Displays a NoticeboardX','nb','20081209',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,'tool/lanb11/pedagogicalPlanner.do','http://wiki.lamsfoundation.org/display/lamsdocs/lanb11','2009-05-21 19:01:01','org.lamsfoundation.lams.tool.noticeboard.ApplicationResources','2009-05-21 19:01:01',NULL,0,NULL),(3,'laqa11','qaService','Question and Answer','Q/A Tool','qa','20081126',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','tool/laqa11/pedagogicalPlanner.do','http://wiki.lamsfoundation.org/display/lamsdocs/laqa11','2009-05-21 19:01:08','org.lamsfoundation.lams.tool.qa.ApplicationResources','2009-05-21 19:01:08','tool/laqa11/laqa11admin.do',1,NULL),(4,'lasbmt11','submitFilesService','Submit File','Submit File Tool Description','submitfile','20090113',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','tool/lasbmt11/pedagogicalPlanner.do','http://wiki.lamsfoundation.org/display/lamsdocs/lasbmt11','2009-05-21 19:01:15','org.lamsfoundation.lams.tool.sbmt.ApplicationResources','2009-05-21 19:01:15',NULL,0,NULL),(5,'lachat11','chatService','Chat','Chat','chat','20081125',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','tool/lachat11/pedagogicalPlanner.do','http://wiki.lamsfoundation.org/display/lamsdocs/lachat11','2009-05-21 19:01:25','org.lamsfoundation.lams.tool.chat.ApplicationResources','2009-05-21 19:01:25',NULL,1,NULL),(6,'larsrc11','resourceService','Shared Resources','Shared Resources','sharedresources','20090115',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','tool/larsrc11/authoring/initPedagogicalPlannerForm.do','http://wiki.lamsfoundation.org/display/lamsdocs/larsrc11','2009-05-21 19:01:35','org.lamsfoundation.lams.tool.rsrc.ApplicationResources','2009-05-21 19:01:35',NULL,0,NULL),(7,'lavote11','voteService','Voting','Voting','vote','20081203',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','tool/lavote11/pedagogicalPlanner.do','http://wiki.lamsfoundation.org/display/lamsdocs/lavote11','2009-05-21 19:01:43','org.lamsfoundation.lams.tool.vote.ApplicationResources','2009-05-21 19:01:43',NULL,1,NULL),(8,'lantbk11','notebookService','Notebook','Notebook','notebook','20081118',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','tool/lantbk11/pedagogicalPlanner.do','http://wiki.lamsfoundation.org/display/lamsdocs/lantbk11','2009-05-21 19:01:51','org.lamsfoundation.lams.tool.notebook.ApplicationResources','2009-05-21 19:01:51',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',NULL,'http://wiki.lamsfoundation.org/display/lamsdocs/lasurv11','2009-05-21 19:02:01','org.lamsfoundation.lams.tool.survey.ApplicationResources','2009-05-21 19:02:01',NULL,1,NULL),(10,'lascrb11','lascrbScribeService','Scribe','Scribe','scribe','20090226',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','tool/lascrb11/pedagogicalPlanner.do','http://wiki.lamsfoundation.org/display/lamsdocs/lascrb11','2009-05-21 19:02:11','org.lamsfoundation.lams.tool.scribe.ApplicationResources','2009-05-21 19:02:11',NULL,0,NULL),(11,'latask10','lataskTaskListService','Shared TaskList','Shared TaskList','sharedtaskList','20090113',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','tool/latask10/authoring/initPedagogicalPlannerForm.do','http://wiki.lamsfoundation.org/display/lamsdocs/latask10','2009-05-21 19:02:20','org.lamsfoundation.lams.tool.taskList.ApplicationResources','2009-05-21 19:02:20',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',NULL,'http://wiki.lamsfoundation.org/display/lamsdocs/lagmap10','2009-05-21 19:02:30','org.lamsfoundation.lams.tool.gmap.ApplicationResources','2009-05-21 19:02:30','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',NULL,'http://wiki.lamsfoundation.org/display/lamsdocs/lasprd10','2009-05-21 19:02:39','org.lamsfoundation.lams.tool.spreadsheet.ApplicationResources','2009-05-21 19:02:39',NULL,0,NULL),(14,'ladaco10','dacoService','Data Collection','Collecting data with custom structure.','daco','20090326',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',NULL,'http://wiki.lamsfoundation.org/display/lamsdocs/ladaco10','2009-05-21 19:02:48','org.lamsfoundation.lams.tool.daco.ApplicationResources','2009-05-21 19:02:48',NULL,1,NULL),(15,'lawiki10','wikiService','Wiki','Wiki','wiki','20090121',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','tool/lawiki10/pedagogicalPlanner.do','http://wiki.lamsfoundation.org/display/lamsdocs/lawiki10','2009-05-21 19:02:58','org.lamsfoundation.lams.tool.wiki.ApplicationResources','2009-05-21 19:02:58',NULL,1,NULL),(16,'laimag10','laimagImageGalleryService','ImageGallery','ImageGallery','imageGallery','20081007',16,16,1,2,1,'tool/laimag10/learning/start.do?mode=learner','tool/laimag10/learning/start.do?mode=author','tool/laimag10/learning/start.do?mode=teacher','tool/laimag10/authoring/start.do','tool/laimag10/definelater.do','tool/laimag10/exportPortfolio?mode=learner','tool/laimag10/exportPortfolio?mode=teacher','tool/laimag10/monitoring/summary.do','tool/laimag10/contribute.do','tool/laimag10/moderate.do',NULL,'http://wiki.lamsfoundation.org/display/lamsdocs/laimag10','2009-05-21 19:03:09','org.lamsfoundation.lams.tool.imageGallery.ApplicationResources','2009-05-21 19:03:09','tool/laimag10/laimag10admin/start.do',1,NULL),(17,'laddim10','dimdimService','Dimdim','Dimdim','dimdim','20080811',17,17,1,2,1,'tool/laddim10/learning.do?mode=learner','tool/laddim10/learning.do?mode=author','tool/laddim10/learning.do?mode=teacher','tool/laddim10/authoring.do','tool/laddim10/authoring.do?mode=teacher','tool/laddim10/exportPortfolio?mode=learner','tool/laddim10/exportPortfolio?mode=teacher','tool/laddim10/monitoring.do','tool/laddim10/contribute.do','tool/laddim10/moderate.do',NULL,'http://wiki.lamsfoundation.org/display/lamsdocs/laddim10','2009-05-21 19:03:18','org.lamsfoundation.lams.tool.dimdim.ApplicationResources','2009-05-21 19:03:18','tool/laddim10/admin/view.do',0,NULL),(18,'lavidr10','videoRecorderService','VideoRecorder','VideoRecorder','videoRecorder','20081208',18,18,1,2,1,'tool/lavidr10/learning.do?mode=learner','tool/lavidr10/learning.do?mode=author','tool/lavidr10/learning.do?mode=teacher','tool/lavidr10/authoring.do','tool/lavidr10/authoring.do?mode=teacher','tool/lavidr10/exportPortfolio?mode=learner','tool/lavidr10/exportPortfolio?mode=teacher','tool/lavidr10/monitoring.do','tool/lavidr10/contribute.do','tool/lavidr10/moderate.do',NULL,'http://wiki.lamsfoundation.org/display/lamsdocs/lavidr10','2009-05-21 19:03:29','org.lamsfoundation.lams.tool.videoRecorder.ApplicationResources','2009-05-21 19:03:29',NULL,1,NULL),(19,'lamind10','mindmapService','Mindmap','Mindmap','mindmap','20090202',19,19,1,2,1,'tool/lamind10/learning.do?mode=learner','tool/lamind10/learning.do?mode=author','tool/lamind10/learning.do?mode=teacher','tool/lamind10/authoring.do','tool/lamind10/authoring.do?mode=teacher','tool/lamind10/exportPortfolio?mode=learner','tool/lamind10/exportPortfolio?mode=teacher','tool/lamind10/monitoring.do','tool/lamind10/contribute.do','tool/lamind10/moderate.do','tool/lamind10/pedagogicalPlanner.do','http://wiki.lamsfoundation.org/display/lamsdocs/lamind10','2009-05-21 19:03:38','org.lamsfoundation.lams.tool.mindmap.ApplicationResources','2009-05-21 19:03:38',NULL,1,NULL),(20,'laasse10','laasseAssessmentService','Assessment','Assessment','assessment','20090109',20,20,1,2,1,'tool/laasse10/learning/start.do?mode=learner','tool/laasse10/learning/start.do?mode=author','tool/laasse10/learning/start.do?mode=teacher','tool/laasse10/authoring/start.do','tool/laasse10/definelater.do','tool/laasse10/exportPortfolio?mode=learner','tool/laasse10/exportPortfolio?mode=teacher','tool/laasse10/monitoring/summary.do','tool/laasse10/contribute.do','tool/laasse10/moderate.do',NULL,'http://wiki.lamsfoundation.org/display/lamsdocs/laasse10','2009-05-21 19:03:51','org.lamsfoundation.lams.tool.assessment.ApplicationResources','2009-05-21 19:03:51',NULL,1,NULL),(21,'lapixl10','pixlrService','Pixlr','Pixlr','pixlr','20081217',21,21,1,2,1,'tool/lapixl10/learning.do?mode=learner','tool/lapixl10/learning.do?mode=author','tool/lapixl10/learning.do?mode=teacher','tool/lapixl10/authoring.do','tool/lapixl10/authoring.do?mode=teacher','tool/lapixl10/exportPortfolio?mode=learner','tool/lapixl10/exportPortfolio?mode=teacher','tool/lapixl10/monitoring.do','tool/lapixl10/contribute.do','tool/lapixl10/moderate.do',NULL,'http://wiki.lamsfoundation.org/display/lamsdocs/lapixl10','2009-05-21 19:04:01','org.lamsfoundation.lams.tool.pixlr.ApplicationResources','2009-05-21 19:04:01','tool/lapixl10/lapixl10admin.do',0,NULL),(22,'lamc11','mcService','MCQ','Multiple Choice Questions','mc','20081127',22,22,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','tool/lamc11/pedagogicalPlanner.do','http://wiki.lamsfoundation.org/display/lamsdocs/lamc11','2009-05-21 19:04:07','org.lamsfoundation.lams.tool.mc.ApplicationResources','2009-05-21 19:04:07',NULL,1,NULL);
/*!40000 ALTER TABLE `lams_tool` ENABLE KEYS */;
UNLOCK TABLES;
@@ -1905,15 +2074,15 @@
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=96 DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=117 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `lams_tool_content`
--
LOCK TABLES `lams_tool_content` WRITE;
/*!40000 ALTER TABLE `lams_tool_content` DISABLE KEYS */;
-INSERT INTO `lams_tool_content` VALUES (1,1),(46,1),(90,1),(2,2),(18,2),(19,2),(21,2),(23,2),(24,2),(25,2),(30,2),(32,2),(33,2),(34,2),(36,2),(37,2),(39,2),(40,2),(41,2),(44,2),(50,2),(51,2),(55,2),(57,2),(59,2),(61,2),(62,2),(63,2),(68,2),(70,2),(71,2),(73,2),(74,2),(75,2),(77,2),(78,2),(84,2),(85,2),(87,2),(88,2),(92,2),(95,2),(3,3),(45,3),(82,3),(4,4),(48,4),(93,4),(5,5),(6,6),(20,6),(22,6),(26,6),(27,6),(28,6),(29,6),(31,6),(35,6),(42,6),(58,6),(60,6),(64,6),(65,6),(66,6),(67,6),(69,6),(76,6),(89,6),(7,7),(49,7),(80,7),(8,8),(53,8),(81,8),(9,9),(47,9),(83,9),(10,10),(11,11),(12,12),(52,12),(86,12),(13,13),(38,13),(72,13),(14,14),(56,14),(79,14),(15,15),(54,15),(91,15),(16,16),(43,16),(94,16),(17,17);
+INSERT INTO `lams_tool_content` VALUES (1,1),(51,1),(96,1),(2,2),(23,2),(24,2),(26,2),(28,2),(29,2),(30,2),(35,2),(37,2),(38,2),(39,2),(41,2),(42,2),(44,2),(45,2),(46,2),(49,2),(55,2),(56,2),(60,2),(62,2),(63,2),(66,2),(67,2),(69,2),(70,2),(72,2),(73,2),(75,2),(76,2),(79,2),(82,2),(84,2),(85,2),(86,2),(92,2),(93,2),(95,2),(98,2),(102,2),(103,2),(105,2),(106,2),(108,2),(111,2),(113,2),(114,2),(115,2),(116,2),(3,3),(50,3),(90,3),(4,4),(53,4),(101,4),(5,5),(6,6),(25,6),(27,6),(31,6),(32,6),(33,6),(34,6),(36,6),(40,6),(47,6),(71,6),(74,6),(77,6),(78,6),(80,6),(81,6),(83,6),(97,6),(107,6),(7,7),(54,7),(88,7),(8,8),(58,8),(91,8),(9,9),(52,9),(89,9),(10,10),(11,11),(12,12),(57,12),(99,12),(13,13),(43,13),(104,13),(14,14),(61,14),(87,14),(15,15),(59,15),(94,15),(16,16),(65,16),(109,16),(17,17),(18,18),(19,19),(68,19),(112,19),(20,20),(21,21),(64,21),(110,21),(22,22),(48,22),(100,22);
/*!40000 ALTER TABLE `lams_tool_content` ENABLE KEYS */;
UNLOCK TABLES;
@@ -1962,20 +2131,20 @@
KEY `tool_session_type_id` (`tool_session_type_id`),
KEY `activity_id` (`activity_id`),
KEY `group_id` (`group_id`),
- CONSTRAINT `FK_lams_tool_session_1` FOREIGN KEY (`group_id`) REFERENCES `lams_group` (`group_id`),
CONSTRAINT `FK_lams_tool_session_4` FOREIGN KEY (`tool_session_state_id`) REFERENCES `lams_tool_session_state` (`tool_session_state_id`),
CONSTRAINT `FK_lams_tool_session_5` FOREIGN KEY (`user_id`) REFERENCES `lams_user` (`user_id`),
CONSTRAINT `FK_lams_tool_session_7` FOREIGN KEY (`tool_session_type_id`) REFERENCES `lams_tool_session_type` (`tool_session_type_id`),
- CONSTRAINT `FK_lams_tool_session_8` FOREIGN KEY (`activity_id`) REFERENCES `lams_learning_activity` (`activity_id`)
-) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8;
+ CONSTRAINT `FK_lams_tool_session_8` FOREIGN KEY (`activity_id`) REFERENCES `lams_learning_activity` (`activity_id`),
+ CONSTRAINT `FK_lams_tool_session_1` FOREIGN KEY (`group_id`) REFERENCES `lams_group` (`group_id`)
+) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `lams_tool_session`
--
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,76,1,'2008-12-04 10:51:59',1,NULL,'uq_76_1'),(2,'Everybody learners',1,1,77,1,'2008-12-04 10:51:59',1,NULL,'uq_77_1'),(3,'Everybody learners',1,1,78,1,'2008-12-04 10:51:59',1,NULL,'uq_78_1'),(4,'Everybody learners',1,1,79,1,'2008-12-04 10:51:59',1,NULL,'uq_79_1'),(5,'Everybody learners',1,1,80,1,'2008-12-04 10:51:59',1,NULL,'uq_80_1'),(6,'Everybody learners',1,2,85,1,'2008-12-04 10:52:08',3,NULL,'uq_85_3'),(7,'Everybody learners',1,2,88,1,'2008-12-04 10:52:08',3,NULL,'uq_88_3'),(8,'Everybody learners',1,2,90,1,'2008-12-04 10:52:08',3,NULL,'uq_90_3'),(9,'Everybody learners',1,2,91,1,'2008-12-04 10:52:08',3,NULL,'uq_91_3'),(10,'Everybody learners',1,2,82,1,'2008-12-04 10:52:08',3,NULL,'uq_82_3'),(11,'Everybody learners',1,2,87,1,'2008-12-04 10:52:08',3,NULL,'uq_87_3'),(12,'Everybody learners',1,2,81,1,'2008-12-04 10:52:08',3,NULL,'uq_81_3'),(13,'Everybody learners',1,2,84,1,'2008-12-04 10:52:08',3,NULL,'uq_84_3'),(14,'Everybody learners',1,2,86,1,'2008-12-04 10:52:08',3,NULL,'uq_86_3'),(15,'Everybody learners',1,3,96,1,'2008-12-04 10:52:17',5,NULL,'uq_96_5'),(16,'Everybody learners',1,3,95,1,'2008-12-04 10:52:17',5,NULL,'uq_95_5'),(17,'Everybody learners',1,3,97,1,'2008-12-04 10:52:17',5,NULL,'uq_97_5'),(18,'Everybody learners',1,3,98,1,'2008-12-04 10:52:17',5,NULL,'uq_98_5'),(19,'Everybody learners',1,3,99,1,'2008-12-04 10:52:17',5,NULL,'uq_99_5'),(20,'Everybody learners',1,3,100,1,'2008-12-04 10:52:17',5,NULL,'uq_100_5'),(21,'Everybody learners',1,3,103,1,'2008-12-04 10:52:17',5,NULL,'uq_103_5'),(22,'Everybody learners',1,3,119,1,'2008-12-04 10:52:17',5,NULL,'uq_119_5'),(23,'Everybody learners',1,3,121,1,'2008-12-04 10:52:17',5,NULL,'uq_121_5'),(24,'Everybody learners',1,3,102,1,'2008-12-04 10:52:17',5,NULL,'uq_102_5'),(25,'Everybody learners',1,3,107,1,'2008-12-04 10:52:17',5,NULL,'uq_107_5'),(26,'Everybody learners',1,3,123,1,'2008-12-04 10:52:17',5,NULL,'uq_123_5'),(27,'Everybody learners',1,3,117,1,'2008-12-04 10:52:17',5,NULL,'uq_117_5'),(28,'Everybody learners',1,3,118,1,'2008-12-04 10:52:17',5,NULL,'uq_118_5'),(29,'Everybody learners',1,3,108,1,'2008-12-04 10:52:17',5,NULL,'uq_108_5'),(30,'Everybody learners',1,3,116,1,'2008-12-04 10:52:17',5,NULL,'uq_116_5'),(31,'Everybody learners',1,3,114,1,'2008-12-04 10:52:17',5,NULL,'uq_114_5'),(32,'Everybody learners',1,3,115,1,'2008-12-04 10:52:17',5,NULL,'uq_115_5'),(33,'Everybody learners',1,3,105,1,'2008-12-04 10:52:17',5,NULL,'uq_105_5'),(34,'Everybody learners',1,3,104,1,'2008-12-04 10:52:17',5,NULL,'uq_104_5'),(35,'Everybody learners',1,3,109,1,'2008-12-04 10:52:17',5,NULL,'uq_109_5'),(36,'Everybody learners',1,3,110,1,'2008-12-04 10:52:17',5,NULL,'uq_110_5'),(37,'Everybody learners',1,3,111,1,'2008-12-04 10:52:18',5,NULL,'uq_111_5'),(38,'Everybody learners',1,3,113,1,'2008-12-04 10:52:18',5,NULL,'uq_113_5'),(39,'Everybody learners',1,3,112,1,'2008-12-04 10:52:18',5,NULL,'uq_112_5');
+INSERT INTO `lams_tool_session` VALUES (1,'Everybody learners',1,1,89,1,'2009-05-21 19:08:00',1,NULL,'uq_89_1'),(2,'Everybody learners',1,1,90,1,'2009-05-21 19:08:00',1,NULL,'uq_90_1'),(3,'Everybody learners',1,1,91,1,'2009-05-21 19:08:00',1,NULL,'uq_91_1'),(4,'Everybody learners',1,1,92,1,'2009-05-21 19:08:00',1,NULL,'uq_92_1'),(5,'Everybody learners',1,1,93,1,'2009-05-21 19:08:00',1,NULL,'uq_93_1'),(6,'Everybody learners',1,2,98,1,'2009-05-21 19:08:07',3,NULL,'uq_98_3'),(7,'Everybody learners',1,2,101,1,'2009-05-21 19:08:07',3,NULL,'uq_101_3'),(8,'Everybody learners',1,2,103,1,'2009-05-21 19:08:07',3,NULL,'uq_103_3'),(9,'Everybody learners',1,2,104,1,'2009-05-21 19:08:07',3,NULL,'uq_104_3'),(10,'Everybody learners',1,2,95,1,'2009-05-21 19:08:07',3,NULL,'uq_95_3'),(11,'Everybody learners',1,2,100,1,'2009-05-21 19:08:08',3,NULL,'uq_100_3'),(12,'Everybody learners',1,2,94,1,'2009-05-21 19:08:08',3,NULL,'uq_94_3'),(13,'Everybody learners',1,2,97,1,'2009-05-21 19:08:08',3,NULL,'uq_97_3'),(14,'Everybody learners',1,2,99,1,'2009-05-21 19:08:08',3,NULL,'uq_99_3'),(15,'Everybody learners',1,3,109,1,'2009-05-21 19:08:15',5,NULL,'uq_109_5'),(16,'Everybody learners',1,3,108,1,'2009-05-21 19:08:15',5,NULL,'uq_108_5'),(17,'Everybody learners',1,3,110,1,'2009-05-21 19:08:15',5,NULL,'uq_110_5'),(18,'Everybody learners',1,3,111,1,'2009-05-21 19:08:15',5,NULL,'uq_111_5'),(19,'Everybody learners',1,3,112,1,'2009-05-21 19:08:15',5,NULL,'uq_112_5'),(20,'Everybody learners',1,3,113,1,'2009-05-21 19:08:15',5,NULL,'uq_113_5'),(21,'Everybody learners',1,3,116,1,'2009-05-21 19:08:15',5,NULL,'uq_116_5'),(22,'Everybody learners',1,3,132,1,'2009-05-21 19:08:15',5,NULL,'uq_132_5'),(23,'Everybody learners',1,3,134,1,'2009-05-21 19:08:15',5,NULL,'uq_134_5'),(24,'Everybody learners',1,3,115,1,'2009-05-21 19:08:15',5,NULL,'uq_115_5'),(25,'Everybody learners',1,3,120,1,'2009-05-21 19:08:15',5,NULL,'uq_120_5'),(26,'Everybody learners',1,3,136,1,'2009-05-21 19:08:15',5,NULL,'uq_136_5'),(27,'Everybody learners',1,3,130,1,'2009-05-21 19:08:15',5,NULL,'uq_130_5'),(28,'Everybody learners',1,3,131,1,'2009-05-21 19:08:15',5,NULL,'uq_131_5'),(29,'Everybody learners',1,3,121,1,'2009-05-21 19:08:15',5,NULL,'uq_121_5'),(30,'Everybody learners',1,3,129,1,'2009-05-21 19:08:15',5,NULL,'uq_129_5'),(31,'Everybody learners',1,3,127,1,'2009-05-21 19:08:16',5,NULL,'uq_127_5'),(32,'Everybody learners',1,3,128,1,'2009-05-21 19:08:16',5,NULL,'uq_128_5'),(33,'Everybody learners',1,3,118,1,'2009-05-21 19:08:16',5,NULL,'uq_118_5'),(34,'Everybody learners',1,3,117,1,'2009-05-21 19:08:16',5,NULL,'uq_117_5'),(35,'Everybody learners',1,3,122,1,'2009-05-21 19:08:16',5,NULL,'uq_122_5'),(36,'Everybody learners',1,3,123,1,'2009-05-21 19:08:16',5,NULL,'uq_123_5'),(37,'Everybody learners',1,3,124,1,'2009-05-21 19:08:16',5,NULL,'uq_124_5'),(38,'Everybody learners',1,3,126,1,'2009-05-21 19:08:16',5,NULL,'uq_126_5'),(39,'Everybody learners',1,3,125,1,'2009-05-21 19:08:16',5,NULL,'uq_125_5'),(40,'Everybody learners',1,4,138,1,'2009-05-21 19:08:21',7,NULL,'uq_138_7'),(41,'Everybody learners',1,4,139,1,'2009-05-21 19:08:21',7,NULL,'uq_139_7'),(42,'Everybody learners',1,4,140,1,'2009-05-21 19:08:21',7,NULL,'uq_140_7'),(43,'Everybody learners',1,4,141,1,'2009-05-21 19:08:21',7,NULL,'uq_141_7'),(44,'Everybody learners',1,4,142,1,'2009-05-21 19:08:21',7,NULL,'uq_142_7'),(45,'Everybody learners',1,4,143,1,'2009-05-21 19:08:21',7,NULL,'uq_143_7'),(46,'Everybody learners',1,4,144,1,'2009-05-21 19:08:22',7,NULL,'uq_144_7'),(47,'Everybody learners',1,4,145,1,'2009-05-21 19:08:22',7,NULL,'uq_145_7');
/*!40000 ALTER TABLE `lams_tool_session` ENABLE KEYS */;
UNLOCK TABLES;
@@ -2056,6 +2225,9 @@
`portrait_uuid` bigint(20) default NULL,
`change_password` tinyint(4) default '0',
`enable_flash` tinyint(1) default '1',
+ `lams_community_token` varchar(255) default NULL,
+ `lams_community_username` varchar(255) default NULL,
+ `timezone` tinyint(4) default NULL,
PRIMARY KEY (`user_id`),
UNIQUE KEY `UQ_lams_user_login` (`login`),
KEY `authentication_method_id` (`authentication_method_id`),
@@ -2078,7 +2250,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-12-04 09:49:22',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,'2009-05-21 19:00:10',1,51,1,2,NULL,1,NULL,0,1,NULL,NULL,28),(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,NULL,NULL,28),(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,NULL,NULL,28),(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,NULL,NULL,28),(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,NULL,NULL,28);
/*!40000 ALTER TABLE `lams_user` ENABLE KEYS */;
UNLOCK TABLES;
@@ -2103,7 +2275,7 @@
LOCK TABLES `lams_user_group` WRITE;
/*!40000 ALTER TABLE `lams_user_group` DISABLE KEYS */;
-INSERT INTO `lams_user_group` VALUES (5,1),(5,2),(5,3),(5,4),(5,5),(5,6),(6,1),(6,3),(6,5),(7,1),(7,3),(7,5),(8,1),(8,3),(8,5);
+INSERT INTO `lams_user_group` VALUES (5,1),(5,2),(5,3),(5,4),(5,5),(5,6),(5,7),(5,8),(6,1),(6,3),(6,5),(6,7),(7,1),(7,3),(7,5),(7,7),(8,1),(8,3),(8,5),(8,7);
/*!40000 ALTER TABLE `lams_user_group` ENABLE KEYS */;
UNLOCK TABLES;
@@ -2215,15 +2387,15 @@
KEY `workspace_folder_id` (`workspace_folder_id`),
CONSTRAINT `FK_lams_ww_folder_1` FOREIGN KEY (`workspace_id`) REFERENCES `lams_workspace` (`workspace_id`),
CONSTRAINT `FK_lams_ww_folder_2` FOREIGN KEY (`workspace_folder_id`) REFERENCES `lams_workspace_folder` (`workspace_folder_id`)
-) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `lams_wkspc_wkspc_folder`
--
LOCK TABLES `lams_wkspc_wkspc_folder` WRITE;
/*!40000 ALTER TABLE `lams_wkspc_wkspc_folder` DISABLE KEYS */;
-INSERT INTO `lams_wkspc_wkspc_folder` VALUES (1,1,1),(2,2,2),(3,2,22),(4,3,3),(5,3,23),(7,5,5),(8,6,6),(9,7,7),(10,8,8),(11,50,40),(12,51,45);
+INSERT INTO `lams_wkspc_wkspc_folder` VALUES (1,1,1),(2,2,2),(3,2,22),(4,3,3),(5,3,23),(7,5,5),(8,6,6),(9,7,7),(10,8,8),(11,50,40),(12,51,45),(13,52,46);
/*!40000 ALTER TABLE `lams_wkspc_wkspc_folder` ENABLE KEYS */;
UNLOCK TABLES;
@@ -2242,15 +2414,15 @@
KEY `default_fld_id` (`default_fld_id`),
CONSTRAINT `FK_lams_workspace_1` FOREIGN KEY (`def_run_seq_fld_id`) REFERENCES `lams_workspace_folder` (`workspace_folder_id`),
CONSTRAINT `FK_lams_workspace_2` FOREIGN KEY (`default_fld_id`) REFERENCES `lams_workspace_folder` (`workspace_folder_id`)
-) ENGINE=InnoDB AUTO_INCREMENT=52 DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=53 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `lams_workspace`
--
LOCK TABLES `lams_workspace` WRITE;
/*!40000 ALTER TABLE `lams_workspace` DISABLE KEYS */;
-INSERT INTO `lams_workspace` VALUES (1,1,NULL,'ROOT'),(2,2,22,'Developers Playpen'),(3,3,23,'MATH111'),(5,5,NULL,'One Test'),(6,6,NULL,'Two Test'),(7,7,NULL,'Three Test'),(8,8,NULL,'Four Test'),(50,40,41,'Moodle Test'),(51,45,NULL,'System Administrator');
+INSERT INTO `lams_workspace` VALUES (1,1,NULL,'ROOT'),(2,2,22,'Developers Playpen'),(3,3,23,'MATH111'),(5,5,NULL,'One Test'),(6,6,NULL,'Two Test'),(7,7,NULL,'Three Test'),(8,8,NULL,'Four Test'),(50,40,41,'Moodle Test'),(51,45,NULL,'System Administrator'),(52,46,NULL,'Public Folder');
/*!40000 ALTER TABLE `lams_workspace` ENABLE KEYS */;
UNLOCK TABLES;
@@ -2272,15 +2444,15 @@
KEY `lams_workspace_folder_type_id` (`lams_workspace_folder_type_id`),
CONSTRAINT `FK_lams_workspace_folder_2` FOREIGN KEY (`parent_folder_id`) REFERENCES `lams_workspace_folder` (`workspace_folder_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `FK_lams_workspace_folder_4` FOREIGN KEY (`lams_workspace_folder_type_id`) REFERENCES `lams_workspace_folder_type` (`lams_workspace_folder_type_id`)
-) ENGINE=InnoDB AUTO_INCREMENT=46 DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `lams_workspace_folder`
--
LOCK TABLES `lams_workspace_folder` WRITE;
/*!40000 ALTER TABLE `lams_workspace_folder` DISABLE KEYS */;
-INSERT INTO `lams_workspace_folder` VALUES (1,NULL,'ROOT',1,'2004-12-23 00:00:00','2004-12-23 00:00:00',1),(2,1,'Developers Playpen',1,'2004-12-23 00:00:00','2004-12-23 00:00:00',1),(3,1,'MATH111',1,'2004-12-23 00:00:00','2004-12-23 00:00:00',1),(5,NULL,'One Test',5,'2004-12-23 00:00:00','2004-12-23 00:00:00',1),(6,NULL,'Two Test',6,'2004-12-23 00:00:00','2004-12-23 00:00:00',1),(7,NULL,'Three Test',7,'2004-12-23 00:00:00','2004-12-23 00:00:00',1),(8,NULL,'Four Test',8,'2004-12-23 00:00:00','2004-12-23 00:00:00',1),(22,2,'Lesson Sequence Folder',1,'2004-12-23 00:00:00','2004-12-23 00:00:00',2),(23,3,'Lesson Sequence Folder',1,'2004-12-23 00:00:00','2004-12-23 00:00:00',2),(40,1,'Moodle Test',1,'2004-12-23 00:00:00','2004-12-23 00:00:00',2),(41,40,'Lesson Sequence Folder',1,'2004-12-23 00:00:00','2004-12-23 00:00:00',2),(45,NULL,'System Administrator',1,'2006-11-01 00:00:00','2006-11-01 00:00:00',1);
+INSERT INTO `lams_workspace_folder` VALUES (1,NULL,'ROOT',1,'2004-12-23 00:00:00','2004-12-23 00:00:00',1),(2,1,'Developers Playpen',1,'2004-12-23 00:00:00','2004-12-23 00:00:00',1),(3,1,'MATH111',1,'2004-12-23 00:00:00','2004-12-23 00:00:00',1),(5,NULL,'One Test',5,'2004-12-23 00:00:00','2004-12-23 00:00:00',1),(6,NULL,'Two Test',6,'2004-12-23 00:00:00','2004-12-23 00:00:00',1),(7,NULL,'Three Test',7,'2004-12-23 00:00:00','2004-12-23 00:00:00',1),(8,NULL,'Four Test',8,'2004-12-23 00:00:00','2004-12-23 00:00:00',1),(22,2,'Lesson Sequence Folder',1,'2004-12-23 00:00:00','2004-12-23 00:00:00',2),(23,3,'Lesson Sequence Folder',1,'2004-12-23 00:00:00','2004-12-23 00:00:00',2),(40,1,'Moodle Test',1,'2004-12-23 00:00:00','2004-12-23 00:00:00',2),(41,40,'Lesson Sequence Folder',1,'2004-12-23 00:00:00','2004-12-23 00:00:00',2),(45,NULL,'System Administrator',1,'2006-11-01 00:00:00','2006-11-01 00:00:00',1),(46,1,'Public Folder',1,'2004-12-23 00:00:00','2004-12-23 00:00:00',3);
/*!40000 ALTER TABLE `lams_workspace_folder` ENABLE KEYS */;
UNLOCK TABLES;
@@ -2335,7 +2507,7 @@
LOCK TABLES `lams_workspace_folder_type` WRITE;
/*!40000 ALTER TABLE `lams_workspace_folder_type` DISABLE KEYS */;
-INSERT INTO `lams_workspace_folder_type` VALUES (1,'NORMAL'),(2,'RUN SEQUENCES');
+INSERT INTO `lams_workspace_folder_type` VALUES (1,'NORMAL'),(2,'RUN SEQUENCES'),(3,'PUBLIC SEQUENCES');
/*!40000 ALTER TABLE `lams_workspace_folder_type` ENABLE KEYS */;
UNLOCK TABLES;
@@ -2358,11 +2530,352 @@
LOCK TABLES `patches` WRITE;
/*!40000 ALTER TABLE `patches` DISABLE KEYS */;
-INSERT INTO `patches` VALUES ('lachat11',20081027,'2008-12-03 22:50:33','F'),('ladaco10',20081114,'2008-12-03 22:52:01','F'),('laddim10',20080811,'2008-12-03 23:42:22','F'),('lafrum11',20081022,'2008-12-03 22:49:55','F'),('lagmap10',20080521,'2008-12-03 22:51:42','F'),('lamc11',20070820,'2008-12-03 22:52:18','F'),('lams',13,'2008-12-03 22:49:22','F'),('lanb11',20080601,'2008-12-03 22:50:06','F'),('lantbk11',20080929,'2008-12-03 22:51:00','F'),('laqa11',20080926,'2008-12-03 22:50:14','F'),('larsrc11',20081107,'2008-12-03 22:50:45','F'),('lasbmt11',20081107,'2008-12-03 22:50:23','F'),('lascrb11',20080229,'2008-12-03 22:51:21','F'),('lasprd10',20080612,'2008-12-03 22:51:51','F'),('lasurv11',20081021,'2008-12-03 22:51:11','F'),('latask10',20080211,'2008-12-03 22:51:32','F'),('lavote11',20080326,'2008-12-03 22:50:52','F'),('lawiki10',20080929,'2008-12-03 22:52:10','F');
+INSERT INTO `patches` VALUES ('laasse10',20090109,'2009-05-21 09:03:53','F'),('lachat11',20081125,'2009-05-21 09:01:26','F'),('ladaco10',20090326,'2009-05-21 09:02:50','F'),('laddim10',20080811,'2009-05-21 09:03:19','F'),('lafrum11',20081118,'2009-05-21 09:00:57','F'),('lagmap10',20080521,'2009-05-21 09:02:32','F'),('laimag10',20081007,'2009-05-21 09:03:11','F'),('lamc11',20081127,'2009-05-21 09:04:07','F'),('lamind10',20090202,'2009-05-21 09:03:40','F'),('lams',16,'2009-05-21 09:00:10','F'),('lanb11',20081209,'2009-05-21 09:01:02','F'),('lantbk11',20081118,'2009-05-21 09:01:52','F'),('lapixl10',20081217,'2009-05-21 09:04:01','F'),('laqa11',20081126,'2009-05-21 09:01:09','F'),('larsrc11',20090115,'2009-05-21 09:01:37','F'),('lasbmt11',20090113,'2009-05-21 09:01:16','F'),('lascrb11',20090226,'2009-05-21 09:02:12','F'),('lasprd10',20080612,'2009-05-21 09:02:40','F'),('lasurv11',20081021,'2009-05-21 09:02:03','F'),('latask10',20090113,'2009-05-21 09:02:23','F'),('lavidr10',20081208,'2009-05-21 09:03:30','F'),('lavote11',20081203,'2009-05-21 09:01:44','F'),('lawiki10',20090121,'2009-05-21 09:03:00','F');
/*!40000 ALTER TABLE `patches` ENABLE KEYS */;
UNLOCK TABLES;
--
+-- Table structure for table `tl_laasse10_assessment`
+--
+
+DROP TABLE IF EXISTS `tl_laasse10_assessment`;
+CREATE TABLE `tl_laasse10_assessment` (
+ `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 NULL,
+ `time_limit` int(11) default '0',
+ `attempts_allowed` int(11) default '1',
+ `instructions` text,
+ `online_instructions` text,
+ `offline_instructions` text,
+ `content_in_use` tinyint(4) default NULL,
+ `define_later` tinyint(4) default NULL,
+ `content_id` bigint(20) default NULL,
+ `allow_question_feedback` tinyint(4) default NULL,
+ `allow_overall_feedback` tinyint(4) default NULL,
+ `allow_right_wrong_answers` tinyint(4) default NULL,
+ `allow_grades_after_attempt` tinyint(4) default NULL,
+ `allow_history_responses` tinyint(4) default NULL,
+ `questions_per_page` int(11) default '0',
+ `shuffled` tinyint(4) default NULL,
+ `attempt_completion_notify` tinyint(4) default '0',
+ PRIMARY KEY (`uid`),
+ UNIQUE KEY `content_id` (`content_id`),
+ KEY `FK_NEW_1720029621_89093BF758092FB` (`create_by`),
+ CONSTRAINT `FK_NEW_1720029621_89093BF758092FB` FOREIGN KEY (`create_by`) REFERENCES `tl_laasse10_user` (`uid`)
+) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `tl_laasse10_assessment`
+--
+
+LOCK TABLES `tl_laasse10_assessment` WRITE;
+/*!40000 ALTER TABLE `tl_laasse10_assessment` DISABLE KEYS */;
+INSERT INTO `tl_laasse10_assessment` VALUES (1,NULL,NULL,NULL,'Assessment',0,0,1,'Instructions ',NULL,NULL,0,0,20,0,0,0,0,0,0,0,0);
+/*!40000 ALTER TABLE `tl_laasse10_assessment` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `tl_laasse10_assessment_overall_feedback`
+--
+
+DROP TABLE IF EXISTS `tl_laasse10_assessment_overall_feedback`;
+CREATE TABLE `tl_laasse10_assessment_overall_feedback` (
+ `uid` bigint(20) NOT NULL auto_increment,
+ `assessment_uid` bigint(20) default NULL,
+ `sequence_id` int(11) default NULL,
+ `grade_boundary` int(11) default NULL,
+ `feedback` text,
+ PRIMARY KEY (`uid`),
+ UNIQUE KEY `uid` (`uid`),
+ KEY `FK_tl_laasse10_assessment_overall_feedback_1` (`assessment_uid`),
+ CONSTRAINT `FK_tl_laasse10_assessment_overall_feedback_1` FOREIGN KEY (`assessment_uid`) REFERENCES `tl_laasse10_assessment` (`uid`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `tl_laasse10_assessment_overall_feedback`
+--
+
+LOCK TABLES `tl_laasse10_assessment_overall_feedback` WRITE;
+/*!40000 ALTER TABLE `tl_laasse10_assessment_overall_feedback` DISABLE KEYS */;
+/*!40000 ALTER TABLE `tl_laasse10_assessment_overall_feedback` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `tl_laasse10_assessment_question`
+--
+
+DROP TABLE IF EXISTS `tl_laasse10_assessment_question`;
+CREATE TABLE `tl_laasse10_assessment_question` (
+ `uid` bigint(20) NOT NULL auto_increment,
+ `question_type` smallint(6) default NULL,
+ `title` varchar(255) default NULL,
+ `question` text,
+ `sequence_id` int(11) default NULL,
+ `default_grade` int(11) default '1',
+ `penalty_factor` float default '0.1',
+ `general_feedback` text,
+ `feedback` text,
+ `multiple_answers_allowed` tinyint(4) default '0',
+ `feedback_on_correct` text,
+ `feedback_on_partially_correct` text,
+ `feedback_on_incorrect` text,
+ `shuffle` tinyint(4) default NULL,
+ `case_sensitive` tinyint(4) default NULL,
+ `correct_answer` tinyint(4) default '0',
+ `create_date` datetime default NULL,
+ `create_by` bigint(20) default NULL,
+ `assessment_uid` bigint(20) default NULL,
+ `session_uid` bigint(20) default NULL,
+ PRIMARY KEY (`uid`),
+ KEY `FK_NEW_1720029621_F52D1F93758092FB` (`create_by`),
+ KEY `FK_NEW_1720029621_F52D1F9330E79035` (`assessment_uid`),
+ KEY `FK_NEW_1720029621_F52D1F93EC0D3147` (`session_uid`),
+ CONSTRAINT `FK_NEW_1720029621_F52D1F93EC0D3147` FOREIGN KEY (`session_uid`) REFERENCES `tl_laasse10_session` (`uid`),
+ CONSTRAINT `FK_NEW_1720029621_F52D1F9330E79035` FOREIGN KEY (`assessment_uid`) REFERENCES `tl_laasse10_assessment` (`uid`),
+ CONSTRAINT `FK_NEW_1720029621_F52D1F93758092FB` FOREIGN KEY (`create_by`) REFERENCES `tl_laasse10_user` (`uid`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `tl_laasse10_assessment_question`
+--
+
+LOCK TABLES `tl_laasse10_assessment_question` WRITE;
+/*!40000 ALTER TABLE `tl_laasse10_assessment_question` DISABLE KEYS */;
+/*!40000 ALTER TABLE `tl_laasse10_assessment_question` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `tl_laasse10_assessment_result`
+--
+
+DROP TABLE IF EXISTS `tl_laasse10_assessment_result`;
+CREATE TABLE `tl_laasse10_assessment_result` (
+ `uid` bigint(20) NOT NULL auto_increment,
+ `assessment_uid` bigint(20) default NULL,
+ `start_date` datetime default NULL,
+ `finish_date` datetime default NULL,
+ `user_uid` bigint(20) default NULL,
+ `session_id` bigint(20) default NULL,
+ `maximum_grade` int(11) default NULL,
+ `grade` float default NULL,
+ PRIMARY KEY (`uid`),
+ KEY `FK_tl_laasse10_assessment_result_2` (`user_uid`),
+ KEY `FK_tl_laasse10_assessment_result_3` (`assessment_uid`),
+ CONSTRAINT `FK_tl_laasse10_assessment_result_3` FOREIGN KEY (`assessment_uid`) REFERENCES `tl_laasse10_assessment` (`uid`),
+ CONSTRAINT `FK_tl_laasse10_assessment_result_2` FOREIGN KEY (`user_uid`) REFERENCES `tl_laasse10_user` (`uid`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `tl_laasse10_assessment_result`
+--
+
+LOCK TABLES `tl_laasse10_assessment_result` WRITE;
+/*!40000 ALTER TABLE `tl_laasse10_assessment_result` DISABLE KEYS */;
+/*!40000 ALTER TABLE `tl_laasse10_assessment_result` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `tl_laasse10_assessment_unit`
+--
+
+DROP TABLE IF EXISTS `tl_laasse10_assessment_unit`;
+CREATE TABLE `tl_laasse10_assessment_unit` (
+ `uid` bigint(20) NOT NULL auto_increment,
+ `question_uid` bigint(20) default NULL,
+ `sequence_id` int(11) default NULL,
+ `multiplier` float default NULL,
+ `unit` varchar(255) default NULL,
+ PRIMARY KEY (`uid`),
+ UNIQUE KEY `uid` (`uid`),
+ KEY `FK_tl_laasse10_assessment_unit_1` (`question_uid`),
+ CONSTRAINT `FK_tl_laasse10_assessment_unit_1` FOREIGN KEY (`question_uid`) REFERENCES `tl_laasse10_assessment_question` (`uid`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `tl_laasse10_assessment_unit`
+--
+
+LOCK TABLES `tl_laasse10_assessment_unit` WRITE;
+/*!40000 ALTER TABLE `tl_laasse10_assessment_unit` DISABLE KEYS */;
+/*!40000 ALTER TABLE `tl_laasse10_assessment_unit` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `tl_laasse10_attachment`
+--
+
+DROP TABLE IF EXISTS `tl_laasse10_attachment`;
+CREATE TABLE `tl_laasse10_attachment` (
+ `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,
+ `assessment_uid` bigint(20) default NULL,
+ PRIMARY KEY (`uid`),
+ KEY `FK_NEW_1720029621_1E7009430E79035` (`assessment_uid`),
+ CONSTRAINT `FK_NEW_1720029621_1E7009430E79035` FOREIGN KEY (`assessment_uid`) REFERENCES `tl_laasse10_assessment` (`uid`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `tl_laasse10_attachment`
+--
+
+LOCK TABLES `tl_laasse10_attachment` WRITE;
+/*!40000 ALTER TABLE `tl_laasse10_attachment` DISABLE KEYS */;
+/*!40000 ALTER TABLE `tl_laasse10_attachment` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `tl_laasse10_option_answer`
+--
+
+DROP TABLE IF EXISTS `tl_laasse10_option_answer`;
+CREATE TABLE `tl_laasse10_option_answer` (
+ `uid` bigint(20) NOT NULL auto_increment,
+ `question_result_uid` bigint(20) default NULL,
+ `question_option_uid` bigint(20) default NULL,
+ `answer_boolean` tinyint(1) default NULL,
+ `answer_int` int(11) default NULL,
+ PRIMARY KEY (`uid`),
+ UNIQUE KEY `uid` (`uid`),
+ KEY `FK_tl_laasse10_option_answer_1` (`question_result_uid`),
+ CONSTRAINT `FK_tl_laasse10_option_answer_1` FOREIGN KEY (`question_result_uid`) REFERENCES `tl_laasse10_question_result` (`uid`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `tl_laasse10_option_answer`
+--
+
+LOCK TABLES `tl_laasse10_option_answer` WRITE;
+/*!40000 ALTER TABLE `tl_laasse10_option_answer` DISABLE KEYS */;
+/*!40000 ALTER TABLE `tl_laasse10_option_answer` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `tl_laasse10_question_option`
+--
+
+DROP TABLE IF EXISTS `tl_laasse10_question_option`;
+CREATE TABLE `tl_laasse10_question_option` (
+ `uid` bigint(20) NOT NULL auto_increment,
+ `question_uid` bigint(20) default NULL,
+ `sequence_id` int(11) default NULL,
+ `question` text,
+ `option_string` text,
+ `option_float` float default NULL,
+ `accepted_error` float default NULL,
+ `grade` float default NULL,
+ `feedback` text,
+ PRIMARY KEY (`uid`),
+ UNIQUE KEY `uid` (`uid`),
+ KEY `FK_tl_laasse10_question_option_1` (`question_uid`),
+ CONSTRAINT `FK_tl_laasse10_question_option_1` FOREIGN KEY (`question_uid`) REFERENCES `tl_laasse10_assessment_question` (`uid`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `tl_laasse10_question_option`
+--
+
+LOCK TABLES `tl_laasse10_question_option` WRITE;
+/*!40000 ALTER TABLE `tl_laasse10_question_option` DISABLE KEYS */;
+/*!40000 ALTER TABLE `tl_laasse10_question_option` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `tl_laasse10_question_result`
+--
+
+DROP TABLE IF EXISTS `tl_laasse10_question_result`;
+CREATE TABLE `tl_laasse10_question_result` (
+ `uid` bigint(20) NOT NULL auto_increment,
+ `assessment_question_uid` bigint(20) default NULL,
+ `result_uid` bigint(20) default NULL,
+ `answer_string` text,
+ `answer_float` float default NULL,
+ `answer_boolean` tinyint(1) default NULL,
+ `submitted_option_uid` bigint(20) default NULL,
+ `mark` float default NULL,
+ `penalty` float default NULL,
+ PRIMARY KEY (`uid`),
+ KEY `FK_NEW_1720029621_693580A438BF8DFE` (`assessment_question_uid`),
+ KEY `FK_tl_laasse10_question_result_1` (`result_uid`),
+ CONSTRAINT `FK_tl_laasse10_question_result_1` FOREIGN KEY (`result_uid`) REFERENCES `tl_laasse10_assessment_result` (`uid`),
+ CONSTRAINT `FK_NEW_1720029621_693580A438BF8DFE` FOREIGN KEY (`assessment_question_uid`) REFERENCES `tl_laasse10_assessment_question` (`uid`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `tl_laasse10_question_result`
+--
+
+LOCK TABLES `tl_laasse10_question_result` WRITE;
+/*!40000 ALTER TABLE `tl_laasse10_question_result` DISABLE KEYS */;
+/*!40000 ALTER TABLE `tl_laasse10_question_result` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `tl_laasse10_session`
+--
+
+DROP TABLE IF EXISTS `tl_laasse10_session`;
+CREATE TABLE `tl_laasse10_session` (
+ `uid` bigint(20) NOT NULL auto_increment,
+ `session_end_date` datetime default NULL,
+ `session_start_date` datetime default NULL,
+ `status` int(11) default NULL,
+ `assessment_uid` bigint(20) default NULL,
+ `session_id` bigint(20) default NULL,
+ `session_name` varchar(250) default NULL,
+ PRIMARY KEY (`uid`),
+ KEY `FK_NEW_1720029621_24AA78C530E79035` (`assessment_uid`),
+ CONSTRAINT `FK_NEW_1720029621_24AA78C530E79035` FOREIGN KEY (`assessment_uid`) REFERENCES `tl_laasse10_assessment` (`uid`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `tl_laasse10_session`
+--
+
+LOCK TABLES `tl_laasse10_session` WRITE;
+/*!40000 ALTER TABLE `tl_laasse10_session` DISABLE KEYS */;
+/*!40000 ALTER TABLE `tl_laasse10_session` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `tl_laasse10_user`
+--
+
+DROP TABLE IF EXISTS `tl_laasse10_user`;
+CREATE TABLE `tl_laasse10_user` (
+ `uid` bigint(20) NOT NULL auto_increment,
+ `user_id` bigint(20) default NULL,
+ `last_name` varchar(255) default NULL,
+ `first_name` varchar(255) default NULL,
+ `login_name` varchar(255) default NULL,
+ `session_finished` smallint(6) default NULL,
+ `session_uid` bigint(20) default NULL,
+ `assessment_uid` bigint(20) default NULL,
+ PRIMARY KEY (`uid`),
+ KEY `FK_NEW_1720029621_30113BFCEC0D3147` (`session_uid`),
+ KEY `FK_NEW_1720029621_30113BFC309ED320` (`assessment_uid`),
+ CONSTRAINT `FK_NEW_1720029621_30113BFC309ED320` FOREIGN KEY (`assessment_uid`) REFERENCES `tl_laasse10_assessment` (`uid`),
+ CONSTRAINT `FK_NEW_1720029621_30113BFCEC0D3147` FOREIGN KEY (`session_uid`) REFERENCES `tl_laasse10_session` (`uid`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `tl_laasse10_user`
+--
+
+LOCK TABLES `tl_laasse10_user` WRITE;
+/*!40000 ALTER TABLE `tl_laasse10_user` DISABLE KEYS */;
+/*!40000 ALTER TABLE `tl_laasse10_user` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
-- Table structure for table `tl_lachat11_attachment`
--
@@ -2466,9 +2979,9 @@
KEY `FKCC08C1DC2AF61E05` (`to_user_uid`),
KEY `FKCC08C1DC9C8469FC` (`chat_session_uid`),
KEY `FKCC08C1DCCF3BF9B6` (`from_user_uid`),
+ CONSTRAINT `FKCC08C1DCCF3BF9B6` FOREIGN KEY (`from_user_uid`) REFERENCES `tl_lachat11_user` (`uid`),
CONSTRAINT `FKCC08C1DC2AF61E05` FOREIGN KEY (`to_user_uid`) REFERENCES `tl_lachat11_user` (`uid`),
- CONSTRAINT `FKCC08C1DC9C8469FC` FOREIGN KEY (`chat_session_uid`) REFERENCES `tl_lachat11_session` (`uid`),
- CONSTRAINT `FKCC08C1DCCF3BF9B6` FOREIGN KEY (`from_user_uid`) REFERENCES `tl_lachat11_user` (`uid`)
+ CONSTRAINT `FKCC08C1DC9C8469FC` FOREIGN KEY (`chat_session_uid`) REFERENCES `tl_lachat11_session` (`uid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
@@ -2578,6 +3091,7 @@
`file_name` varchar(255) default NULL,
`file_uuid` bigint(20) default NULL,
`file_version_id` bigint(20) default NULL,
+ `create_date` datetime default NULL,
PRIMARY KEY (`uid`),
UNIQUE KEY `uid` (`uid`),
KEY `user_uid` (`user_uid`),
@@ -2661,7 +3175,7 @@
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),(2,NULL,'2008-11-10 12:52:14',1,'Data Collection',0,0,0,0,'
Data Collection
\n
New to LAMS 2.2!
\n
The Data Collection tool allows Authors to create database style lists for Learners to populate.
\n
Each record list is highly flexible, and the activity can be configured to allow multiple records to exist for each learner.
The Google Maps Activity allows sequence Authors to create maps or satellite images with annotated place markers. \nDuring the running of the activity, Learners can add their own markers to the map and view markers placed by other learners.
',0x00,0x00,'','',0x00,0x00,52,0x01,0x01,0x00,0,0x01,0x00,0x01,0x01,-33.7746794632346,151.11565053463,17,'G_SATELLITE_MAP',0x00,'','Macquarie University, Sydney NSW'),(3,'2008-12-04 10:52:16','2008-11-10 12:52:48',1,'Google Maps Demonstration','
\n
Google Maps
\n
New to LAMS 2.2!
\n
The Google Maps Activity allows sequence Authors to create maps or satellite images with annotated place markers. \nDuring the running of the activity, Learners can add their own markers to the map and view markers placed by other learners.
',0x00,0x00,'','',0x00,0x00,86,0x01,0x01,0x00,0,0x01,0x00,0x01,0x01,-33.7746794632346,151.11565053463,17,'G_SATELLITE_MAP',0x00,'','Macquarie University, Sydney NSW');
+INSERT INTO `tl_lagmap10_gmap` VALUES (1,NULL,NULL,NULL,'Gmap','Instructions',0x00,0x00,'','',0x00,0x00,12,0x01,0x01,0x00,1,0x01,0x00,0x01,0x01,-33.774322,151.111988,13,'G_NORMAL_MAP',0x00,'','Macquarie University, Sydney NSW'),(2,'2008-11-14 14:32:00','2008-11-10 12:52:48',1,'Google Maps Demonstration','
\n
Google Maps
\n
New to LAMS 2.2!
\n
The Google Maps Activity allows sequence Authors to create maps or satellite images with annotated place markers. \nDuring the running of the activity, Learners can add their own markers to the map and view markers placed by other learners.
',0x00,0x00,'','',0x00,0x00,57,0x01,0x01,0x00,0,0x01,0x00,0x01,0x01,-33.7746794632346,151.11565053463,17,'G_SATELLITE_MAP',0x00,'','Macquarie University, Sydney NSW'),(3,'2009-05-21 19:08:14','2008-11-10 12:52:48',1,'Google Maps Demonstration','
\n
Google Maps
\n
New to LAMS 2.2!
\n
The Google Maps Activity allows sequence Authors to create maps or satellite images with annotated place markers. \nDuring the running of the activity, Learners can add their own markers to the map and view markers placed by other learners.
The new Image Gallery activity allows authors, monitors and learners to view and upload images to the LAMS server, then review or rate them with their peers. \n
\n
Have a go at uploading an Image in this activity (select Add New Image on the bottom-right). \nYou can also view, rate and comment on the images already uploaded.
\n
All of these images are sourced from flickr under CC-by-nc-sa. \n
\n\n
\nWhen you are finished, click \'Next Activity.\' \n
The new Image Gallery activity allows authors, monitors and learners to view and upload images to the LAMS server, then review or rate them with their peers. \n
\n
Have a go at uploading an Image in this activity (select Add New Image on the bottom-right). \nYou can also view, rate and comment on the images already uploaded.
\n
All of these images are sourced from flickr under CC-by-nc-sa. \n
\n\n
\nWhen you are finished, click \'Next Activity.\' \n
The new Mindmap activity allows Teachers and Learners to create, edit and view mindmaps in the LAMS environment. \nMindmaps allow for the organising of concepts and ideas, and exploring how these interact.
\n
\n
The mindmap feature in LAMS the author to set up the initial framework for concept mapping. \nOn the mindmap, learners can then add or remove thoughts (nodes), move existing nodes and change the colour of nodes.
\n
\n\n
\n
Add some thoughts and ideas to the Mindmap below.
\n
\n
To add new thoughts, click the arrow on the parent node of where you want the new thought to appear.
\n
To move thoughts around, click the hand button, then select a target for the move.
\n
To change colours, click the colour wheel on the thought bubble you want to edit.
The new Mindmap activity allows Teachers and Learners to create, edit and view mindmaps in the LAMS environment. \nMindmaps allow for the organising of concepts and ideas, and exploring how these interact.
\n
\n
The mindmap feature in LAMS the author to set up the initial framework for concept mapping. \nOn the mindmap, learners can then add or remove thoughts (nodes), move existing nodes and change the colour of nodes.
\n
\n\n
\n
Add some thoughts and ideas to the Mindmap below.
\n
\n
To add new thoughts, click the arrow on the parent node of where you want the new thought to appear.
\n
To move thoughts around, click the hand button, then select a target for the move.
\n
To change colours, click the colour wheel on the thought bubble you want to edit.
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.
\n
Sequences 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.
\n
Sequences are made up of activities - each of which has a particular function, either:
\n\n
Informative Collaborative Assessment Reflective
\n\n
Sequences can include a range of individual tasks, small group work and whole class activities based on both content and collaboration.
\n
When 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.
\n
... and what’s with the Sheep?
\n\n
\n
Dolly 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?).
\n
Our marvelous designer Shelly is the official mother of Dolly and also our front page model. So all kudos to her!
\n\n
\n
To progress to the next activity in this sequence, click the button down here.
','','',0,0,0,'Reflect on noticeboard',0,1,'2008-03-12 16:38:33','2008-06-05 09:52:50'),(3,19,'Creating Your Own Sequences','
LAMS Authoring
\n
LAMS provides you with a visual authoring environment for creating, storing and re-using activity sequences. The drag-and-drop interface is central to the LAMS authoring environment. Teachers drag-and-drop activities into the authoring area and then join the activities together by drawing "Transitions" to produce a learning sequence. This workflow model is what principally distinguishes LAMS from other more content based online learning platforms. LAMS has a wide range of tools designed for use in a range of educational contexts by teachers and students with varying levels of technical expertise.
\n
Benefits of LAMS
\n
Creating a lesson in LAMS means that:
\n
\n
\n
You can plan all aspects of the lesson.
\n
You can preview the lesson from the perspective of your learners.
\n
You create a visual overview of the lesson, and can easily identify the learning styles addressed.
\n
You can create a standardised set of learning templates that can easily be modified for later use.
\n
\n
\n\n
\n
\n
The next animation will demonstrate creating a lesson in LAMS.
','','',0,0,0,'',0,11,'2008-04-03 16:11:54','2008-05-29 16:55:57'),(4,21,'The tip of the iceberg...','
LAMS has many, many more functions that you can explore.
\n
The 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.
This is what Learners will see when they log in to LAMS and start participating in a sequence.
\n
The Learning Environment displays the sequences that are created in Authoring.
\n
\n\n
The Authoring Environment
\n
The Authoring Environment is where sequences are put together, modified and shared.
\n
It contains all of the LAMS activities, and is where authors create their lesson designs.
\n
\n
\n
The Monitoring Environment
\n
Monitorsare not necessarily the people who Authored the sequence in the first place - they simply run the lesson for learners, and supervise each learner’s progress through the lesson. In practice, Teachers are often both Authors and Monitors for their class(es) of students.
\n
\n
\n
The System Administration Environment
\n
System Administration is for Technical Management of a LAMS server.
\n
\n
From here, users with Administration rights can change nearly every aspect of the LAMS software.
You’re Using the Learning Environment Right Now! \n
\n
\n
... but if you want to check out more of the features, \nview the following animations!
\n
\n\n
\nThe First Animation demonstrates a Learner moving through a sequence.
\n
\n
The Second Animation deals with the new "no-flash" interfacefor the Learning Environment
','','',0,0,0,'',0,11,'2008-04-11 17:34:57','2008-05-29 17:16:33'),(7,25,'Are You Sure?','
You’ve reached the end of this sequence... but are you sure you want to leave?
\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
\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
\n
Once there, select an option, and click the Choose button.
\n
\n
\n
\n
If you really have finished, and want to leave the sequence, click Next Activity below. \n
\n
\n
\n \n
\n
\n
\n
\n
','','',0,0,0,'',0,1,'2008-05-02 11:42:23','2008-05-02 12:05:42'),(8,30,'The Structure of LAMS','
LAMS is arranged hierarchically, with sequences organised into Groups and Subgroups.
\n
What does this mean?
\n
Think of it like this:
\n
\n
\n \n
\n
\n
In Real Life
\n
\n
\n
In Lams
\n
\n
\n
\n
\n
\n
A Professor teaches a Course, and organises smaller classes.
\n
Individual Tutors teaches a smaller Class taken from the whole course.
\n
A Course has at least one lesson plan, that is applied to all students in the course.
\n
The smaller classes can have at least one specific lesson plan for those students.
\n
\n
\n
\n
\n
A Course Manager creates a main Group, and can create several SubGroups.
\n
Author/Monitors are assigned to one or many Subgroups.
\n
The Group contains one or more Sequences for all Learners in the Group.
\n
Likewise, the Subgroup can contain one or many Sequences for those Learners.
\n
\n
\n
\n \n
\n
\n
\n
There is also the role of Course Administrator. This role allows the user to modify Groups, Subgroups and Learners inside a course. In practice, this is a secretarial role designed to assist the educator running the course.
\n
\n\n
A Working Example
\n
This image shows the different sections that make up a Group in LAMS.
The rest of this sequence will let you view demonstrations of each of the LAMS activities, and briefly discuss how they might be best used in a lesson.
The Informative tools in LAMS allow Authors and Monitors to share information with Learners, and (in the case of Share Resources) allow Learners to share information with each other.
\n
\n
Informative tools display on the Authoring Canvas with an orange icon.
\n
\n\n
Noticeboard
\n
The Noticeboard provides a simple way of providing information and content to the learners. The activity can display text, images, audio, video, links and other HTML content.
\n
\n
Example: The activity you’re looking at right now is a Noticeboard!
\n
\n\n
Share Resources
\n
Resource Sharing allows Authors to create lists of resources such as:
\n
\n
\n
URL hyperlinks
\n
Complete websites - created and uploaded to LAMS as a .zip file
\n
Individual files, such as documents, PDF’s, Audio and Video files
\n
and even IMS content packages.
\n
\n
\n
The tool can also be set-up so that Learners can add their own resources for other learners to see.
\n
\n
Example: The animations in these ’Getting Started’ were added to LAMS by creating a zipped website and uploading the file into a Share Resources activity.
The Assessment tools in LAMS provide a vehicle for sequence monitors to collect Learner responses to a topic.
\n
\n\n
Multiple Choice
\n
The Multiple Choice Quiz delivers a series of Multiple Choice questions to learners, and the advanced features of this tool provide a high level of customisation for Authors as to how the quiz is administered.
\n
\n
When the Quiz is complete, LAMS will automatically tally the marks from each learner and display the statistics to sequence monitors.
\n
\n
Authors can also choose to release Learner marks directly after they have completed the quiz, as a type of formative assessment or delay releasing the marks until a Sequence Monitor chooses to release them, for Summative Assessment. The Activity also allows learners to view the top, bottom and average marks from the quiz.
\n
\n\n
Submit Files
\n
The Submit Files Activity provides a vehicle for Authors to collect Student responses which are created in software outside of LAMS.
\n
\n
This could be an essay in .DOC or .PDF format, a digital presentation, or some sort of multimedia file.
\n
\n
Learners log in to LAMS, and are able to upload their file to the LAMS server as an attachment. Sequence Monitors can view these files, comment on them and give each individual file a mark, which is in turn accessible by Learners.
\n
\n
Like the MCQ, sequence authors can choose to allow learners several attempts at submission, allowing for feedback and creating a formative assessment style, or alternatively, lock the activity after submission, which creates a summative assessment style.
\n
\n\n
\n
The next activity is a demonstration Multiple Choice quiz, \nfollowed by a demonstration Submit Files activity.
','','',0,0,0,'',0,8,'2008-04-10 14:39:45','2008-11-14 13:14:54'),(14,39,'DimDim Web Conferencing','
Also available for use in LAMS 2.2 is the DimDim Web Conferencing Activity.
\n
\n
The documentation is included below (You will need internet access to view this page.)
Reflective tools ask learners to analyse their own learning throughout a sequence, \nor alternatively, collects responses from students and asks them to consider trends in the resulting data.
\n
\n\n
\n
Question and Answer
\n
This activity creates a series of Questions and Short-Answer responses for Learners.
\n
\n
The sequence Author can pen their own responses to each question, which are displayed to learners after they have submitted their own answers.
\n
The activity can also be configured to display answers collected from all learners in the sequence or group.
\n
The 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.
\n
\n
\n\n
\n
\n
Survey
\n
\n
The 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.
\n
Question 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.
\n
\n
\n\n
\n
\n
Voting
\n
\n
The 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
\n
\n\n
\n
The next three activities demonstrate the Q&A, Survey and Voting activities.
The Collaborative tools in LAMS allow Learners to team up and solve problems, discuss ideas or share solutions together.
\n
\n\n
Chat Activity
\n
\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.
\n
\n
\n\n
\n
Forum Activity
\n
\n
The Forum Activity provides an asynchronous discussion environment for learners, with discussion threads initially created by the teacher.\n
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.
\n
\n
\n\n
\n
Scribe Activity
\n
The Scribe Activity is, by default, not enabled as a stand-alone activity. \n
It 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.2) Scribe is available to be paired with either Chat or Forum.
\n
Using the Scribe Activity
\n
The 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.
\n
Once 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.
\n
Once the scribe task is finished a report of the statements and summary is presented to all learners.
There are Several Split-Screen activities available to authors \nthat combine several activities on the same screen.
\n\n
\n
\n
Chat and Scribe
\n
This activity is great for collecting Group Reports.
\n
\n
\n
It 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.
\n
\n
\n
\n
\n
\n
\n
\n
\n\n
\n
\n\n
Forum and Scribe
\n
The activity ombines a Forum Activity with a Scribe Activity for collating Forum Postings into a written report, which then must be approved by the entire group.
\n
\n
When used in small group mode, the tool creates parallel Forum and Scribe areas for each small group, and then shows the outcome of each group collated on a whole class page.
\n
\n
\n
\n
\n
\n
\n\n
Resource Sharing and Forum
\n
This activity allows Learners to submit files and/or URLS to a page viewable by their class or group.
\n
\n
The group then discuss the resources in the Forum.
\n
\n
This is a great way to get Learner\'s evaluating each other\'s work, or to foster some collaborative online research.
\n
\n
\n
\n
\n
\n
\n\n
\n
\n
The next activity is a demonstration Resource Sharing and Forum activity.
The Google Maps tool allows sequence Authors to create maps or satellite images with annotated place markers. During the running of the activity, Learners can add their own markers to the map and view markers placed by other learners.
\n
\n
A demonstration Gmap activity is coming up.
\n
\n\n
\n
Wiki Activity
\n
\n
The Wiki Tool allows for authors to create content pages that can link to each other and, optionally, allow Learners to make collaborative edits to the content provided.
\n
Wiki activities allow authors and learners to create sub pages, which can contain more refined content on the topic.
\n
A Wiki Demonstration activity is coming up, which you can explore and edit.
The next LAMS activity to look at is the Notebook activity.
\n
\n
This activity is a bit special because it can be attached to any LAMS activity at any point in the lesson. \nEach LAMS activity has an option in Advanced Properties called "attach Notebook with text..."
\n
\n
Basically, this allows sequences authors to get Learners to reflect on their knowledge at any point in the sequence - and it’s also really easy for monitors to add a notebook to any activity in a sequence without mucking around with transition lines or changing the shape of the sequence.
\n
\n
Of course, the notebook can also be included in sequences as a standalone tool.
The Data Collection tool allows Authors to create database style lists for Learners to populate. \nEach record list is highly flexible, and the activity can be configured to allow multiple records to exist for each learner.
\n
The next Activity demonstrates the use of Data Collection.
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.
\n
Sequences 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.
\n
Sequences are made up of activities - each of which has a particular function, either:
\n\n
Informative Collaborative Assessment Reflective
\n\n
Sequences can include a range of individual tasks, small group work and whole class activities based on both content and collaboration.
\n
When 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.
\n
... and what’s with the Sheep?
\n\n
\n
Dolly 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?).
\n
Our marvelous designer Shelly is the official mother of Dolly and also our front page model. So all kudos to her!
\n\n
\n
To progress to the next activity in this sequence, click the button down here.
','','',0,0,0,'Reflect on noticeboard',0,1,'2008-03-12 16:38:33','2008-06-05 09:52:50'),(22,59,'Creating Your Own Sequences','
LAMS Authoring
\n
LAMS provides you with a visual authoring environment for creating, storing and re-using activity sequences. The drag-and-drop interface is central to the LAMS authoring environment. Teachers drag-and-drop activities into the authoring area and then join the activities together by drawing "Transitions" to produce a learning sequence. This workflow model is what principally distinguishes LAMS from other more content based online learning platforms. LAMS has a wide range of tools designed for use in a range of educational contexts by teachers and students with varying levels of technical expertise.
\n
Benefits of LAMS
\n
Creating a lesson in LAMS means that:
\n
\n
\n
You can plan all aspects of the lesson.
\n
You can preview the lesson from the perspective of your learners.
\n
You create a visual overview of the lesson, and can easily identify the learning styles addressed.
\n
You can create a standardised set of learning templates that can easily be modified for later use.
\n
\n
\n\n
\n
\n
The next animation will demonstrate creating a lesson in LAMS.
','','',0,0,0,'',0,11,'2008-04-03 16:11:54','2008-05-29 16:55:57'),(23,61,'The tip of the iceberg...','
LAMS has many, many more functions that you can explore.
\n
The 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
We Hope You Enjoy Exploring LAMS!
\n
\n
','','',0,0,0,'',0,1,'2008-04-04 11:30:06','2008-06-05 11:45:40'),(24,62,'Are You Sure?','
You’ve reached the end of this sequence... but are you sure you want to leave?
\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
\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
\n
Once there, select an option, and click the Choose button.
\n
\n
\n
\n
If you really have finished, and want to leave the sequence, click Next Activity below. \n
\n
\n
\n \n
\n
\n
\n
\n
','','',0,0,0,'',0,1,'2008-05-02 11:42:23','2008-05-02 12:05:42'),(25,63,'The Structure of LAMS','
LAMS is arranged hierarchically, with sequences organised into Groups and Subgroups.
\n
What does this mean?
\n
Think of it like this:
\n
\n
\n \n
\n
\n
In Real Life
\n
\n
\n
In Lams
\n
\n
\n
\n
\n
\n
A Professor teaches a Course, and organises smaller classes.
\n
Individual Tutors teaches a smaller Class taken from the whole course.
\n
A Course has at least one lesson plan, that is applied to all students in the course.
\n
The smaller classes can have at least one specific lesson plan for those students.
\n
\n
\n
\n
\n
A Course Manager creates a main Group, and can create several SubGroups.
\n
Author/Monitors are assigned to one or many Subgroups.
\n
The Group contains one or more Sequences for all Learners in the Group.
\n
Likewise, the Subgroup can contain one or many Sequences for those Learners.
\n
\n
\n
\n \n
\n
\n
\n
There is also the role of Course Administrator. This role allows the user to modify Groups, Subgroups and Learners inside a course. In practice, this is a secretarial role designed to assist the educator running the course.
\n
\n\n
A Working Example
\n
This image shows the different sections that make up a Group in LAMS.
This is what Learners will see when they log in to LAMS and start participating in a sequence.
\n
The Learning Environment displays the sequences that are created in Authoring.
\n
\n\n
The Authoring Environment
\n
The Authoring Environment is where sequences are put together, modified and shared.
\n
It contains all of the LAMS activities, and is where authors create their lesson designs.
\n
\n
\n
The Monitoring Environment
\n
Monitorsare not necessarily the people who Authored the sequence in the first place - they simply run the lesson for learners, and supervise each learner’s progress through the lesson. In practice, Teachers are often both Authors and Monitors for their class(es) of students.
\n
\n
\n
The System Administration Environment
\n
System Administration is for Technical Management of a LAMS server.
\n
\n
From here, users with Administration rights can change nearly every aspect of the LAMS software.
The rest of this sequence will let you view demonstrations of each of the LAMS activities, and briefly discuss how they might be best used in a lesson.
The next LAMS activity to look at is the Notebook activity.
\n
\n
This activity is a bit special because it can be attached to any LAMS activity at any point in the lesson. \nEach LAMS activity has an option in Advanced Properties called "attach Notebook with text..."
\n
\n
Basically, this allows sequences authors to get Learners to reflect on their knowledge at any point in the sequence - and it’s also really easy for monitors to add a notebook to any activity in a sequence without mucking around with transition lines or changing the shape of the sequence.
\n
\n
Of course, the notebook can also be included in sequences as a standalone tool.
Reflective tools ask learners to analyse their own learning throughout a sequence, \nor alternatively, collects responses from students and asks them to consider trends in the resulting data.
\n
\n\n
\n
Question and Answer
\n
This activity creates a series of Questions and Short-Answer responses for Learners.
\n
\n
The sequence Author can pen their own responses to each question, which are displayed to learners after they have submitted their own answers.
\n
The activity can also be configured to display answers collected from all learners in the sequence or group.
\n
The 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.
\n
\n
\n\n
\n
\n
Survey
\n
\n
The 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.
\n
Question 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.
\n
\n
\n\n
\n
\n
Voting
\n
\n
The 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
\n
\n\n
\n
The next three activities demonstrate the Q&A, Survey and Voting activities.
The Data Collection tool allows Authors to create database style lists for Learners to populate. \nEach record list is highly flexible, and the activity can be configured to allow multiple records to exist for each learner.
\n
The next Activity demonstrates the use of Data Collection.
The Collaborative tools in LAMS allow Learners to team up and solve problems, discuss ideas or share solutions together.
\n
\n\n
Chat Activity
\n
\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.
\n
\n
\n\n
\n
Forum Activity
\n
\n
The Forum Activity provides an asynchronous discussion environment for learners, with discussion threads initially created by the teacher.\n
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.
\n
\n
\n\n
\n
Scribe Activity
\n
The Scribe Activity is, by default, not enabled as a stand-alone activity. \n
It 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.2) Scribe is available to be paired with either Chat or Forum.
\n
Using the Scribe Activity
\n
The 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.
\n
Once 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.
\n
Once the scribe task is finished a report of the statements and summary is presented to all learners.
The Google Maps tool allows sequence Authors to create maps or satellite images with annotated place markers. During the running of the activity, Learners can add their own markers to the map and view markers placed by other learners.
\n
\n
A demonstration Gmap activity is coming up.
\n
\n\n
\n
Wiki Activity
\n
\n
The Wiki Tool allows for authors to create content pages that can link to each other and, optionally, allow Learners to make collaborative edits to the content provided.
\n
Wiki activities allow authors and learners to create sub pages, which can contain more refined content on the topic.
\n
A Wiki Demonstration activity is coming up, which you can explore and edit.
There are Several Split-Screen activities available to authors \nthat combine several activities on the same screen.
\n\n
\n
\n
Chat and Scribe
\n
This activity is great for collecting Group Reports.
\n
\n
\n
It 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.
\n
\n
\n
\n
\n
\n
\n
\n
\n\n
\n
\n\n
Forum and Scribe
\n
The activity ombines a Forum Activity with a Scribe Activity for collating Forum Postings into a written report, which then must be approved by the entire group.
\n
\n
When used in small group mode, the tool creates parallel Forum and Scribe areas for each small group, and then shows the outcome of each group collated on a whole class page.
\n
\n
\n
\n
\n
\n
\n\n
Resource Sharing and Forum
\n
This activity allows Learners to submit files and/or URLS to a page viewable by their class or group.
\n
\n
The group then discuss the resources in the Forum.
\n
\n
This is a great way to get Learner\'s evaluating each other\'s work, or to foster some collaborative online research.
\n
\n
\n
\n
\n
\n
\n\n
\n
\n
The next activity is a demonstration Resource Sharing and Forum activity.
The Assessment tools in LAMS provide a vehicle for sequence monitors to collect Learner responses to a topic.
\n
\n\n
Multiple Choice
\n
The Multiple Choice Quiz delivers a series of Multiple Choice questions to learners, and the advanced features of this tool provide a high level of customisation for Authors as to how the quiz is administered.
\n
\n
When the Quiz is complete, LAMS will automatically tally the marks from each learner and display the statistics to sequence monitors.
\n
\n
Authors can also choose to release Learner marks directly after they have completed the quiz, as a type of formative assessment or delay releasing the marks until a Sequence Monitor chooses to release them, for Summative Assessment. The Activity also allows learners to view the top, bottom and average marks from the quiz.
\n
\n\n
Submit Files
\n
The Submit Files Activity provides a vehicle for Authors to collect Student responses which are created in software outside of LAMS.
\n
\n
This could be an essay in .DOC or .PDF format, a digital presentation, or some sort of multimedia file.
\n
\n
Learners log in to LAMS, and are able to upload their file to the LAMS server as an attachment. Sequence Monitors can view these files, comment on them and give each individual file a mark, which is in turn accessible by Learners.
\n
\n
Like the MCQ, sequence authors can choose to allow learners several attempts at submission, allowing for feedback and creating a formative assessment style, or alternatively, lock the activity after submission, which creates a summative assessment style.
\n
\n\n
\n
The next activity is a demonstration Multiple Choice quiz, \nfollowed by a demonstration Submit Files activity.
The Informative tools in LAMS allow Authors and Monitors to share information with Learners, and (in the case of Share Resources) allow Learners to share information with each other.
\n
\n
Informative tools display on the Authoring Canvas with an orange icon.
\n
\n\n
Noticeboard
\n
The Noticeboard provides a simple way of providing information and content to the learners. The activity can display text, images, audio, video, links and other HTML content.
\n
\n
Example: The activity you’re looking at right now is a Noticeboard!
\n
\n\n
Share Resources
\n
Resource Sharing allows Authors to create lists of resources such as:
\n
\n
\n
URL hyperlinks
\n
Complete websites - created and uploaded to LAMS as a .zip file
\n
Individual files, such as documents, PDF’s, Audio and Video files
\n
and even IMS content packages.
\n
\n
\n
The tool can also be set-up so that Learners can add their own resources for other learners to see.
\n
\n
Example: The animations in these ’Getting Started’ were added to LAMS by creating a zipped website and uploading the file into a Share Resources activity.
\n
\n\n
Coming Up Next...
\n\n
Advanced Noticeboard Features
\n
Share Resources Demonstration
\n
Spreadsheet Demonstration (New to LAMS 2.2)
\n
\n\n
','','',0,0,0,'',0,8,'2008-04-10 13:07:18','2008-11-14 13:14:13');
+INSERT INTO `tl_lanb11_content` VALUES (1,2,'Noticeboard','Content','','',0,0,0,'Reflect on noticeboard',0,NULL,'2009-05-21 19:01:02',NULL),(2,23,'LAMS101 - Lesson One','
\n
So What is LAMS?
\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.
\n
Sequences 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.
\n
Sequences are made up of activities - each of which has a particular function, either:
\n\n
Informative Collaborative Assessment Reflective
\n\n
Sequences can include a range of individual tasks, small group work and whole class activities based on both content and collaboration.
\n
When 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.
\n
... and what’s with the Sheep?
\n\n
\n
Dolly 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?).
\n
Our marvelous designer Shelly is the official mother of Dolly and also our front page model. So all kudos to her!
\n\n
\n
To progress to the next activity in this sequence, click the button down here.
','','',0,0,0,'Reflect on noticeboard',0,1,'2008-03-12 16:38:33','2008-06-05 09:52:50'),(3,24,'Creating Your Own Sequences','
LAMS Authoring
\n
LAMS provides you with a visual authoring environment for creating, storing and re-using activity sequences. The drag-and-drop interface is central to the LAMS authoring environment. Teachers drag-and-drop activities into the authoring area and then join the activities together by drawing "Transitions" to produce a learning sequence. This workflow model is what principally distinguishes LAMS from other more content based online learning platforms. LAMS has a wide range of tools designed for use in a range of educational contexts by teachers and students with varying levels of technical expertise.
\n
Benefits of LAMS
\n
Creating a lesson in LAMS means that:
\n
\n
\n
You can plan all aspects of the lesson.
\n
You can preview the lesson from the perspective of your learners.
\n
You create a visual overview of the lesson, and can easily identify the learning styles addressed.
\n
You can create a standardised set of learning templates that can easily be modified for later use.
\n
\n
\n\n
\n
\n
The next animation will demonstrate creating a lesson in LAMS.
','','',0,0,0,'',0,11,'2008-04-03 16:11:54','2008-05-29 16:55:57'),(4,26,'The tip of the iceberg...','
LAMS has many, many more functions that you can explore.
\n
The 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.
This is what Learners will see when they log in to LAMS and start participating in a sequence.
\n
The Learning Environment displays the sequences that are created in Authoring.
\n
\n\n
The Authoring Environment
\n
The Authoring Environment is where sequences are put together, modified and shared.
\n
It contains all of the LAMS activities, and is where authors create their lesson designs.
\n
\n
\n
The Monitoring Environment
\n
Monitorsare not necessarily the people who Authored the sequence in the first place - they simply run the lesson for learners, and supervise each learner’s progress through the lesson. In practice, Teachers are often both Authors and Monitors for their class(es) of students.
\n
\n
\n
The System Administration Environment
\n
System Administration is for Technical Management of a LAMS server.
\n
\n
From here, users with Administration rights can change nearly every aspect of the LAMS software.
You’re Using the Learning Environment Right Now! \n
\n
\n
... but if you want to check out more of the features, \nview the following animations!
\n
\n\n
\nThe First Animation demonstrates a Learner moving through a sequence.
\n
\n
The Second Animation deals with the new "no-flash" interfacefor the Learning Environment
','','',0,0,0,'',0,11,'2008-04-11 17:34:57','2008-05-29 17:16:33'),(7,30,'Are You Sure?','
You’ve reached the end of this sequence... but are you sure you want to leave?
\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
\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
\n
Once there, select an option, and click the Choose button.
\n
\n
\n
\n
If you really have finished, and want to leave the sequence, click Next Activity below. \n
\n
\n
\n \n
\n
\n
\n
\n
','','',0,0,0,'',0,1,'2008-05-02 11:42:23','2008-05-02 12:05:42'),(8,35,'The Structure of LAMS','
LAMS is arranged hierarchically, with sequences organised into Groups and Subgroups.
\n
What does this mean?
\n
Think of it like this:
\n
\n
\n \n
\n
\n
In Real Life
\n
\n
\n
In Lams
\n
\n
\n
\n
\n
\n
A Professor teaches a Course, and organises smaller classes.
\n
Individual Tutors teaches a smaller Class taken from the whole course.
\n
A Course has at least one lesson plan, that is applied to all students in the course.
\n
The smaller classes can have at least one specific lesson plan for those students.
\n
\n
\n
\n
\n
A Course Manager creates a main Group, and can create several SubGroups.
\n
Author/Monitors are assigned to one or many Subgroups.
\n
The Group contains one or more Sequences for all Learners in the Group.
\n
Likewise, the Subgroup can contain one or many Sequences for those Learners.
\n
\n
\n
\n \n
\n
\n
\n
There is also the role of Course Administrator. This role allows the user to modify Groups, Subgroups and Learners inside a course. In practice, this is a secretarial role designed to assist the educator running the course.
\n
\n\n
A Working Example
\n
This image shows the different sections that make up a Group in LAMS.
The rest of this sequence will let you view demonstrations of each of the LAMS activities, and briefly discuss how they might be best used in a lesson.
The Informative tools in LAMS allow Authors and Monitors to share information with Learners, and (in the case of Share Resources) allow Learners to share information with each other.
\n
\n
Informative tools display on the Authoring Canvas with an orange icon.
\n
\n\n
Noticeboard
\n
The Noticeboard provides a simple way of providing information and content to the learners. The activity can display text, images, audio, video, links and other HTML content.
\n
\n
Example: The activity you’re looking at right now is a Noticeboard!
\n
\n\n
Share Resources
\n
Resource Sharing allows Authors to create lists of resources such as:
\n
\n
\n
URL hyperlinks
\n
Complete websites - created and uploaded to LAMS as a .zip file
\n
Individual files, such as documents, PDF’s, Audio and Video files
\n
and even IMS content packages.
\n
\n
\n
The tool can also be set-up so that Learners can add their own resources for other learners to see.
\n
\n
Example: The animations in these ’Getting Started’ were added to LAMS by creating a zipped website and uploading the file into a Share Resources activity.
The Assessment tools in LAMS provide a vehicle for sequence monitors to collect Learner responses to a topic.
\n
\n\n
Multiple Choice
\n
The Multiple Choice Quiz delivers a series of Multiple Choice questions to learners, and the advanced features of this tool provide a high level of customisation for Authors as to how the quiz is administered.
\n
\n
When the Quiz is complete, LAMS will automatically tally the marks from each learner and display the statistics to sequence monitors.
\n
\n
Authors can also choose to release Learner marks directly after they have completed the quiz, as a type of formative assessment or delay releasing the marks until a Sequence Monitor chooses to release them, for Summative Assessment. The Activity also allows learners to view the top, bottom and average marks from the quiz.
\n
\n\n
Submit Files
\n
The Submit Files Activity provides a vehicle for Authors to collect Student responses which are created in software outside of LAMS.
\n
\n
This could be an essay in .DOC or .PDF format, a digital presentation, or some sort of multimedia file.
\n
\n
Learners log in to LAMS, and are able to upload their file to the LAMS server as an attachment. Sequence Monitors can view these files, comment on them and give each individual file a mark, which is in turn accessible by Learners.
\n
\n
Like the MCQ, sequence authors can choose to allow learners several attempts at submission, allowing for feedback and creating a formative assessment style, or alternatively, lock the activity after submission, which creates a summative assessment style.
\n
\n\n
\n
The next activity is a demonstration Multiple Choice quiz, \nfollowed by a demonstration Submit Files activity.
','','',0,0,0,'',0,8,'2008-04-10 14:39:45','2008-11-14 13:14:54'),(14,44,'DimDim Web Conferencing','
Also available for use in LAMS 2.2 is the DimDim Web Conferencing Activity.
\n
\n
The documentation is included below (You will need internet access to view this page.)
Reflective tools ask learners to analyse their own learning throughout a sequence, \nor alternatively, collects responses from students and asks them to consider trends in the resulting data.
\n
\n\n
\n
Question and Answer
\n
This activity creates a series of Questions and Short-Answer responses for Learners.
\n
\n
The sequence Author can pen their own responses to each question, which are displayed to learners after they have submitted their own answers.
\n
The activity can also be configured to display answers collected from all learners in the sequence or group.
\n
The 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.
\n
\n
\n\n
\n
\n
Survey
\n
\n
The 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.
\n
Question 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.
\n
\n
\n\n
\n
\n
Voting
\n
\n
The 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
\n
\n\n
\n
The next three activities demonstrate the Q&A, Survey and Voting activities.
The Collaborative tools in LAMS allow Learners to team up and solve problems, discuss ideas or share solutions together.
\n
\n\n
Chat Activity
\n
\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.
\n
\n
\n\n
\n
Forum Activity
\n
\n
The Forum Activity provides an asynchronous discussion environment for learners, with discussion threads initially created by the teacher.\n
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.
\n
\n
\n\n
\n
Scribe Activity
\n
The Scribe Activity is, by default, not enabled as a stand-alone activity. \n
It 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.2) Scribe is available to be paired with either Chat or Forum.
\n
Using the Scribe Activity
\n
The 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.
\n
Once 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.
\n
Once the scribe task is finished a report of the statements and summary is presented to all learners.
There are Several Split-Screen activities available to authors \nthat combine several activities on the same screen.
\n\n
\n
\n
Chat and Scribe
\n
This activity is great for collecting Group Reports.
\n
\n
\n
It 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.
\n
\n
\n
\n
\n
\n
\n
\n
\n\n
\n
\n\n
Forum and Scribe
\n
The activity ombines a Forum Activity with a Scribe Activity for collating Forum Postings into a written report, which then must be approved by the entire group.
\n
\n
When used in small group mode, the tool creates parallel Forum and Scribe areas for each small group, and then shows the outcome of each group collated on a whole class page.
\n
\n
\n
\n
\n
\n
\n\n
Resource Sharing and Forum
\n
This activity allows Learners to submit files and/or URLS to a page viewable by their class or group.
\n
\n
The group then discuss the resources in the Forum.
\n
\n
This is a great way to get Learner\'s evaluating each other\'s work, or to foster some collaborative online research.
\n
\n
\n
\n
\n
\n
\n\n
\n
\n
The next activity is a demonstration Resource Sharing and Forum activity.
The Google Maps tool allows sequence Authors to create maps or satellite images with annotated place markers. During the running of the activity, Learners can add their own markers to the map and view markers placed by other learners.
\n
\n
A demonstration Gmap activity is coming up.
\n
\n\n
\n
Wiki Activity
\n
\n
The Wiki Tool allows for authors to create content pages that can link to each other and, optionally, allow Learners to make collaborative edits to the content provided.
\n
Wiki activities allow authors and learners to create sub pages, which can contain more refined content on the topic.
\n
A Wiki Demonstration activity is coming up, which you can explore and edit.
The next LAMS activity to look at is the Notebook activity.
\n
\n
This activity is a bit special because it can be attached to any LAMS activity at any point in the lesson. \nEach LAMS activity has an option in Advanced Properties called "attach Notebook with text..."
\n
\n
Basically, this allows sequences authors to get Learners to reflect on their knowledge at any point in the sequence - and it’s also really easy for monitors to add a notebook to any activity in a sequence without mucking around with transition lines or changing the shape of the sequence.
\n
\n
Of course, the notebook can also be included in sequences as a standalone tool.
The Data Collection tool allows Authors to create database style lists for Learners to populate. \nEach record list is highly flexible, and the activity can be configured to allow multiple records to exist for each learner.
\n
The next Activity demonstrates the use of Data Collection.
The new FCKEditor has some neat new features that make including external content and multimedia in LAMS sequences even easier.
\n
\n
For starters, there is a new Media Player function (more info here) that automatically inserts audio and video into LAMS activities - this means that you no longer have to work with HTML code to embed multimedia into LAMS.
\n
Media Player Examples
\n
\n
\n \n
\n
\n
YouTube Videos
\n \n
\n
\n
\n
\n
\n
MP3 Files
\n
\n
LAMS PODCAST with ALAN CARRINGTON (CLPD Adelaide Uni) \n and JAMES DALZIEL (MELCOE, Macquarie Uni)
\n
\n
\n
\n \n
\n
Drawing Plugin
\n
There is also a Drawing plugin for fckEditor which works much the same way as a standard painting program.
\n
\n
Authors and Learners can create images like this...
\n
\n
\n
\n
...all from within LAMS!
\n
\n\n
Other FCK Plugins
\n
You can now also include a whole raft of plugins into the fckEditor, such as
\n
\n
\n
Skype Instant Messaging
\n
\n
\n
Google Maps
\n
\n
\n
LaTeX Equation Editor
\n
\n
\n
and more.
\n
\n
\n
For more information about the FCK Editor plugins, click here.
\n
\n
\n\n
\n
Click \'Next Activity\' to move on. \n
\n
','','',0,0,0,'',0,5,'2008-04-10 13:35:26','2009-05-14 20:14:42'),(23,66,'Assessment and Gradebook','
The New Assessment Activity
\n
The new Assessment activity makes it easier than ever to create complex assessment tasks inside a LAMS sequence. The new tool can also export the results from an assessment task into a Gradebook, which can then be recorded in LAMS, or exported for use in another program.
\n
\n
The Assessment tool is highly configurable, and supports a range of question types which may or may not be attempted within a time limit. Learner feedback is also highly customisable, and sequence Authors/Monitors have the option of allowing Learners to re-attempt the assessment, with the option of reducing their final grade by penalty marks with each attempt.
\n
\n
For more detailed information about creating and using Assessment activities, view the LAMS online help, here.
\n
\n\n
Using the Gradebook
\n
The New Gradebook interface allows Monitoring teachers to gain a comprehensive overview of Learners performance through a lesson.
\n
\n
Not only the Assessment Activity but any LAMS activity that creates outputs can be used as part of a Gradebook.
That wraps it up for all the new activities included as part of LAMS 2.3
\n
Why not have a go now at creating your own sequence using some of the new activities we\'ve discovered?
\n
\n\n
Click \'Next Activity\' to finish this lesson.
','','',0,0,0,'Reflect on noticeboard',0,5,'2009-05-14 02:00:41','2009-05-14 20:32:41'),(25,69,'Video Recorder Tool','
The Video Recorder
\n
\n
As part of LAMS 2.3, we\'re very excited to announce the release of the Video Recorder tool, which adds two new major features to LAMS.
\n
\n
\n
Firstly,
\nsequence authors can now add video messages to any instructions field in LAMS. This means that the Author can \'teach\' the lesson from a Q&A, Submit Files, &c, anywhere where instructions are given to learners.
\n
\n
\n
Secondly,
\n
the Video Recorder adds a new activity to LAMS, which allows Learners to upload and comment on their own videos during the sequence.
\n
\n
For more details and a demo of the Video recorder, see the LAMS Wiki, here.
\n
\n\n
\n
Click \'Next Activity\' to move on.
\n
','','',0,0,0,'',0,8,'2009-05-20 21:20:34','2009-05-20 21:21:35'),(26,70,'The tip of the iceberg...','
LAMS has many, many more functions that you can explore.
\n
The 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.
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.
\n
Sequences 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.
\n
Sequences are made up of activities - each of which has a particular function, either:
\n\n
Informative Collaborative Assessment Reflective
\n\n
Sequences can include a range of individual tasks, small group work and whole class activities based on both content and collaboration.
\n
When 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.
\n
... and what’s with the Sheep?
\n\n
\n
Dolly 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?).
\n
Our marvelous designer Shelly is the official mother of Dolly and also our front page model. So all kudos to her!
\n\n
\n
To progress to the next activity in this sequence, click the button down here.
','','',0,0,0,'Reflect on noticeboard',0,1,'2008-03-12 16:38:33','2008-06-05 09:52:50'),(28,73,'Creating Your Own Sequences','
LAMS Authoring
\n
LAMS provides you with a visual authoring environment for creating, storing and re-using activity sequences. The drag-and-drop interface is central to the LAMS authoring environment. Teachers drag-and-drop activities into the authoring area and then join the activities together by drawing "Transitions" to produce a learning sequence. This workflow model is what principally distinguishes LAMS from other more content based online learning platforms. LAMS has a wide range of tools designed for use in a range of educational contexts by teachers and students with varying levels of technical expertise.
\n
Benefits of LAMS
\n
Creating a lesson in LAMS means that:
\n
\n
\n
You can plan all aspects of the lesson.
\n
You can preview the lesson from the perspective of your learners.
\n
You create a visual overview of the lesson, and can easily identify the learning styles addressed.
\n
You can create a standardised set of learning templates that can easily be modified for later use.
\n
\n
\n\n
\n
\n
The next animation will demonstrate creating a lesson in LAMS.
This is what Learners will see when they log in to LAMS and start participating in a sequence.
\n
The Learning Environment displays the sequences that are created in Authoring.
\n
\n\n
The Authoring Environment
\n
The Authoring Environment is where sequences are put together, modified and shared.
\n
It contains all of the LAMS activities, and is where authors create their lesson designs.
\n
\n
\n
The Monitoring Environment
\n
Monitorsare not necessarily the people who Authored the sequence in the first place - they simply run the lesson for learners, and supervise each learner’s progress through the lesson. In practice, Teachers are often both Authors and Monitors for their class(es) of students.
\n
\n
\n
The System Administration Environment
\n
System Administration is for Technical Management of a LAMS server.
\n
\n
From here, users with Administration rights can change nearly every aspect of the LAMS software.
The next activity will allow you to choose from animated tutorials on each three environments.
','','',0,0,0,'',0,1,'2008-03-27 15:12:18','2008-06-05 11:47:45'),(30,76,'Are You Sure?','
You’ve reached the end of this sequence... but are you sure you want to leave?
\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
\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
\n
Once there, select an option, and click the Choose button.
\n
\n
\n
\n
If you really have finished, and want to leave the sequence, click Next Activity below. \n
\n
\n
\n \n
\n
\n
\n
\n
','','',0,0,0,'',0,1,'2008-05-02 11:42:23','2008-05-02 12:05:42'),(31,79,'The Structure of LAMS','
LAMS is arranged hierarchically, with sequences organised into Groups and Subgroups.
\n
What does this mean?
\n
Think of it like this:
\n
\n
\n \n
\n
\n
In Real Life
\n
\n
\n
In Lams
\n
\n
\n
\n
\n
\n
A Professor teaches a Course, and organises smaller classes.
\n
Individual Tutors teaches a smaller Class taken from the whole course.
\n
A Course has at least one lesson plan, that is applied to all students in the course.
\n
The smaller classes can have at least one specific lesson plan for those students.
\n
\n
\n
\n
\n
A Course Manager creates a main Group, and can create several SubGroups.
\n
Author/Monitors are assigned to one or many Subgroups.
\n
The Group contains one or more Sequences for all Learners in the Group.
\n
Likewise, the Subgroup can contain one or many Sequences for those Learners.
\n
\n
\n
\n \n
\n
\n
\n
There is also the role of Course Administrator. This role allows the user to modify Groups, Subgroups and Learners inside a course. In practice, this is a secretarial role designed to assist the educator running the course.
\n
\n\n
A Working Example
\n
This image shows the different sections that make up a Group in LAMS.
The rest of this sequence will let you view demonstrations of each of the LAMS activities, and briefly discuss how they might be best used in a lesson.
The next LAMS activity to look at is the Notebook activity.
\n
\n
This activity is a bit special because it can be attached to any LAMS activity at any point in the lesson. \nEach LAMS activity has an option in Advanced Properties called "attach Notebook with text..."
\n
\n
Basically, this allows sequences authors to get Learners to reflect on their knowledge at any point in the sequence - and it’s also really easy for monitors to add a notebook to any activity in a sequence without mucking around with transition lines or changing the shape of the sequence.
\n
\n
Of course, the notebook can also be included in sequences as a standalone tool.
The Data Collection tool allows Authors to create database style lists for Learners to populate. \nEach record list is highly flexible, and the activity can be configured to allow multiple records to exist for each learner.
\n
The next Activity demonstrates the use of Data Collection.
Reflective tools ask learners to analyse their own learning throughout a sequence, \nor alternatively, collects responses from students and asks them to consider trends in the resulting data.
\n
\n\n
\n
Question and Answer
\n
This activity creates a series of Questions and Short-Answer responses for Learners.
\n
\n
The sequence Author can pen their own responses to each question, which are displayed to learners after they have submitted their own answers.
\n
The activity can also be configured to display answers collected from all learners in the sequence or group.
\n
The 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.
\n
\n
\n\n
\n
\n
Survey
\n
\n
The 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.
\n
Question 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.
\n
\n
\n\n
\n
\n
Voting
\n
\n
The 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
\n
\n\n
\n
The next three activities demonstrate the Q&A, Survey and Voting activities.
There are Several Split-Screen activities available to authors \nthat combine several activities on the same screen.
\n\n
\n
\n
Chat and Scribe
\n
This activity is great for collecting Group Reports.
\n
\n
\n
It 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.
\n
\n
\n
\n
\n
\n
\n
\n
\n\n
\n
\n\n
Forum and Scribe
\n
The activity ombines a Forum Activity with a Scribe Activity for collating Forum Postings into a written report, which then must be approved by the entire group.
\n
\n
When used in small group mode, the tool creates parallel Forum and Scribe areas for each small group, and then shows the outcome of each group collated on a whole class page.
\n
\n
\n
\n
\n
\n
\n\n
Resource Sharing and Forum
\n
This activity allows Learners to submit files and/or URLS to a page viewable by their class or group.
\n
\n
The group then discuss the resources in the Forum.
\n
\n
This is a great way to get Learner\'s evaluating each other\'s work, or to foster some collaborative online research.
\n
\n
\n
\n
\n
\n
\n\n
\n
\n
The next activity is a demonstration Resource Sharing and Forum activity.
The Collaborative tools in LAMS allow Learners to team up and solve problems, discuss ideas or share solutions together.
\n
\n\n
Chat Activity
\n
\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.
\n
\n
\n\n
\n
Forum Activity
\n
\n
The Forum Activity provides an asynchronous discussion environment for learners, with discussion threads initially created by the teacher.\n
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.
\n
\n
\n\n
\n
Scribe Activity
\n
The Scribe Activity is, by default, not enabled as a stand-alone activity. \n
It 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.2) Scribe is available to be paired with either Chat or Forum.
\n
Using the Scribe Activity
\n
The 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.
\n
Once 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.
\n
Once the scribe task is finished a report of the statements and summary is presented to all learners.
The Google Maps tool allows sequence Authors to create maps or satellite images with annotated place markers. During the running of the activity, Learners can add their own markers to the map and view markers placed by other learners.
\n
\n
A demonstration Gmap activity is coming up.
\n
\n\n
\n
Wiki Activity
\n
\n
The Wiki Tool allows for authors to create content pages that can link to each other and, optionally, allow Learners to make collaborative edits to the content provided.
\n
Wiki activities allow authors and learners to create sub pages, which can contain more refined content on the topic.
\n
A Wiki Demonstration activity is coming up, which you can explore and edit.
The Assessment tools in LAMS provide a vehicle for sequence monitors to collect Learner responses to a topic.
\n
\n\n
Multiple Choice
\n
The Multiple Choice Quiz delivers a series of Multiple Choice questions to learners, and the advanced features of this tool provide a high level of customisation for Authors as to how the quiz is administered.
\n
\n
When the Quiz is complete, LAMS will automatically tally the marks from each learner and display the statistics to sequence monitors.
\n
\n
Authors can also choose to release Learner marks directly after they have completed the quiz, as a type of formative assessment or delay releasing the marks until a Sequence Monitor chooses to release them, for Summative Assessment. The Activity also allows learners to view the top, bottom and average marks from the quiz.
\n
\n\n
Submit Files
\n
The Submit Files Activity provides a vehicle for Authors to collect Student responses which are created in software outside of LAMS.
\n
\n
This could be an essay in .DOC or .PDF format, a digital presentation, or some sort of multimedia file.
\n
\n
Learners log in to LAMS, and are able to upload their file to the LAMS server as an attachment. Sequence Monitors can view these files, comment on them and give each individual file a mark, which is in turn accessible by Learners.
\n
\n
Like the MCQ, sequence authors can choose to allow learners several attempts at submission, allowing for feedback and creating a formative assessment style, or alternatively, lock the activity after submission, which creates a summative assessment style.
\n
\n\n
\n
The next activity is a demonstration Multiple Choice quiz, \nfollowed by a demonstration Submit Files activity.
','','',0,0,0,'',0,8,'2008-04-10 14:39:45','2008-11-14 13:14:54'),(41,103,'DimDim Web Conferencing','
Also available for use in LAMS 2.2 is the DimDim Web Conferencing Activity.
\n
\n
The documentation is included below (You will need internet access to view this page.)
The Informative tools in LAMS allow Authors and Monitors to share information with Learners, and (in the case of Share Resources) allow Learners to share information with each other.
\n
\n
Informative tools display on the Authoring Canvas with an orange icon.
\n
\n\n
Noticeboard
\n
The Noticeboard provides a simple way of providing information and content to the learners. The activity can display text, images, audio, video, links and other HTML content.
\n
\n
Example: The activity you’re looking at right now is a Noticeboard!
\n
\n\n
Share Resources
\n
Resource Sharing allows Authors to create lists of resources such as:
\n
\n
\n
URL hyperlinks
\n
Complete websites - created and uploaded to LAMS as a .zip file
\n
Individual files, such as documents, PDF’s, Audio and Video files
\n
and even IMS content packages.
\n
\n
\n
The tool can also be set-up so that Learners can add their own resources for other learners to see.
\n
\n
Example: The animations in these ’Getting Started’ were added to LAMS by creating a zipped website and uploading the file into a Share Resources activity.
As part of LAMS 2.3, we\'re very excited to announce the release of the Video Recorder tool, which adds two new major features to LAMS.
\n
\n
\n
Firstly,
\nsequence authors can now add video messages to any instructions field in LAMS. This means that the Author can \'teach\' the lesson from a Q&A, Submit Files, &c, anywhere where instructions are given to learners.
\n
\n
\n
Secondly,
\n
the Video Recorder adds a new activity to LAMS, which allows Learners to upload and comment on their own videos during the sequence.
\n
\n
For more details and a demo of the Video recorder, see the LAMS Wiki, here.
That wraps it up for all the new activities included as part of LAMS 2.3
\n
Why not have a go now at creating your own sequence using some of the new activities we\'ve discovered?
\n
\n\n
Click \'Next Activity\' to finish this lesson.
','','',0,0,0,'Reflect on noticeboard',0,5,'2009-05-14 02:00:41','2009-05-14 20:32:41'),(47,114,'Noticeboard Activity','
Advanced Noticeboard Tricks
\n
The new FCKEditor has some neat new features that make including external content and multimedia in LAMS sequences even easier.
\n
\n
For starters, there is a new Media Player function (more info here) that automatically inserts audio and video into LAMS activities - this means that you no longer have to work with HTML code to embed multimedia into LAMS.
\n
Media Player Examples
\n
\n
\n \n
\n
\n
YouTube Videos
\n \n
\n
\n
\n
\n
\n
MP3 Files
\n
\n
LAMS PODCAST with ALAN CARRINGTON (CLPD Adelaide Uni) \n and JAMES DALZIEL (MELCOE, Macquarie Uni)
\n
\n
\n
\n \n
\n
Drawing Plugin
\n
There is also a Drawing plugin for fckEditor which works much the same way as a standard painting program.
\n
\n
Authors and Learners can create images like this...
\n
\n
\n
\n
...all from within LAMS!
\n
\n\n
Other FCK Plugins
\n
You can now also include a whole raft of plugins into the fckEditor, such as
\n
\n
\n
Skype Instant Messaging
\n
\n
\n
Google Maps
\n
\n
\n
LaTeX Equation Editor
\n
\n
\n
and more.
\n
\n
\n
For more information about the FCK Editor plugins, click here.
You\'ve mastered the authoring environment, created a sequence and seen how to monitor learners while they work through your creation.
\n
\n
But what\'s next?
\n
The LAMS v2.3 release introduces new features and activities that can make your sequences even more powerful.
\n
\n
Click \'Next Activity\' to learn more.
\n
\n
','','',0,0,0,'',0,5,'2008-04-10 11:56:54','2009-05-14 20:14:08'),(49,116,'Assessment and Gradebook','
The New Assessment Activity
\n
The new Assessment activity makes it easier than ever to create complex assessment tasks inside a LAMS sequence. The new tool can also export the results from an assessment task into a Gradebook, which can then be recorded in LAMS, or exported for use in another program.
\n
\n
The Assessment tool is highly configurable, and supports a range of question types which may or may not be attempted within a time limit. Learner feedback is also highly customisable, and sequence Authors/Monitors have the option of allowing Learners to re-attempt the assessment, with the option of reducing their final grade by penalty marks with each attempt.
\n
\n
For more detailed information about creating and using Assessment activities, view the LAMS online help, here.
\n
\n\n
Using the Gradebook
\n
The New Gradebook interface allows Monitoring teachers to gain a comprehensive overview of Learners performance through a lesson.
\n
\n
Not only the Assessment Activity but any LAMS activity that creates outputs can be used as part of a Gradebook.
Although this looks like a simple text entry box, when a notebook is placed in the right spot, it can really get learners to think about what they’ve just learnt.
\n
\n
All notebook entries are private between each individual learner and the sequence monitors.
Although this looks like a simple text entry box, when a notebook is placed in the right spot, it can really get learners to think about what they’ve just learnt.
\n
\n
All notebook entries are private between each individual learner and the sequence monitors.
',0x00,0x00,0x00,'','',0x00,0x00,81);
+INSERT INTO `tl_lantbk11_notebook` VALUES (1,NULL,NULL,NULL,'Notebook','Instructions',0x00,0x00,0x00,'','',0x00,0x00,8),(2,'2008-11-14 14:32:00','2008-11-10 12:44:29',5,'Notebook Demonstration','
Although this looks like a simple text entry box, when a notebook is placed in the right spot, it can really get learners to think about what they’ve just learnt.
\n
\n
All notebook entries are private between each individual learner and the sequence monitors.
Although this looks like a simple text entry box, when a notebook is placed in the right spot, it can really get learners to think about what they’ve just learnt.
\n
\n
All notebook entries are private between each individual learner and the sequence monitors.
Pixlr is a powerful online flash-based image editor that can be included as a LAMS activity. The editor has powerful image creation and editing features, and the interface will be familiar to anyone who has used Paint, or more advanced editors like Photoshop or GIMP.
\n
\n
We thought it was so cool, we\'ve created a LAMS activity especially for it.
\n
\n\n
\n
You can edit the image below by clicking on "Edit Image in Pixlr"
\n
\n
\n
The Pixlr web application will load in a new window, and you can play with the image to your hearts content!
\n
\n
\n
Once you\'re finished, click File -> Save and Select Save Back to LAMS
\n
\n\n
\n
(Pixlr has some great online help, available here, which describes how to use all the drawing tools.)
Pixlr is a powerful online flash-based image editor that can be included as a LAMS activity. The editor has powerful image creation and editing features, and the interface will be familiar to anyone who has used Paint, or more advanced editors like Photoshop or GIMP.
\n
\n
We thought it was so cool, we\'ve created a LAMS activity especially for it.
\n
\n\n
\n
You can edit the image below by clicking on "Edit Image in Pixlr"
\n
\n
\n
The Pixlr web application will load in a new window, and you can play with the image to your hearts content!
\n
\n
\n
Once you\'re finished, click File -> Save and Select Save Back to LAMS
\n
\n\n
\n
(Pixlr has some great online help, available here, which describes how to use all the drawing tools.)
Up here is a space for Author instructions for Learners, and below is the list of Questions.
\n
\n
Have a crack at answering them, and then watch what happens over the following screens.
',NULL,'2008-11-14 14:30:09',0,0,0,5,0,0,0,'','',0,'',0,1),(3,82,'Question and Answer Demonstration','
This is the Q&A Activity
\n
\n
Up here is a space for Author instructions for Learners, and below is the list of Questions.
\n
\n
Have a crack at answering them, and then watch what happens over the following screens.
',NULL,'2008-11-14 14:30:09',0,0,0,5,0,0,0,'','',0,'',0,1);
+INSERT INTO `tl_laqa11_content` VALUES (1,3,'Q&A','Instructions','2009-05-21 19:01:08',NULL,0,0,0,0,0,0,0,NULL,NULL,0,NULL,0,1,0),(2,50,'Question and Answer Demonstration','
This is the Q&A Activity
\n
\n
Up here is a space for Author instructions for Learners, and below is the list of Questions.
\n
\n
Have a crack at answering them, and then watch what happens over the following screens.
',NULL,'2008-11-14 14:30:09',0,0,0,5,0,0,0,'','',0,'',0,1,0),(3,90,'Question and Answer Demonstration','
This is the Q&A Activity
\n
\n
Up here is a space for Author instructions for Learners, and below is the list of Questions.
\n
\n
Have a crack at answering them, and then watch what happens over the following screens.
',NULL,'2008-11-14 14:30:09',0,0,0,5,0,0,0,'','',0,'',0,1,0);
/*!40000 ALTER TABLE `tl_laqa11_content` ENABLE KEYS */;
UNLOCK TABLES;
@@ -4026,7 +5204,7 @@
LOCK TABLES `tl_laqa11_session` WRITE;
/*!40000 ALTER TABLE `tl_laqa11_session` DISABLE KEYS */;
-INSERT INTO `tl_laqa11_session` VALUES (1,24,'2008-12-04 10:52:17',NULL,'Everybody learners','INCOMPLETE',3);
+INSERT INTO `tl_laqa11_session` VALUES (1,24,'2009-05-21 19:08:15',NULL,'Everybody learners','INCOMPLETE',3);
/*!40000 ALTER TABLE `tl_laqa11_session` ENABLE KEYS */;
UNLOCK TABLES;
@@ -4072,8 +5250,8 @@
PRIMARY KEY (`response_id`),
KEY `que_usr_id` (`que_usr_id`),
KEY `qa_que_content_id` (`qa_que_content_id`),
- CONSTRAINT `FK_tl_laqa11_usr_resp_2` FOREIGN KEY (`qa_que_content_id`) REFERENCES `tl_laqa11_que_content` (`uid`),
- CONSTRAINT `FK_tl_laqa11_usr_resp_3` FOREIGN KEY (`que_usr_id`) REFERENCES `tl_laqa11_que_usr` (`uid`)
+ CONSTRAINT `FK_tl_laqa11_usr_resp_3` FOREIGN KEY (`que_usr_id`) REFERENCES `tl_laqa11_que_usr` (`uid`),
+ CONSTRAINT `FK_tl_laqa11_usr_resp_2` FOREIGN KEY (`qa_que_content_id`) REFERENCES `tl_laqa11_que_content` (`uid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
@@ -4202,7 +5380,7 @@
LOCK TABLES `tl_larsrc11_item_instruction` WRITE;
/*!40000 ALTER TABLE `tl_larsrc11_item_instruction` DISABLE KEYS */;
-INSERT INTO `tl_larsrc11_item_instruction` VALUES (1,'Use Google to search the web',0,1),(2,'You might need to resize your internet browser to see the whole animation.',0,2),(3,'When the animation is complete, click Finished to go to the next activity.',1,2),(4,'When the animation has stopped, click Finished to go to the next activity.',1,3),(5,'This animation gives a brief overview of LAMS.',0,3),(6,'This animation describes the basics of the Monitoring environment.',0,4),(7,'You will need an active internet connection to view this web page.',0,5),(8,'When the animation has completed, click Finished to move to the next activity.',1,6),(9,'You might need to resize your browser to see the whole animation.',0,6),(10,'This animation will demonstrate the Learner\'s Experience when using LAMS. You might need to resize your browser to see the whole animation.',0,7),(11,'When the animation has stopped, click Finished to go to the next activity. ',1,7),(12,'LAMS 2.1 lets you disable FLASH for the Learning Environment - this is useful if you want to use LAMS on devices that do not support flash.',0,8),(13,'When the animation has stopped, click ',1,8),(14,'This animation explains how to create and use a Resource Sharing activity.',0,9),(15,'This is our online documentation website. Here you can find the specifications for what kind of files can be added to a Resource Sharing activity.',0,10),(16,'In this animation, you will learn how to use the features of the Noticeboard Activity.',0,11),(17,'This animation gives a brief overview of LAMS.',0,15),(18,'When the animation has stopped, click Finished to go to the next activity.',1,15),(19,'You might need to resize your internet browser to see the whole animation.',0,16),(20,'When the animation is complete, click Finished to go to the next activity.',1,16),(21,'This animation describes the basics of the Monitoring environment.',0,17),(22,'When the animation has completed, click Finished to move to the next activity.',1,18),(23,'You might need to resize your browser to see the whole animation.',0,18),(24,'You will need an active internet connection to view this web page.',0,19),(25,'When the animation has stopped, click Finished to go to the next activity. ',1,20),(26,'This animation will demonstrate the Learner\'s Experience when using LAMS. You might need to resize your browser to see the whole animation.',0,20),(27,'LAMS 2.1 lets you disable FLASH for the Learning Environment - this is useful if you want to use LAMS on devices that do not support flash.',0,21),(28,'When the animation has stopped, click ',1,21),(29,'In this animation, you will learn how to use the features of the Noticeboard Activity.',0,22),(30,'This is our online documentation website. Here you can find the specifications for what kind of files can be added to a Resource Sharing activity.',0,23),(31,'This animation explains how to create and use a Resource Sharing activity.',0,24);
+INSERT INTO `tl_larsrc11_item_instruction` VALUES (1,'Use Google to search the web',0,1),(2,'You might need to resize your internet browser to see the whole animation.',0,2),(3,'When the animation is complete, click Finished to go to the next activity.',1,2),(4,'This animation gives a brief overview of LAMS.',0,3),(5,'When the animation has stopped, click Finished to go to the next activity.',1,3),(6,'This animation describes the basics of the Monitoring environment.',0,4),(7,'You will need an active internet connection to view this web page.',0,5),(8,'You might need to resize your browser to see the whole animation.',0,6),(9,'When the animation has completed, click Finished to move to the next activity.',1,6),(10,'When the animation has stopped, click Finished to go to the next activity. ',1,7),(11,'This animation will demonstrate the Learner\'s Experience when using LAMS. You might need to resize your browser to see the whole animation.',0,7),(12,'LAMS 2.1 lets you disable FLASH for the Learning Environment - this is useful if you want to use LAMS on devices that do not support flash.',0,8),(13,'When the animation has stopped, click ',1,8),(14,'This animation explains how to create and use a Resource Sharing activity.',0,9),(15,'In this animation, you will learn how to use the features of the Noticeboard Activity.',0,10),(16,'This is our online documentation website. Here you can find the specifications for what kind of files can be added to a Resource Sharing activity.',0,11),(17,'This animation gives a brief overview of LAMS.',0,15),(18,'When the animation has stopped, click Finished to go to the next activity.',1,15),(19,'When the animation is complete, click Finished to go to the next activity.',1,16),(20,'You might need to resize your internet browser to see the whole animation.',0,16),(21,'You will need an active internet connection to view this web page.',0,17),(22,'You might need to resize your browser to see the whole animation.',0,18),(23,'When the animation has completed, click Finished to move to the next activity.',1,18),(24,'This animation describes the basics of the Monitoring environment.',0,19),(25,'When the animation has stopped, click Finished to go to the next activity. ',1,20),(26,'This animation will demonstrate the Learner\'s Experience when using LAMS. You might need to resize your browser to see the whole animation.',0,20),(27,'When the animation has stopped, click ',1,21),(28,'LAMS 2.1 lets you disable FLASH for the Learning Environment - this is useful if you want to use LAMS on devices that do not support flash.',0,21),(29,'This animation explains how to create and use a Resource Sharing activity.',0,25),(30,'In this animation, you will learn how to use the features of the Noticeboard Activity.',0,26),(31,'This is our online documentation website. Here you can find the specifications for what kind of files can be added to a Resource Sharing activity.',0,27);
/*!40000 ALTER TABLE `tl_larsrc11_item_instruction` ENABLE KEYS */;
UNLOCK TABLES;
@@ -4221,8 +5399,8 @@
PRIMARY KEY (`uid`),
KEY `FK693580A438BF8DFE` (`resource_item_uid`),
KEY `FK693580A441F9365D` (`user_uid`),
- CONSTRAINT `FK693580A438BF8DFE` FOREIGN KEY (`resource_item_uid`) REFERENCES `tl_larsrc11_resource_item` (`uid`),
- CONSTRAINT `FK693580A441F9365D` FOREIGN KEY (`user_uid`) REFERENCES `tl_larsrc11_user` (`uid`)
+ CONSTRAINT `FK693580A441F9365D` FOREIGN KEY (`user_uid`) REFERENCES `tl_larsrc11_user` (`uid`),
+ CONSTRAINT `FK693580A438BF8DFE` FOREIGN KEY (`resource_item_uid`) REFERENCES `tl_larsrc11_resource_item` (`uid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
@@ -4272,7 +5450,7 @@
LOCK TABLES `tl_larsrc11_resource` WRITE;
/*!40000 ALTER TABLE `tl_larsrc11_resource` DISABLE KEYS */;
-INSERT INTO `tl_larsrc11_resource` VALUES (1,NULL,NULL,NULL,'Resources',0,0,'Instructions ',NULL,NULL,0,0,6,0,0,0,0,NULL,0,0),(2,NULL,'2008-06-05 11:45:33',1,'Resources',0,0,'
Instructions
','','',0,0,20,0,0,0,1,'',0,0),(3,NULL,'2008-06-05 10:37:56',2,'So What Is LAMS?',0,0,'
You can see that the list below contains a URL, and several Zipped Websites.
\n
\n
Explore the resources below, and then try adding your own URL to the list - \nsimply fill in the fields below, marked "Suggest a new URL" \nand then click the Add button.
\n
','','',0,0,35,0,1,0,0,'',0,0),(10,'2008-04-11 16:01:40','2008-04-11 16:01:40',9,'Resources on LAMS',0,0,'
Here are some interesting websites about LAMS!
\n
\n
','','',0,0,42,0,0,0,0,'',0,0),(11,NULL,'2008-06-05 10:37:56',10,'So What Is LAMS?',0,0,'
You can see that the list below contains a URL, and several Zipped Websites.
\n
\n
Explore the resources below, and then try adding your own URL to the list - \nsimply fill in the fields below, marked "Suggest a new URL" \nand then click the Add button.
\n
','','',0,0,76,0,1,0,0,'',0,0),(19,'2008-04-11 16:01:40','2008-04-11 16:01:40',18,'Resources on LAMS',0,0,'
Here are some interesting websites about LAMS!
\n
\n
','','',0,0,89,0,0,0,0,'',0,0);
+INSERT INTO `tl_larsrc11_resource` VALUES (1,NULL,NULL,NULL,'Resources',0,0,'Instructions ',NULL,NULL,0,0,6,0,0,0,0,NULL,0,0),(2,NULL,'2008-06-05 11:45:33',1,'Resources',0,0,'
Instructions
','','',0,0,25,0,0,0,1,'',0,0),(3,NULL,'2008-06-05 10:37:56',2,'So What Is LAMS?',0,0,'
You can see that the list below contains a URL, and several Zipped Websites.
\n
\n
Explore the resources below, and then try adding your own URL to the list - \nsimply fill in the fields below, marked "Suggest a new URL" \nand then click the Add button.
\n
','','',0,0,40,0,1,0,0,'',0,0),(10,'2008-04-11 16:01:40','2008-04-11 16:01:40',9,'Resources on LAMS',0,0,'
Here are some interesting websites about LAMS!
\n
\n
','','',0,0,47,0,0,0,0,'',0,0),(11,NULL,'2008-06-05 10:37:56',10,'So What Is LAMS?',0,0,'
You can see that the list below contains a URL, and several Zipped Websites.
\n
\n
Explore the resources below, and then try adding your own URL to the list - \nsimply fill in the fields below, marked "Suggest a new URL" \nand then click the Add button.
Again, LAMS provides a space for Authors to write Instructions for Learners:
\n
\n\n
\n
Use this activity to submit your essay for Marking.
\n
\n
Please remember that your attachments should be Word Documents (.doc), Adobe Documents (.pdf), or Text Files (.txt) so that I can read them on my computer. \n
\n\n
\n
You have the option of uploading a file here if you would like - have a play with the activity and see what you can do.
Again, LAMS provides a space for Authors to write Instructions for Learners:
\n
\n\n
\n
Use this activity to submit your essay for Marking.
\n
\n
Please remember that your attachments should be Word Documents (.doc), Adobe Documents (.pdf), or Text Files (.txt) so that I can read them on my computer. \n
\n\n
\n
You have the option of uploading a file here if you would like - have a play with the activity and see what you can do.
\n
\n\n
',0,0,'','',0,0,'',0,0,0,'2008-12-04 10:49:34',1,'2008-12-04 10:49:34',0,0);
+INSERT INTO `tl_lasbmt11_content` VALUES (4,'Submit Files','Instructions',0,0,NULL,NULL,0,0,NULL,0,0,1,NULL,NULL,NULL,0,0),(53,'Essay Submission','
This is the Learner Interface for Submit Files.
\n
Again, LAMS provides a space for Authors to write Instructions for Learners:
\n
\n\n
\n
Use this activity to submit your essay for Marking.
\n
\n
Please remember that your attachments should be Word Documents (.doc), Adobe Documents (.pdf), or Text Files (.txt) so that I can read them on my computer. \n
\n\n
\n
You have the option of uploading a file here if you would like - have a play with the activity and see what you can do.
Again, LAMS provides a space for Authors to write Instructions for Learners:
\n
\n\n
\n
Use this activity to submit your essay for Marking.
\n
\n
Please remember that your attachments should be Word Documents (.doc), Adobe Documents (.pdf), or Text Files (.txt) so that I can read them on my computer. \n
\n\n
\n
You have the option of uploading a file here if you would like - have a play with the activity and see what you can do.
The Spreadsheet Activity allows a sequence author to provide data in a spreadsheet format to Learners. \nLearners can then perform their own calculations on and manipulations of the data.
\n
By default, the Spreadsheet tool allows each learner to save their own individual copy of the spreadsheet. The activity can be configured to allow Monitors to mark each Learners spreadsheet.
\n
Spreadsheet Functions
\n
The Spreadsheet can be viewed in one of several modes. These are changed by clicking the labels in the top-right corner of the applet.
\n
\n
Values: shows all the calculated values on the screen (default mode)\n
The Spreadsheet Activity allows a sequence author to provide data in a spreadsheet format to Learners. \nLearners can then perform their own calculations on and manipulations of the data.
\n
By default, the Spreadsheet tool allows each learner to save their own individual copy of the spreadsheet. The activity can be configured to allow Monitors to mark each Learners spreadsheet.
\n
Spreadsheet Functions
\n
The Spreadsheet can be viewed in one of several modes. These are changed by clicking the labels in the top-right corner of the applet.
\n
\n
Values: shows all the calculated values on the screen (default mode)\n
The Spreadsheet Activity allows a sequence author to provide data in a spreadsheet format to Learners. \nLearners can then perform their own calculations on and manipulations of the data.
\n
By default, the Spreadsheet tool allows each learner to save their own individual copy of the spreadsheet. The activity can be configured to allow Monitors to mark each Learners spreadsheet.
\n
Spreadsheet Functions
\n
The Spreadsheet can be viewed in one of several modes. These are changed by clicking the labels in the top-right corner of the applet.
\n
\n
Values: shows all the calculated values on the screen (default mode)\n
The Spreadsheet Activity allows a sequence author to provide data in a spreadsheet format to Learners. \nLearners can then perform their own calculations on and manipulations of the data.
\n
By default, the Spreadsheet tool allows each learner to save their own individual copy of the spreadsheet. The activity can be configured to allow Monitors to mark each Learners spreadsheet.
\n
Spreadsheet Functions
\n
The Spreadsheet can be viewed in one of several modes. These are changed by clicking the labels in the top-right corner of the applet.
\n
\n
Values: shows all the calculated values on the screen (default mode)\n
While this particular activity is a little bit... trivial... there’s no reason why you can’t have a very large nomination form and collate responses from as many learners are on your server.
While this particular activity is a little bit... trivial... there’s no reason why you can’t have a very large nomination form and collate responses from as many learners are on your server.
\n
\n
\n
What’s your favourite flavour for ice-cream?
',NULL,'2008-04-11 16:39:37','1',1,0,5,0,0,'','',0,0,0,'',1);
+INSERT INTO `tl_lavote11_content` VALUES (1,7,'Voting','Instructions','2009-05-21 19:01:44',NULL,'1',0,0,1,0,0,'','',0,0,0,NULL,1),(2,54,'Voting Demonstration','
\n
Here’s a demonstration Voting activity.
\n
\n
While this particular activity is a little bit... trivial... there’s no reason why you can’t have a very large nomination form and collate responses from as many learners are on your server.
While this particular activity is a little bit... trivial... there’s no reason why you can’t have a very large nomination form and collate responses from as many learners are on your server.
The Wiki Tool allows for authors to create content pages that can link to each other and, optionally, allow Learners to make collaborative edits to the content provided.
\n
Wiki activities allow authors and learners to create sub pages, which can contain more refined content on the topic.
\n
Here are some links to other pages in this wiki activity:
If you want to explore this activity further, you should read the Wiki Learner’s guide, available online.
\n
\n
',NULL,'2008-12-04 10:49:34',3),(3,3,'
\n
There are some important things you should know about Wiki\'s:
\n
\n
They are not static. In LAMS, authors can allow Learners to edit existing Wiki content. They can add or remove text and images, etc, but the important thing to note is that
\n
Nothing on a wiki is ever \'lost\'. The LAMS Wiki tool allows monitors (and learners if permitted) to view the history of a page. This shows all of the changes that have been made to the page; who made them and when; and, for monitors, a link to revert the page to a previous state.
\n
\n
\n
\n
\n
You can edit this page by using the Edit link at the top right of your screen.
\n
',NULL,'2008-12-04 10:49:35',1),(4,4,'
\n
There are some important things you should know about Wiki\'s:
\n
\n
They are not static. In LAMS, authors can allow Learners to edit existing Wiki content. They can add or remove text and images, etc, but the important thing to note is that
\n
Nothing on a wiki is ever \'lost\'. The LAMS Wiki tool allows monitors (and learners if permitted) to view the history of a page. This shows all of the changes that have been made to the page; who made them and when; and, for monitors, a link to revert the page to a previous state.
\n
\n
\n
\n
\n
You can edit this page by using the Edit link at the top right of your screen.
\n
',NULL,'2008-12-04 10:52:16',1),(5,5,'
\n
\n
New to LAMS 2.2!
\n
Wiki Activity
\n
The Wiki Tool allows for authors to create content pages that can link to each other and, optionally, allow Learners to make collaborative edits to the content provided.
\n
Wiki activities allow authors and learners to create sub pages, which can contain more refined content on the topic.
\n
Here are some links to other pages in this wiki activity:
If you want to explore this activity further, you should read the Wiki Learner’s guide, available online.
\n
\n
',NULL,'2008-12-04 10:52:16',3),(6,6,'
\n
There are some important things you should know about Wiki\'s:
\n
\n
They are not static. In LAMS, authors can allow Learners to edit existing Wiki content. They can add or remove text and images, etc, but the important thing to note is that
\n
Nothing on a wiki is ever \'lost\'. The LAMS Wiki tool allows monitors (and learners if permitted) to view the history of a page. This shows all of the changes that have been made to the page; who made them and when; and, for monitors, a link to revert the page to a previous state.
\n
\n
\n
\n
\n
You can edit this page by using the Edit link at the top right of your screen.
\n
',NULL,'2008-12-04 10:52:18',1),(7,7,'
\n
\n
New to LAMS 2.2!
\n
Wiki Activity
\n
The Wiki Tool allows for authors to create content pages that can link to each other and, optionally, allow Learners to make collaborative edits to the content provided.
\n
Wiki activities allow authors and learners to create sub pages, which can contain more refined content on the topic.
\n
Here are some links to other pages in this wiki activity:
If you want to explore this activity further, you should read the Wiki Learner’s guide, available online.
\n
\n
',NULL,'2008-12-04 10:52:18',3);
+INSERT INTO `tl_lawiki10_wiki_page_content` VALUES (1,1,'
Wiki Body
',NULL,NULL,0),(2,2,'
\n
There are some important things you should know about Wiki\'s:
\n
\n
They are not static. In LAMS, authors can allow Learners to edit existing Wiki content. They can add or remove text and images, etc, but the important thing to note is that
\n
Nothing on a wiki is ever \'lost\'. The LAMS Wiki tool allows monitors (and learners if permitted) to view the history of a page. This shows all of the changes that have been made to the page; who made them and when; and, for monitors, a link to revert the page to a previous state.
\n
\n
\n
\n
\n
You can edit this page by using the Edit link at the top right of your screen.
\n
',NULL,'2009-05-21 19:07:25',1),(3,3,'
\n
\n
New to LAMS 2.2!
\n
Wiki Activity
\n
The Wiki Tool allows for authors to create content pages that can link to each other and, optionally, allow Learners to make collaborative edits to the content provided.
\n
Wiki activities allow authors and learners to create sub pages, which can contain more refined content on the topic.
\n
Here are some links to other pages in this wiki activity:
If you want to explore this activity further, you should read the Wiki Learner’s guide, available online.
\n
\n
',NULL,'2009-05-21 19:07:25',3),(4,4,'
\n
There are some important things you should know about Wiki\'s:
\n
\n
They are not static. In LAMS, authors can allow Learners to edit existing Wiki content. They can add or remove text and images, etc, but the important thing to note is that
\n
Nothing on a wiki is ever \'lost\'. The LAMS Wiki tool allows monitors (and learners if permitted) to view the history of a page. This shows all of the changes that have been made to the page; who made them and when; and, for monitors, a link to revert the page to a previous state.
\n
\n
\n
\n
\n
You can edit this page by using the Edit link at the top right of your screen.
\n
',NULL,'2009-05-21 19:08:14',1),(5,5,'
\n
\n
New to LAMS 2.2!
\n
Wiki Activity
\n
The Wiki Tool allows for authors to create content pages that can link to each other and, optionally, allow Learners to make collaborative edits to the content provided.
\n
Wiki activities allow authors and learners to create sub pages, which can contain more refined content on the topic.
\n
Here are some links to other pages in this wiki activity:
If you want to explore this activity further, you should read the Wiki Learner’s guide, available online.
\n
\n
',NULL,'2009-05-21 19:08:14',3),(6,6,'
\n
There are some important things you should know about Wiki\'s:
\n
\n
They are not static. In LAMS, authors can allow Learners to edit existing Wiki content. They can add or remove text and images, etc, but the important thing to note is that
\n
Nothing on a wiki is ever \'lost\'. The LAMS Wiki tool allows monitors (and learners if permitted) to view the history of a page. This shows all of the changes that have been made to the page; who made them and when; and, for monitors, a link to revert the page to a previous state.
\n
\n
\n
\n
\n
You can edit this page by using the Edit link at the top right of your screen.
\n
',NULL,'2009-05-21 19:08:16',1),(7,7,'
\n
\n
New to LAMS 2.2!
\n
Wiki Activity
\n
The Wiki Tool allows for authors to create content pages that can link to each other and, optionally, allow Learners to make collaborative edits to the content provided.
\n
Wiki activities allow authors and learners to create sub pages, which can contain more refined content on the topic.
\n
Here are some links to other pages in this wiki activity: