Hi
I need a simple quiz for a Drupal 8 project and having used the Drupal 7 Quiz module before I thought I would try this module out to see if it would do what is needed.
However, when I try to install the module, it fails the installation requirement for the "multichoice" module. Can you detail what this module is, and where in the file system it needs to be. I am unable to find such a module for Drupal 8.
Comments
Comment #2
NewZeal commentedMy apologies, must be missing in the documentation. Multichoice is part of the Quiz module. If you have Drush you can install the Drupal 8 version with it. If you don't just put the D7 version in the directory tree and see if that works. I wanted to retain some compatibility with the Quiz module and decided it was best to use the quiz schema. If you don't succeed then I'll consider adding the quiz schema to this module. Let me know how it goes.
Comment #3
donaldp commentedThanks for the prompt reply.
I had assumed that was the case. I have already tried putting the D7 and D8 versions of the quiz module in the same location as other modules but so far with no joy. I try again tomorrow.
Comment #4
rasikap commentedEven I am getting the same error. Can you please help me out here?
Comment #5
donaldp commentedI ended up writing my own simple quiz code using entities so did not use the code here.