Creating a conditional sequence of questions

Hello!

I’m designing an on-boarding sequence in which the user will select which budget categories they want input into for their upcoming trip.

The user may select none, some, or all of the categories from which to receive information

I believe the best way to order this sequence is to create a ‘state’ for the parent group, which is a list of the selections the user has made. Since I’m using a checkbox in the first screen, I can only capture boolean values however. Therefore I’m struggling to create a list of ‘budget types’ (for which I’ve created a separate table’.

I’d be grateful for any ideas as to the most efficient way to record and run this sequence!

Oli

Actually, no. Just write the value the user has selected to the database. Also, if you’re confused by this, watch this:

https://vimeo.com/278205539

This topic was automatically closed after 70 days. New replies are no longer allowed.