Answered

Show user chart representation of their answers

  • 9 January 2024
  • 1 reply
  • 20 views

I am new to Typeform.  I am setting up an 80 item questionaire.  THese answers add up to a score in a specialize program, and I’d like to show each user their own score after the finish the questions.  I know that I can connect google sheets, or looker studio, to create reports for myself that include all answers.  Is it possible to create a chart that tabulates each user’s score when they finish, and show it to them on completion?  THanks!!

icon

Best answer by jeremielp 9 January 2024, 13:28

View original

1 reply

Userlevel 5
Badge +5

You may already have seen this post from @john.desborough
 

 

Using Typeform standard features, you can get the calculation in text format, but not a chart.

An option to try is to use the redirect ending, pass the calculated values you need to build the chart in the URL redirect. Then, on your next page use a tool like QuickChart or Image Charts, which can automatically build graphs based on a few parameters passed dynamically.

For something more sophisticated, an option could be to use the Typeform onSubmit callback option to detect that the form has been completed, then pass the data to a chart builder.
https://www.typeform.com/developers/embed/callbacks/

Reply