• I setup a quiz yesterday and i am missing an easy way to do what i want to do

    for example

    question 1
    Is a donkey a bird ?
    [] yes -> goto 1a
    [] no -> goto 2

    question 1a
    No donkey is not a bird it’s a mammal
    [] continue -> goto 2

    question 2
    can a snake swim
    [] yes -> goto 3
    [] no -> goto 2a

    if a user gives the wrong answer it will be redirected to subquestion 1a which is an explanation page, they have one select button with continue and 0 points

    If they answer correctly they get straight to the next question

    however this is a pain to setup which a lot of goto’s , and if then.
    once setup it works as supposed BUT , i cannot use {{questions}} anymore since there are a lot of non question questions ??

    when displaying the score and results pagina there’s a lot of irrelevant info of all the explanation pages

    So the feature would be : create a different page type , questions that are not counted as, or even better , give the option for each answer to display an additional explanation page..

    I do not only want to test in my quiz , but would try to teach and explain why it is the wrong answer …

    i hope you catch my drift on this one ??

    • This topic was modified 7 years, 10 months ago by Moopix.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Bob

    (@prasunsen)

    Thanks. I understand what you mean. It could be complicated, but I’ll see if it can be done.

    Thread Starter Moopix

    (@moopix)

    would it be the easiest way to do so , if you have a checkmark on each question ? .. if you uncheck it, it wouldnt be counted as question, if you default check this field, there is no extra work for people that don’t use it , but it will give you the option to create dummy pages if you need them ..

    By collecting the results you only pickup the questions with the checkmark is true ..

    quick and dirty , but like this it is easy to implement (he says) ??

    anyway , again thanks for the quick response ….

    • This reply was modified 7 years, 10 months ago by Moopix.
    Plugin Author Bob

    (@prasunsen)

    Thanks for your suggestions ?? I need some time to get to this plugin, but will see what can be done.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘feature request : explanation pages’ is closed to new replies.