Hi All,

I am new to this forum. I am using Drupal Quiz module. I want to create different level of quiz like 'Simple', 'Advanced' and 'Expert'. These 3 levels will have there own set of questions.
I didn't get any such option or futher plugins for the same.
Can any one help me in this ?

Thanks in advance!
Asha

Comments

webchick’s picture

Project: Drupal core » Quiz
Version: 7.0 » 7.x-5.x-dev
Component: node.module » Code - Quiz core
Category: task » support

Moving to the proper queue.

ezraw’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

Maybe with a multi-page quiz?

  1. Enable quiz_page module.
  2. Add 3 quiz pages to the question back. Name them simple, advanced and expert.
  3. Add the pages to the quiz.
  4. Under manage questions arrange the questions under the pages. You will need to indent the questions to put them in the page. You may want to use quiz directions to let the user know the level of each page

That would be very basic, so not sure it's what you are looking for. If that's not robust enough and you need some logic, such as a prerequisite or requiring a passing grade to move on, I'd suggesting using a helper module such as Course, which would allow you to put together a curriculum based on level of expertise.