Forum Discussion
Best Practices for display in LearnDash
If you don't need reporting then learndash on its own should work
- KellyBarnes-7a85 years agoCommunity Member
How do you add it in Phil? I cant seem to find anything instructional anywhere.
- nsssaurabh5 years agoCommunity Member
Hi,
If you do not need any reporting then you can export your package as HTML5, and upload it on your hosting. Put it in a folder something called "My-Rise-Courses". Now extract your package in this folder.In the extracted folder, look for a file called index.html, now you need to create a URL to this file starting from your domain and all the folders in between.
It will look something like this: https://example.com/My-Rise-Courses/course-1/index.htmlNow you have everything to play your content in the LearnDash LMS. Add HTML block in your lesson editor and add code like this:
<iframe src="https://example.com/My-Rise-Courses/course-1/index.html" title="description">
It will play your content in the LearnDash LMS or any other WordPress post or page. Here is another thread related to LearnDash LMS: https://community.articulate.com/discussions/articulate-storyline/articulate-storyline-360-and-learndashLearndash LMS does not support/integrates with Rise and Storyline, nor supports xAPI and SCORM standards out of the box. Also does not provide any upload options for HTML5 packages.
You can follow the above process to add your content or use our plugin called GrassBlade xAPI Companion. It gives you tons of features including content management, uploading, and adding to the lesson or quiz.
if you do not need reporting and using html5 package you do not need an LRS, for xAPI and SCORM packages you need an LRS or GrassBlade LRS depending upon your needs.
Regards,
Saurabh
(from GrassBlade)