Posted by dardocode on October 5, 2016 at 3:16pm
Hi everyone.
I'm new to drupal and quiz module and need to develop a quiz for a personality test; teh test has the next specifications:
*Every question have 5 answers
*Each answers give some specific points (more than 1).
*The user can only select 1 answer.
*There is not a correct answer.
*I don't want that the users can select more than one answer.
I tried with multiple answers but i have to check the correct checkbox for every answer and that's doesn't what i want.
Any suggestion? Hope be clear about the specification about the test.
Thanks in advanced.
Comments
*Each answers give some specific points.
*Each answers give some specific points (more than 1) different in every answer.
How about a hidden field on
How about a hidden field on the user and rules to fix the points? Then you can use views in combination with something like https://www.drupal.org/project/views_conditional for the answer.
Or hack quiz but that seems a bit over the top :)