Forums
Hello,
I have developed a drupal module which displays only H5P Quiz by alter the page with Drupal hook_page_alter().
When I use my module with opigno, the quiz results are not posted in my server db, probably due to the url I use which is different to classic quiz take : "node/%node/take/h5p" instead of "node/%node/take".
I'm using opigno_quiz_app_quiz_take as a callback to print the quiz. How do I get my module to save results from quiz?
Thanks for your time ;)
EdwinH.