Trouble embedding a Storyline project in Moodle 3.4

May 03, 2018

Has anyone ever had issues embedding a Storyline project in Moodle 3.4?

I know I can upload it as a scorm package, and I've done that. The thing is, I don't need tracking or scoring, so I'd like to just embed the Storyline player into Moodle course page and save the learners a few clicks. That just looks more professional too IMHO.

I've tried using an iframe and an object tag and neither work.

ATTEMPT 1:

<iframe src="http://gregcsnow.com/public_html/articulate_photo_quiz/story_html5.html" width="720" height="540"></iframe>

ATTEMPT 2:

<object width=”720” height=”540”> <param name=”movie”
value=”story.swf” /> <embed width=”720” height=”540”
src=http://gregcsnow.com/articulate_photo_quiz/story.swf />

</object>

I'd prefer to use html5 file since Flash is being phased out. However, maybe Moodle doesn't handle html5 very well. I know it handles swf files though.

Oh, and the link works fine if you enter it directly into a browser, so the course is on the server.

Any ideas?

2 Replies
Dan Marsden

You have a few options... but this is really a "Moodle" question rather than an Articulate question so you might get more help on moodle.org

You could still use scorm and decrease the number of clicks required by setting "student skip content structure" to true in the Moodle scorm settings (login as a student to test this, it does not skip for teachers/admins because that initial page is how teachers get at reports.) - also set force new attempt to "yes" so that students don't end up in review mode on re-entry after a complete attempt.

You could also probably just upload the folder and just link directly to the story.swf instead of embedding in a frame and set it to open in a new window - you could also upload it as an ims content package.

hope that's useful!

This discussion is closed. You can start a new discussion or contact Articulate Support.