adlnet-archive / scorm4unity

The Unity-SCORM Integration Toolkit is a demonstration of how content developers can use a game engine to create SCORM-Conformant content.
34 stars 17 forks source link

The div with id="console" is missing #10

Open ejrcavenago opened 10 years ago

ejrcavenago commented 10 years ago

Hi, I've seen that the scorm.js file try to reach an element with id="console" in the html file. In the previous version of the plugin this element was a simple div before the footer, but now is missing and the scorm.js script doesn't complete its execution.

It is simply necessary to add again the

somewhere in the index.html template.

Thank you