How can I pass the choice that was selected as a value?

(Alex) #1

I am trying to build a app cost calculator and one question has multiple choices that have the same value:

  1. Social Media app = 10h
  2. Utility app = 5h
  3. VR = 50h
  4. Content app = 10h

I would still need to know which choice has been selected and I couldn’t figure a way to pass it as a value so I can reference it later.

Your help is very much appreciated.
Thanks
Alex

(Sarah Palombo) #2

Hi Alex

I see. it’s good that you can reference the value (10h) when a user chooses ‘Social Media App’ but how can you reference back to the original choice?

You could save this as an attribute that you can reference back to at any point, OR add to a google sheet I suppose,

You couldn’t have two values 10h though I don’t suppose. That would work if the values were individual.

Hope that helps a little?:blush:

Sarah