Picture of Juan Pérez
Html version
by Juan Pérez - Tuesday, 9 August 2016, 12:44 PM
 

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

 

Picture of Matt Leathes
Re: Html version
by Matt Leathes - Tuesday, 9 August 2016, 4:43 PM
 

Do you mean so you can run it from a regular web server rather than from a Learning Management System?

Picture of Juan Pérez
Re: Html version
by Juan Pérez - Tuesday, 9 August 2016, 6:12 PM
 

Yes sir.

You right.

 

Thanks

 

(I am new in adapt Framework, but i like so much, and i wanna  learn)

 

Picture of Matt Leathes
Re: Html version
by Matt Leathes - Wednesday, 10 August 2016, 9:14 AM
 

There's three different ways:

  1. just use index.html as the launch page (instead of index_lms.html)
  2. disable the SCORM tracking extension then rebuild using $ grunt build
  3. completely uninstall the SCORM tracking extension then rebuild using $ 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.