New Releases
Posted July 12, 2010 by Stefan Leyhane
Early this morning, we deployed a new version of our LMS to our production site. Along with several bug fixes, there are over a dozen new features in the release. We hope you find them useful. Here are the highlights:
New help documentation
Help documentation
Search across clients
Assessment presentation settings
We’ve completely revamped the help documentation that is available from within the LMS. This was a long process but useful to us as it identified a few areas of our application where we can improve things. There is now complete documentation for both administrators and students. It can be accessed from the ‘Help’ link in the top-right corner of the LMS when you’re logged in (it’s also available on our public site’s support section). The documentation you see from within the LMS depends on your assigned role.
Documentation is an ongoing process so we’ll continue to improve it over time. We also have plans of making the default help page context-sensitive so that it’s determined by which page it was launched from.
Search across all your clients
It was really easy to search for a user within an organization — but not if you didn’t know what organization the user was associated with. Sometimes you may get a support request in the form of a voicemail or in an email which doesn’t give a clue as to the person’s organization.
We recognized that we didn’t have an effective way for administrators to search across all their clients. Given that some of our clients have hundreds of their own clients using our LMS, we needed to do something.
We’ve added a new tab called ‘Search’ which is available, for now, only to Master Administrators (in fact, it is their new default page). It provides a quick way to search for a user or to jump to a client. The page may look a little sparse for now but, don’t worry, we’ve got greater plans for this page coming.
Edit presentation settings of assessments
Our built-in assessment engine offers many presentation options to control the user’s experience when taking a test or survey. You can specify:
- a time limit
- whether users can suspend and resume an attempt
- how users can navigate through questions
- what feedback is displayed
- the information displayed to the user after they complete an attempt
While we’ve always allowed you to control these settings at author-time, we didn’t provide an easy way to update these on the fly. This is now possible. This is especially useful for our clients who share the same test or survey across many clients but want different settings to be used.
Easier updating of your content
Quite often, typos are found or some tweaks are required after you deploy your learning content to a population of users. We’ve made it easier for you to update previously loaded content. There is now a new option on the content loading page which specifies that you want to update the resources of content in place.
Other new features and enhancements
A few more of the new features and enhancements include:
- Ability to display the list of locations as an expandable hierarchy
- Ensure that learning content with long-running videos doesn’t time out
- Complete support for SCORM 2004 roll-up rules
To see all bug fixes and features in the release, please see the release notes for Version 2.13.
Posted December 9, 2009 by Stefan Leyhane
Just a quick note to mention that we’ve added support for Spanish to our LMS. This adds to the existing language support that we have — both for students and administrators — for English and French.
You can choose which languages you’d like to make available for your organization’s users. And, if you’re interested in adding support for another language, please contact us.
Esperamos que te guste!
Posted October 10, 2009 by Stefan Leyhane
It is a long weekend for us here in Canada (Happy Thanksgiving!) and also for those lucky enough in the U.S. to get Columbus Day off on Monday. Perfect time for a new release of our LMS — so we deployed Version 2.12 last night.
This one took a little longer than usual to get out the door, but hopefully it will prove to be worth the wait. We upgraded some of our infrastructure in the process, so we needed to be extra careful to make sure that everything works smoothly. Along with several bug fixes, there are over 20 new features. Here are the highlights:
Custom domains
Interaction Data Report
New file upload interface
We offer our service as a white-label solution. When you offer our LMS to your clients, we want it to appear as if you made it. You control the branding and the terminology used. Your clients see your contact support information and the system can be customized so that emails are sent from your organization.
The final step to completely hide Firmwater from view was to allow you to use your own custom domain. We had done this for a few of our larger clients but it wasn’t easy for us to manage this across a large number of clients. Now we can offer it to everybody.
You can now choose to use your own domain. So, instead of sending out addresses to your clients with ‘lms.firmwater.com’, you can use a URL such as:
‘lms.yourcompany.com’ or ‘portal.yourcompany.com’ (or whatever you’d like).
Note that there is an additional monthly charge to make use of a custom domain. This requires some setup on our part and we incur additional costs to purchase a SSL certificate for your domain and for dedicated IP addresses.
If you’re interested, or for more details, please contact us.
Simpler login URLs
Upgrading our infrastructure has given us some additional capabilities that we didn’t have before. We’ve now been able to simplify the addresses of your login page and those of your clients (the old addresses still work too). You can now just tack on your client ID to the domain used.
If your client’s ID is ‘yourclient’, their login page can now be accessed at ‘lms.firmwater.com/yourclient’. (Previously, you would have to use ‘https://lms.firmwater.com/lms/?cid=yourclient’.)
This works if you’re using a custom domain as well. Your client’s login page would be accessed at ‘lms.yourcompany.com/yourclient’.
Improved reporting
Reporting now uses an updated platform, allowing for better support from all browsers and, in many cases, improved report execution times. Users will no longer experience application time outs while interacting with reports for long periods of time. We’ve also organized the list of reports into menus to make it easier to find similar reports.
Along with making improvements to several of the existing reports, we also added two new reports:
- Interaction Data Report: Export of the SCORM interaction data saved per user attempt. Some content saves question response data to the LMS through this mechanism.
- Location List: Lists all locations and the number of users for each.
Other new features and enhancements
A few more of the new features and enhancements include:
- Support for taxes when making purchases through the LMS.
- Importing of locations, departments, job titles.
- An improved file upload interface.
We hope you enjoy all the new features. To see everything that’s new, see the release notes for Version 2.12.
Posted June 21, 2009 by Stefan Leyhane
Tonight we released Version 2.11 of our LMS. This release adds a couple of features to our built-in assessment engine. While the features were added to meet the requirements of a new client of ours, they are features that were on our list of things to do and ones that benefit everyone.
Time limited assessments
Assessments can now have time limits. You can specify how long a user has to complete the assessment. The current time remaining is displayed to the user on every screen. When the time exceeds 5 minutes, it is updated once per minute. This approach is taken so the user can focus on responding to the questions and to minimize the distraction provided by the countdown clock.

When the time remaining is less than 5 minutes, it is updated once per second.

If the user doesn’t complete the assessment within the allotted time, the assessment is automatically submitted (after notifying the user appropriately).
Our assessment engine natively supports the IMS Question and Test Interoperability (QTI) Version 1.2.1 standard. QTI allows durations to be specified at the assessment level. When authoring in QTI, you just need to add a ‘duration’ element as a child of the ‘assessment’ element. The format follows ISO 8601 for durations. As an example, 30 minutes would be represented as:
<duration>PT30M</duration>
Shuffing of responses
We also added support for shuffling of responses within an assessment. We’ve had the ability to shuffle questions — so that the order of questions are randomized for each attempt — since our first release but we weren’t able to randomize the responses within a question.
Now we can, and as QTI allows, you can choose which questions you want the responses shuffled for. Within each question, you can specify whether to shuffle all responses or only some of the responses. This is useful for when you may want to shuffle all the responses except the last “All of the above” type response.
Need help? Just ask!
If you have any questions about how to take advantage of these new capabilities, please don’t hesitate to ask us. To see everything in the new release, see the release notes for Version 2.11.
Posted May 15, 2009 by Stefan Leyhane
We released Version 2.10 of our LMS last night. Here’s an overview of the new features included.
Completion certificates
sample completion certificate
This feature has come up quite a few times when talking to prospects. We’ve also heard that it would be useful to some of our existing clients so we decided to add support for it. Firmwater LMS can now generate a completion certificate for a user who has successfully completed an activity. The certificate can be customized for an organization.
You can pick and choose which of your activities that you’d like completion certificates to be available for. We’ve made this easy by allowing you to specify this individually or as a bulk operation on a group of activities.
Some organizations allow their students to print their own certificates, while others only allow administrators to print them. We let you decide who has access.
See the documentation for more details.
Individual Response Report
Individual Response Report
Administrators can now see a report that shows a user’s attempt at an assessment. The report is generated as a PDF and shows score information along with all the questions and responses with correct answers highlighted. This is accessible to administrators when drilling into a user’s training plan.
Other new reports
We also added a few new reports that might come in handy. Much of this information is available through the user interface too but it’s useful to be able to generate a report and be able to export the data to different formats.
The new reports are:
- Clients List: Available to master administrators, this lists all clients and the number of users for each.
- Users List: Lists all users. When exported to CSV or XML, all user fields are included. This is good way to get a CSV file to use to import back into the system.
- Activities List: Lists all activities, can be filtered by tag.
We hope you enjoy the changes. To see everything that’s new, see the release notes for Version 2.10.
Posted February 4, 2009 by Stefan Leyhane
We released Version 2.9 of our LMS yesterday. The elusive 3.0 release is not far away but we wanted to get out some of the improvements we’ve made.
Importing users much improved
new import users wizard
One major change in this release is with the process of importing users. We’ve turned it into a three-step wizard, giving much more control and feedback over the changes that will be made. Most CSV files are generated from Microsoft Excel and we’ve tried to deal with some of the inconsistencies with the way that it sometimes saves data.
Improvements with the new process:
- allows any column headings in the CSV file, try to match to fields in the system
- full control on the field matching, ability to ignore columns
- much better error reporting, ability to download error file
- ability to download file with the passwords generated for new users
- control over whether the data of existing users is updated or not
- ability to see the number of changes before confirming the operation
Other improvements
Other notable enhancements in this release include:
- Changed ordering of training plans to give greater importance to assignments. Activities from the same assignment are now grouped together and are listed in the order that they were added to the assignment.
- Enhancements to Web Services API
- Resolved error loading content generated using Articulate Studio ‘09
To see all the changes, see the release notes for Version 2.9. Enjoy.
Posted November 13, 2008 by Stefan Leyhane
We released Version 2.8 of our LMS last night. We’ve been hard on work on some more major changes that will be coming in the next release, but we thought it was time to get out some of the improvements we’ve made.
Improved assignments
improved assignment wizard
The major change in this release relates to the handling of assignments. We’ve restricted the list of assignments to only those that affects users within your scope. Some of our clients have hundreds of locations and thousands of assignments. In the past, local administrators could see all assignments within their organization but only edit those that included their users. Now, their view has been simplified greatly.
We also improved on the creation and editing of assignments:
- user no longer needs to page through all pages in the wizard when editing an assignment
- better handling of long content/users lists in summaries
- indicate assignments that are automatically created by the system
Other improvements
Other notable enhancements in this release include:
- Allowing local administrators ability to manage list of participants within their scope for content and view content details
- Improved immediate question feedback support in our assessment engine
- Support for payment information when editing a user’s membership details
- HTTP AICC/CMI Protocol: increase flexibility to provide support for more external LMSs
- Web Services API improvements
You can read the release notes for Version 2.8. Enjoy.
Posted April 23, 2008 by Stefan Leyhane
We released Version 2.7 of our LMS tonight. It’s been four months between releases, which is longer than usual for us, however this release is jam-packed with improvements, new features and fixes. We feel it is worth the wait!
Better student view
improved training plan
We’ve made big changes to the student’s view of the top level of their training plan. We’ve separated active items from completed activities and now present a simpler, better prioritized presentation.
The changes will be especially appreciated by your students who have very large training plans. While most students from our clients have relatively focused training plans, we do have some organizations who assign large portions of their content libraries at some students. The new presentation significantly speeds up the display of the training plan for these students and makes it easier for them to find specific activities:
- students can now search for activities and their plan gets filtered as they type
- plans are presented in pages (typically 10 activities per page)
Faster searching
We significantly improved the performance of searching throughout the system. Many people love how simple and consistent searching is in our system. At times, however, searching could be slow if dealing with large data sets — thousands of people or activities.
That is now fixed. We spent a lot of time optimizing things so that search is snappy and filters the data as you type, even when dealing with lots of data. We’ve also added feedback to indicate that search is working in the cases when it takes longer than half a second to return.
More good stuff
Other notable new features in this release include:
- Bulk deletion of activities and events
- Reports can now be targeted at a single organization or a specific role within an organization
- Better handling of SCORM 1.2 content, both when loading and for status roll-up
- Ability for an administrator to specify the resource navigation to display (useful especially for SCORM 1.2 content that does not embed exit navigation)
- Activity Detail Report which improves upon and replaces the old Group Activity Report
You can read the release notes for Version 2.7. We hope you enjoy the improvements made.
Posted December 22, 2007 by Stefan Leyhane
We released Version 2.6 of our LMS tonight. This release includes a number of enhancements to the Response Analysis Report, allows Local Administrators to edit participant data within their scope, and allows training results data to be retrieved using our Web Services API.
Read the release notes for Version 2.6.
Posted December 6, 2007 by Stefan Leyhane
We released Version 2.5 of our LMS tonight. This release adds multilingual support to our assessment engine and includes a few bug fixes.
Read the release notes for Version 2.5.
Posted September 12, 2007 by Stefan Leyhane
We released Version 2.4 of our LMS today. This release is mainly to upgrade the infrastructure of our application. For those technically minded, we’re now running on ASP.NET 2.0 and SQL Server 2005 Reporting Services. This upgrade should resolve most of the rendering and export issues that some people were experiencing with reports.
Read the release notes for Version 2.4.
Posted June 29, 2007 by Stefan Leyhane
We released Version 2.3 of our LMS early this morning. This release features many content management enhancements including support for tagging activities and for performing bulk operations against a group of activities. We also added a new Historical Login Report and improved on the existing Response Analysis Report.
Read the release notes for Version 2.3 and Version 2.3.1.