I'm trying to accomplish three things in my survey:
- Have the survey taker choose from a list of names (their own) - I understand how to do this part!
- Once the user chooses their name, a list of project names are presented for them to choose from that are unique to them.
- After the user chooses their project name, a simple yes or no choice will be presented to them to choose from; perhaps to indicate whether they completed it or not.
I believe I need to use a relevant formula to accomplish #2 but I am not sure how to set up the formula so it's choosing from the previous step NAME. For instance, I can use selected(${NAME}, 'John Doe') but the John Doe name may change depending on the user taking the survey. How would I accommodate this selection?
Thank you for your help!