seasketch / next

A modernization version of the SeaSketch platform, released in 2022.
https://seasketch.org
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Skip Logic is Broken in Barbados OUS #687

Open wmcclin opened 6 months ago

wmcclin commented 6 months ago

I have a multiple choice question: What is your gender? If the user chooses "other" I want to survey to advance to "With which other gender do you identify".

If I try to apply skip logic to the question "What is your gender", I get a message "This form element type does not support conditional logic."

Screenshot 2024-01-10 at 1 32 45 PM
underbluewaters commented 6 months ago

Skip logic doesn't support DemographicChoice questions. You'd need to change it to a plain multiple choice question.

It's technically challenging to support Demographic questions since the outputs are very different for group responses. Would all paths need to be followed? What if each path has a series of questions?