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.