Passing the score from each question in the url | Community
Skip to main content
Answered

Passing the score from each question in the url


Hello,

I have a quiz and I am looking, in the URL redirect of the endings page to pass the individual score in addition to the answer. So as an example

 

  1. Question 1 - Who is your favorite
    1. Answer 1 - Adam (3 Points)
    2. Anser 2 - Terry (1 Point)
  2. Question 2 - What is a good car
    1. Answer 1 - Jeep (3 Points)
    2. Answer 2 - Mustang (2 Points)

If I select Adam and Mustang can I in the URL parameter pass the answer (adam,jeep) as well as the individiual score to the questions rather than the overall (3,3)

 

 

 

Best answer by Liz

Hi @AdamMktgTy Happy Friday! You can add the score and the answers to the redirect URL like below. 

If you want to add a score from each question individually, you would need to create a variable for that specific question and then recall that variable in the URL. 

I hope this helps! Let me know if you have any trouble setting this up. 

View original

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • August 27, 2021

Hi @AdamMktgTy Happy Friday! You can add the score and the answers to the redirect URL like below. 

If you want to add a score from each question individually, you would need to create a variable for that specific question and then recall that variable in the URL. 

I hope this helps! Let me know if you have any trouble setting this up. 


Gabi Amaral
Ex–Typefomer
Forum|alt.badge.img+5

Hi @AdamMktgTy! Happy to have you here. :hugging:

Have you tried the solution my friend @Liz suggested above? How did it go? 


Reply