Posts made by Joseph Rézeau

Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators

Thanks for fixing the typo in MCQ, Daniel, it's working now.

Yes, of course importing to Drag & Drop is not so easy. To recap the kind of H5P Drag & Drop activities that won't import into Moodle:

  • if there is no background image in the H5P content (maybe you could issue a warning there?)
  • if the H5P content has more than one draggable in a drop zone

I find the latter option very useful in some cases, it's a pity that the Moodle Drag & Drop does not allow for multiple draggables in drop zones. If it did, then the H5P import would work ok.

Drag and drop markers question type would fit the bill, except that markers can only be of text type, not images.

GapFill would do it, but again markers cannot be images.

Plus... as you may know I have developed my own versions of H5P Drag & Drop (and Dialog Cards). See my test site at http://www.rezeau.org/drupal/ I have found it easy to add my library to the list of recognize libraries in your qformat_h5p format.php file...

Average of ratings: Useful (2)
Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators
Here are the results of my tests, conducted using the examples found on the H5P.org site
 
Column : not tested
Quiz (Question Set) - extracts supported subcontent INCLUDING drag & drop & multichoice OK
Single Choice Set - extracts into individual multichoice questions OK
Multichoice Question KO (Cannot read import file (or file is empty)
True/False Question OK
Drag and Drop
     Chessboard Setup import OK but display KO
     Simple matching game (fruit) OK
     Matching game with auto align (flags) KO (no background image)
Fill in the Blank Question OK
Drag the Text (words) Question OK
 
The most surprising bug is with the multichoice question (on its own). Why does it work when MCQ is included in a Question Set, but fails when it's on its own?
Average of ratings: Useful (1)