I have four pages that should go to four different groups. For some reason, one page seems to appear twice and it is never the same.
This is the code I entered, based on the instructions on the website.
if (value('NU08') == 1) {
question('NU09');
} elseif (value('NU08') == 2) {
question('NU03');
} elseif (value('NU08') == 3) {
question('NU06');
} elseif (value('NU08') == 4) {
question('NU04');
} else {
}
Also, I am providing the survey in two languages (English and German). Is it possible to embed the language selection within the introduction page, rather than having it be the first window the respondents see?