Hello,
I am a drupal newbie and need some suggestions from experts.
My Requirements:
I am trying to create a website that has financial quizzes (for ex: Corporate finance, accounting , etc that can be selected from a menu.)
Once a user selects a topic, it should display about 10 multiple choice questions per page. User needs to get immediate feedback on whether he/she has picked the correct answer.
If more than 10 questions, paging should be on.
No need to save user answers.
Research done so far by me:
I have extensively researched Drupal Modules and third party tools like Quiz, Limesurvey, MTouch Quiz in wordpress. I have installed Drupal 7 and tried out the Quiz module. The problem is only one question per page and does not display 10 questions as I need.
Quiz is a great tool and I might end up using it, but do the experts have any suggestions? Thanks for your help.
Comments
You can actually leverage the
You can actually leverage the Webform module to create quizzes and receive feedback and analytics.