Drag and Drop not fully functional after restructuring
I'm not using wordpress or drupal, just my plain website (being developed in laravel).
I placed the h5p under public_html, and the drag-and-drop demo under practice (see screenshot).
For drag-and-drop I extracted the common folder into a source folder, and placed the variant code outside so I can have several practices. (see screenshot).
inside the practice (ba-vowels), h5p.json I changed the path of mainLibrary and machineName to point to source folder:
"mainLibrary": "../source/H5P.DragQuestion"
"machineName": "../source/H5P.Image"
etc.
I attached a screenshot of the landing page code.
The drag-and-drop practice doesn't show.
Did I screw up somewhere?
Thanks
falcon
Tue, 01/19/2016 - 21:38
Permalink
Well, you kind of isn't