You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a survey is published by explicitly making a PATCH request to update the published field.
We need a layer of validation to prevent surveys from being published if they have 0 questions or any question with less than 2 choices.
The text was updated successfully, but these errors were encountered:
Currently, a survey is published by explicitly making a PATCH request to update the
published
field.We need a layer of validation to prevent surveys from being published if they have 0 questions or any question with less than 2 choices.
The text was updated successfully, but these errors were encountered: