• Resolved topuser66

    (@topuser66)


    Hello,

    I need to set up that the result of quiz will be shown on another page and it will be including making incorrect and correct answers?

    I meann that the quis will be on domena.com/quiz and than when the quiz is finished the persob click on finish bottom and he will be redirect to page domena.com/result where he will see whole quiz with correct and incorrect answers. So I need to set up redirect URL to finish bottom as well how can I do it? It is possible?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Harmonic Design

    (@harmonic_design)

    Hi topuser66,
    sorry for the late reply; I somehow missed the notification on your message.

    Although not built in, it is possible to redirect to a new page when the user finishes a quiz, and it is possible to send some information along with that redirection such as their score, but it would require a LOT of custom coding to get it to also show which answers were right and wrong on that new page as well – to basically duplicate the quiz state and dynamically render it on a whole new page.

    However, looking at your post history, I see you asked for help achieving the following.

    here I would like to set up that form of my email marketing provider will be shown where he has to fill the email and confirm coditions and then on his email will be sent confirmation email double-opt in where he has to click on link and this link will redirect him to the page where he will see his answers and correct answers, mistakes etc.

    Now, if you ignore the double-opt-in from the email, then something like this is a whole of a lot easier! In this case, you don’t actually need to generate a whole new page. What you need is to hide the quiz results until the user has filled in their info. When a user completes the quiz, you can edit HD Quiz to first show your opt-in fields (username, I agree box, etc), and only once they’ve filled those in, will you show the results.

    If however, you still need that redirection from the email, then really the only solution would be to save all quiz results to your site using a unique ID – a unique ID that you would also need to send to your email marketing service (this way you can use that ID to send them their unique URL to their results). Then you’d need to code in a “results” page that generates the quiz results based on the previously generated ID data. So, doable, but will be a lot of work.

    Please let me know if you have any further questions or need more help/advice on how to do any of the above.

    Thread Starter topuser66

    (@topuser66)

    Hello,

    thank you very much for your answer.

    I need double opt-in because GDPR law require it.

    I would like to find some good and easy solution, but I can not find it.

    Do you think it will be possible to set up in your quiz builder this:

    before the user will see results including correct and incorrect answers, it will be possible to use functions of this plugin: OnePress Opt-In Panda (who unlock the page when the use fill in email and also confirm the link in his email – double-opt in) … it is possible to set up this plugin to your builder for example by short code or how … do you think it will be solution of it? Thank you very much for your answer.

    Plugin Author Harmonic Design

    (@harmonic_design)

    Unfortunately, the only way would be to do what I said above.

    If however, you still need that redirection from the email, then really the only solution would be to save all quiz results to your site using a unique ID – a unique ID that you would also need to send to your email marketing service (this way you can use that ID to send them their unique URL to their results). Then you’d need to code in a “results” page that generates the quiz results based on the previously generated ID data. So, doable, but will be a lot of work.

    I wish there was an “easy way”, but you have a unique use case that I cannot nativly support in a free plug-in.

    HDQuiz is very well coded though and easy for developers to edit, so if you have a budget you can hire a developer to custom code this for you. My quoted paragraph will be enough to point then in the correct direction ??

    Thread Starter topuser66

    (@topuser66)

    Thank you very much for your answer.

    I think about two more solution about it:

    First it will be possible to add short code of plugin press panda opt in – one part of short code [emaillocker] at the begin of result page and the socond part of short code [/emaillocker] to the end of result page where the finish the showing of correct and incorrect page. How could be this add it.

    Second, when I set up a time for quiz, it is possible to hide the buttom for chose the result and the result page will be see after the time for quiz will be done. It is possible to set up this?

    Thank you for answers

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Another page for result’ is closed to new replies.