Calculation results? | Community
Skip to main content
Answered

Calculation results?


I am looking to create a quiz where people answer questions about how much time they spend each week on various tasks.  I want the quiz to total up the responses so they see the results immediately, is that possible?  

So if they answer, question 1: 4 hours, question 2 6 hours total 10 hours would be visible at the end of the quiz.

Best answer by john.desborough

lol.. create a variable called total_time and use logic rules to add the answers to the variable. ie 

  • always add q1 answer to total_time
  • or if a multiple choice
    • if q1 = a add 4 to total_time
    • if q1 = b add 2 to total_time

then use @recall to display the the total_time variable

 

 

View original

8 replies

  • Navigating the Land
  • 1 reply
  • June 23, 2022

yes  I am interstate


  • Author
  • Explorer
  • 5 replies
  • June 23, 2022

I don’t understand your answer

 


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 15023 replies
  • June 27, 2022

Hi @interimslc Happy Monday! If you haven’t already, I’d suggest taking a look at our article here on scores and calculations to get you started. 

In the meantime, @john.desborough @the conservative tend to be our quiz masters and may be able to help you answer this!

@Shubabrata Do you have an additional question? I’m not quite sure I understand your comment. 


john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5310 replies
  • Answer
  • June 27, 2022

lol.. create a variable called total_time and use logic rules to add the answers to the variable. ie 

  • always add q1 answer to total_time
  • or if a multiple choice
    • if q1 = a add 4 to total_time
    • if q1 = b add 2 to total_time

then use @recall to display the the total_time variable

 

 


the conservative
Forum|alt.badge.img+2

Thank’s @Liz 

@interimslc this should be the best way doing it


  • Author
  • Explorer
  • 5 replies
  • June 29, 2022

@john.desborough I don’t know how to do anything you explained. How do I create a variable Total Time?


john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5310 replies
  • June 29, 2022

@interimslc - take a look at this Typeform Help Centre Video and explanation text (below the video) on how to create and use variables. 

There are a lot of posts and articles available in the Community that you can find if you use the search feature in the banner bar … I know that sounds pedantic but that is how i found out this stuff when i started using Typeform.. 

 

cheers

 

des


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 15023 replies
  • July 1, 2022

Hi @interimslc How are the calculations/variables coming along? Let us know if you need any further help!


Reply