Forum Discussion
Embed Rise into Moodle
Hi SarahTamula SirmedNottwil ,
We had this problem recently but it can be solved. Here's how:
Publish Rise course, using publish course to web (not SCORM)
Load the course locally, progress to the lesson, then make a note of the long text string after ‘lessons/’ in the browser bar
Upload the .zip file to Moodle
Unzip the File in Moodle
Find index.html and download it.
Add the following script to the index.html file at the end, but before the final </body> :
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', function() {
setTimeout(function() {
window.location.hash = 'lessons/EwM5ewHoR0XirWinfpetc.';
}, 100);
});
</script>
Change the long text string after ' lessons/ ' to reflect your lesson code
Reupload index.html to the location you downloaded it from
Choose 'Overwrite existing file'
Click on index.html and choose ‘Make main file’
Set ‘Appearance’ to ‘Automatic’
Untick all other boxes
I hope that helps.
Phil