Export H5P exercise preview to standalone HTML file
Hi everybody,
I'm programming a Moodle site, and I'm trying to export some H5P exercises to an SCORM file, but I can´t get it.
As I see, when I preview an exercise it need some php functionality, and as a SCORM is completly an offline stuff, it must have all that it need to run inside itshelf. My goal is to get an html file which contains texts and H5Ps exercises but without any server behind it. The student will use this H5p exercise as if it would be in a php server.