My use-case is that I would like to propose a survey to users on my platform everytime theres a new release. The survey would be the same question, but I would be checking if they have/have not completed the survey via the API.
Does this mean everytime I do a new feature release, I would have to create a new survey and then updated my code with the new survey Id?
Hello,
You can add a read-only question with the version number.
It will be saved with survey data and thus you can extract necessary results.
Thanks, Serge
SurveyJS Team