Question
Data Punching in Hidden Variable (Multi response) using "setChoiceValue" function
Q1- I am new to this tool. i am trying to set the data on the dummy variable. I've used carry forward functionality. So the total no of categories displayed should be set in hidden variable. We've used the below code for the same. But the problem is when we test it using back and forwarding the survey it does not work for few cases. We are not sure why this is happening. Please suggest.
code is below -
if (this.getChoiceDisplayed("x1")) { this.setChoiceValue("x1",true) ;}
if (this.getChoiceDisplayed("x2")) { this.setChoiceValue("x2",true) ;}
if (this.getChoiceDisplayed("x3")) { this.setChoiceValue("x3",true) ;}
Q2- Also, is there any way to show the question in read Only mode, so that we can show our hidden question in the survey for testing purpose?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
