Hi,
How i do to get the course, from the adapt framework, to see it in html version?
Like This example:
https://members.scouts.org.uk/ongoinglearning/safety/#m05
Hi,
How i do to get the course, from the adapt framework, to see it in html version?
Like This example:
https://members.scouts.org.uk/ongoinglearning/safety/#m05
Do you mean so you can run it from a regular web server rather than from a Learning Management System?
Yes sir.
You right.
Thanks
(I am new in adapt Framework, but i like so much, and i wanna learn)
There's three different ways:
$ grunt build
$ grunt build
The first method just fools the course into thinking there is an LMS available - so it's still doing all the SCORM tracking in the background but the data goes nowhere. This is best if you have a course that you want to be able to put on the webserver or on an LMS.
The second method turns off SCORM tracking completely - but all the SCORM code and files will still be included in the build.
The third method completely removes all SCORM code and files from the build.