Metamorphosis 3.404 Update 2 ============================ Release Notes ------------- An issue with storing individual question data to the Comet LMS when the questions are set to automatically progress to the next screen was resolved. Metamorphosis 3.404 update 1 ============================ An intermittent bug with popup windows, containing a "full screen" Adobe Acrobat (PDF) document, freezing was resolved. Metamorphosis 3.404 =================== Projects that were created with older versions of Metamorphosis had content files, where necessary, copied and the names "sanitised" but the original files were not deleted. This is not an issue except when the project is LMS published as a non-sanitised file name may cause the LMS to reject the project's imsmanifest.xml file (as so not permit the published lesson to be uploaded.) Metamorphosis 3.403 =================== SCORM 2004 4th Edition requires that external metadata files have a fully qualified namespace for the metadata to be read. Metamorphosis SCORM 2004 metadata files now have fully qualified namespaces. Fixed a bug where a true false question would not be correctly identified by an LMS under SCORM 2004. Metamorphosis 3.402 =================== Release Notes ------------- Fixed a bug with links where, under certain circumstances, a link to a popup only screen would be dropped. Automating progressing from a question screen no longer skips remediation (if it was supposed to be entered). Comet publishing addresses an issue where resuming a lesson did not correctly resume any remediation data. Fixed a bug where PNG image files would not show in Internet Explorer 6 and 7 if a shape had also been drawn on the screen. Data Source Names for ASP Web-database published files are created correctly. A recent change was dropping the semicolons required between the data elements. Metamorphosis 3.401 =================== Release Notes ------------- Fixes a bug where customising the course title was ignored. Metamorphosis 3.4 ================= Release Notes ------------- Fixes a bug where multiple links in the same text box would sometimes point at different links than what was set. Fixes a bug where subsequent saves were discarded - the first save after a project opened would always work but subsequent saves may not be. Import external content's file names are "sanitised". That is, non web friendly characters are stripped. Metamorphosis 3.3 ----------------- Version 3.3 includes a number of modifications to address known bugs, to increase stability, and to increase accuracy. Some of these modifications are listed below: Fixed a bug where deleting a topic from a multiple topic course could cause the project to freeze on publish. Made it clearer that a single topic, linear, course that is marked as containing assessable questions is in fact the same as selecting Settings > Assessment > Last topic is the assessment. Adding a link to an image which points to a popup screen now correctly opens the linked to screen as a popup. Importing a Word document that contain images now no longer overwrites images from any earlier imported Word documents. PowerPoint import now occurs more consistently whether as a new topic or into an existing topic. PowerPoint import will now also import any PowerPoint notes. Match the Pairs questions images that contain transparency no longer cause the zoomed image to reveal traces of the original source image through the transparency. Multiple choice questions will now honour the setting, whether or not a single correct answer question will behave like a radio button. A typo in the text alignment style sheet file name has been corrected. Its now easier to insert new screens directly into the 'popups only' folder. Fix a bug where with Parts ID question where unchecking 'Reduce image size to fit the area' would cause any set hotspots to shift to the right. Web server based courses that are viewed on a screen that is 1,024 x 768 pixels with Internet Explorer 6 will no longer cause the lesson to close without warning on some computers. Some minor typos in the user interface have been corrected. Backslashes in course names were causing issues when written to a database. Backslashes are now "escaped" with a another backslash. Writes to a database from a web-based database course are now queued to reduce the chance of data being lost due to "slow" server processing. Changes to enhance stability. Courses can now correctly locate the SCORM API when the LMS places the API within a "hidden" frame in the same window that displayes the course. SCORM LMS courses will correctly record a course as "incomplete" if a user closes the course without using the courses' Quit button. Previously, as no course status had been set the LMS recorded the course as "completed". Custom Themes ------------- Should you have a custom theme then it will be necessary to make the following changes to the theme compatible with Metamorphosis version 3.3. To the theme's stylesheet (.CSS): 1. Add this new rule: #conOptions { position: absolute; left: 20px; top: 14px; width: 300px; } 2. Add this new rule: #conTargets { position: absolute; left: 520px; top: 14px; width: 300px; } 3. Change the rule .mpOption to: .mpOption { float: left; width: 100%; text-align: center; text-decoration: none; border: 1px solid #[your theme's nominated colour]; background-color: #[your theme's nominated colour]; display: block; margin-bottom: 12px; } 4. Change the rule .mpTarget to: .mpTarget { float: left; width: 100%; text-align: center; text-decoration: none; border: 1px solid #[your theme's nominated colour]; background-color: #[your theme's nominated colour]; display: block; margin-bottom: 12px; } ---