• I’m using this quiz to help users to find holidays that fits their needs based on their answers. If the user selects certain answers, the results should return 2 different at the same time. Is there a way to show multiple results if this is the case? Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I would like an option to display all results in order of best match first. Please answer us!

    Can someone let us know how to show multiple results at the end of the quiz?

    In a trivia quiz I’ve solved with a small row of css.

    .wq-results.wq_resultsCtr .wq-result.wq_singleResultWrapper { display: block; }

    All single results are in a “global” div .wq-results.wq_resultsCtr hidden by default and displayed when click on correct answer.
    Every single results has one’s own div .wq-result.wq_singleResultWrapper
    On correct answer a javascript display the global div and only the first answer div. This display only the first answer.

    With this css you display by default all the results div (but they are hidden with the global div), and they appear only when the global div is displayed with javascript.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can a personality quiz return multiple results’ is closed to new replies.