Hello,
I would like to know if it is possible to set the relevance status for a question using expressions in a latter question. I would like to hide a question after it has been answered so that the respondent cannot go back and change their answer, we are conducting a choice survey similar to a choose your own adventure book.
Originally I had the following relevance equation for the first question
which worked a bit too well. As soon as I answered the question it was hidden; as it should have been. However, I would like the respondent to have the ability to review their answer before continuing to the next page of questions. I would then like to change the Relevance Status of Q1 to 0 at the start of the next page.
I thought I could include the following code to the first question on the next page
Code:
{if(is_empty(Q1.NAOK), Q1.relevanceStatus=1, Q1.relevanceStatus=0)}
but this seems to have no effect on the relevance status of Q1.
Any help would be greatly appreciated,
Tony