How can I create The Oatmeal like quizzes (http://theoatmeal.com/quizzes) using Drupal module quiz ?
Posted
by vr3690
on Stack Overflow
See other posts from Stack Overflow
or by vr3690
Published on 2010-06-14T04:00:34Z
Indexed on
2010/06/14
4:12 UTC
Read the original article
Hit count: 253
Hi,
I am trying to create quizzes which are kind of like the ones found here : http://theoatmeal.com/quizzes on my drupal site. I am trying to use drupal's quiz module ( http://drupal.org/project/quiz )
Basically everyone answer, in every question, in a quiz will have some particular weightage. Say answer 1 will have 2 marks, ans two will have 3 marks, answer 3 will have 4 marks.. and so on. Eventually all these get added up and the result is shown according to the final tally of marks.
Can anyone show me the steps as to how to make such quizzes using the quiz module or some other module/method..
© Stack Overflow or respective owner