Solved
How can I read my default values in my hidden Question in Qualtrics Survey Platform
Hi everyone,
I am trying to develop a survey on Qualtrics Platform.
Is there any way where we can read values default values for my hidden Question.
so that while submitting Survey it will not return Null in Data Recorded Values instead expecting it to return default values.
Best answer by TomG
Add a page break after Q1, then JS for Q2:
```
Qualtrics.SurveyEngine.addOnload(function() {
if("${q://QID1/SelectedChoicesRecode}"!="2") jQuery("#"+this.questionId).hide();
});
```
Note: actual QID and recode value may differ
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
