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 Broken in New Project #756

Open wmcclin opened 2 weeks ago

wmcclin commented 2 weeks ago

I've created a new project (seasketch.org/portugal) and I'm trying to create a survey with skip logic. It's not working. I don't know how to fix it. Chad magically fixed one example by reordering the questions. That trick doesn't seem to work here.

https://github.com/seasketch/next/assets/932832/8a2d7d6b-3c5e-4e20-8e12-fe78cbc16c02

wmcclin commented 2 weeks ago

Correction. It's fixed if I change the condition to "Skip to the Save Screen" when the answer is = "no".

Screenshot 2024-06-26 at 1 09 32 PM
wmcclin commented 2 weeks ago

Ugh. The skip logic LOOKS correct but when taking the survey, if I answer "no" to the questino about whether I'd like to participate in the map review process, the survey still advances to "What is your email address" even though it should advance to the save screen.

wmcclin commented 2 weeks ago

THEN, after all of that, if I change the skip logic to look as it was supposed to look at the very beginning, it magically works.

Screenshot 2024-06-26 at 1 15 26 PM