Hello Drupal Experts:

We are building an eLearning portal that would include an Automatic Quiz builder. When a registered user takes a quiz on this portal, the question set will be built on the fly. The database will contain all the questions, but, each user will be presented a different set that will be generated using an algorithm that we will provide. The questions will be any of the types - multiple-choice, true/false, match question and answer etc.

What is the best way of achieving this? I downloaded the Quiz module only to discover that the set of questions will be static if we prepared a quiz using this module. Is WebForm module the answer? Pls bear in mind, I am new to Drupal.

Thanking you in advance.

Prem

Comments

zeezhao’s picture

Under "Manage Questions" in any quiz under the latest version quiz-5.x-2.0-beta3, I think you can select the random radio button to build a quiz with random questions. Also, there is a "The number of randomly selected questions to assign to this quiz." option.