Set responses to null
when they become invisible
#1617
Labels
Feature: improvement
Improvement to existing feature
importance: Should have
Issue that should be included, not needed in MVP
There is a potential problem when a user selects a value that makes another response invisible. If they'd already answered that other question, then their response is preserved, which may effect logic further downstream.
It's possible to include additional logic to check for the original visibility condition in later actions, but this is quite a bit of extra hassle and makes the queries unnecessarily complicated. I think it would be better to automatically set responses to
null
whenever they go invisible. This would prevent many potential bugs.The text was updated successfully, but these errors were encountered: