Storyline Deployment

Storyline deployments can have unique properties which are listed here.

IE8+

Deploying to a FiLMS instance may require greater that IE8 for publishing, there is an option in the structure to toggle IE8 comparability mode.

Adding Certificate

Certificates can be added to any part of the course. This is done by creating a new data entry interactive object and a variable to userName. Set the data entry object to change the userName variable, then follow the instructions here:

  • Y:\Storyline Files\_templates\Certificate Tool

Launching Issues

When setting up a course for publishing, do not use the "launch in new window" feature. Using the launch in new window feature will cause the course to redirect and produce errors in how files are linked. This will cause issues with tracking/reporting and the feedback tool.

Hot Fixing

You can hotfix frame elements with the frame.xml file found in the story_content of an export. For example, remove the resources button by re-exporting the course without the resources tab, then swap your frame.xml into the version that needs to be hot-fixed.

Update but maintain FiLMS Enrollment data

UPDATE curriculums

SET structure_id = 12 /* UAT or New structure_id */

WHERE id = 7; /* Original curriculum_id */

UPDATE results

SET learning_object_id = 610 /* UAT or New LO */

WHERE learning_object_id = 609; /* Original or Old LO */

Issues

Found here