Forum Discussion
Convert Lectora content to Storyline
Does anyone know if there is an easy way to convert existing Lectora content into Storyline?
- KevinThornSuper Hero
Hi Jan,
While you can import PPT into Lectora, the features and functions are quite different. Triggers in Storyline are similar to Actions in Lectora and both are proprietary coding to each platform.
One major difference is Lectora doesn't have a "player" so much as it has pre-built templates that have all the built-in navigational elements (next button, menu, etc.).
There is no way to "convert" .awt (Lectora) source file to a .story (Storlyine) file. If your Lectora project was first laid out in PPT and then imported into Lectora, you could use that same PPT and import into Storyline. However, any additional functionality you developed in Lectora will have to be rebuilt with similar functionality in Storyline.
Good luck.
- KevinThornSuper Hero
If all 14 of your courses are using the same look/feel you could set up a template using Master Slides in Storyline to ensure consistency. Then if you have the source content of the original courses, you could use those documents and develop some sort of assembly line process with your team.
Unfortunately, with no conversion option you're faced with rebuilds.
- JanMorrisCommunity Member
Thanks, Kevin. I figured it couldn't be done, but we have 14 courses in Lectora that we want to put in Storyline, so it was worth checking!
- MicheleMoore-62Community Member
Hello, I noticed this thread is 10 years old. I was wondering if now we can convert Lectora files to Storyline, or is the answer still no?
Thanks in advance.
Hello Michele,
Thanks for reaching out!
It is still currently not possible to directly import Lectora content into a Storyline 360 project file. If you have the option to convert Lectora content to PowerPoint slides, you can then import these slides into Storyline 360. Here's how:
Hope this helps!
- MicheleMoore-62Community Member
Thank you, Joe. I didn't think there was a way, but I wanted to double-check to be certain.
With gratitude!
- TiffanyLyons-25Community Member
Hello All.
I think I have a question along the same vein. I am being asked to use a certificate created in Lectora and incorporate it into a course designed using Articulate to denote a learner's completion of the course.
Is this action possible at all or would the course creator have to use the certificate function in Articulate to create a course completion certificate?
- NedimCommunity Member
You could probably isolate the certificate page in Lectora and publish it to the web. Then import it as a "Web Object" in Storyline. The tricky part is how to display the current date, as it won't be displayed initially (Lectora uses its own action to do that). I would use this script placed inside the pagexx.html before it is imported into Storyline.
<script>
function getCurrentDate() {
const today = new Date();
const month = today.getMonth() + 1;
const day = today.getDate();
const year = today.getFullYear();
return `${month}/${day}/${year}`;
}
const dateSpan = document.querySelector('.text59Font1'); // text59 will be different in your file
dateSpan.textContent = getCurrentDate();
</script>EDITED: You can actually only reference VAR(CurrentDate) variable in Lectora where the Date text is. No need to add additional script above. And delete "Set Data" action.
- TiffanyLyons-25Community Member
Thank you for the feedback. I am working on this project whereas we would have a universal certificate that can be uploaded to previously created and newly created content without having to build out a certificate for each course.
Respectfully,
[cid:91d42868-5bb1-4776-a487-c965b5221d3c]
Tiffany Denise Allen Lyons | Senior Content & Development Specialist
(O)phone 312.786.3174| (C) phone 312.929.7545
Chicago Housing Authority | 60 E. Van Buren | Chicago, IL 60605
tlyons01@thecha.org | www.thecha.orgNOTICE: This email message, including any attachments, may contain information that is confidential and/or proprietary. If you are not an intended recipient, please be advised that any review, use, reproduction or distribution of this message is prohibited. If you have received this message in error, please completely destroy all electronic and hard copies, and contact the sender at 312.786.3174 or tlyons01@thecha.org.
Like us on Facebook | Follow us on Twitter
NOTICE: This email message, including any attachments, may contain information that is confidential and/or proprietary. If you are not an intended recipient, please be advised that any review, use, reproduction or distribution of this message is prohibited
Hello Tiffany,
I'm glad that Nedim is able to help you out here! Just a quick note that replying via email includes your signature here, so you are welcome to edit the post and remove that information if you wish.