Posted by bojerm on August 11, 2010 at 1:37am
Hi,
I'm working on a language learning website in Drupal and it looks like the Quiz module is perfect for a lot of the quizzes I want to offer. However, I want to be able to create vocabulary lists and then have users take a quiz for either all or a set number of words.
Functionality
- Create lists of nodes (probably just use nodequeue module)
- Create a quiz that takes the following parameters
- List/Nodequeue to generate questions from
- How many questions to generate from the list (Or check off "All")
- What type(s) of question to use (The question will be able to take a node such as avocabulary node and generate a question)
So it seems like my three options are:
- Take the quiz node type and, even though it is designed to work with a set number of questions, extend it to have the dynamic behavior listed above
- Since the quiz node type is not a good fit for what I want, create another node type called dynamic quiz and have that work as I want with the quiz module
- It's too complicated. Don't use the quiz module and instead write something from scratch
Any advice would be greatly welcome. I am a software developer but JUST got into drupal and have done some PHP projects but not too much.
Thanks,
Jeremie