+x Jolly - 10/1/2025Hello!For the survey I'm programming I need to be able to know when participants don't give an answer to a question. Is there a way to log noresponse in the data from a survey?Also, would there be a way to re-display the questions that the participants didn't answer on a new page afterwards?Many thanks!
+x Dave - 10/1/2025+x Jolly - 10/1/2025Hello!For the survey I'm programming I need to be able to know when participants don't give an answer to a question. Is there a way to log noresponse in the data from a survey?Also, would there be a way to re-display the questions that the participants didn't answer on a new page afterwards?Many thanks!> For the survey I'm programming I need to be able to know when participants don't give an answer to a question. Is there a way to log noresponse in the data from a survey?You can set /required=false in the question elements for which you want to make responding optional and the corresponding logged response will be blank* in that case.> Also, would there be a way to re-display the questions that the participants didn't answer on a new page afterwards?No.* The exception: For sliders, the default value (middle of the scale unless specified otherwise per /defaultresponse) will be logged.