Hello,
I am trying to use the result of an equation to change the tet of a further question, and to make another further question appear or not.
I have seen the example of the manual :
www.limesurvey.org/manual/Expression_Man...s_in_the_survey_data
The variable in the equation seems to compute correctly, it is displayed at runtime.
AllAnswered = ( ! is_empty(MyArray_SQ1) and ! is_empty(MyArray_SQ2) and ! is_empty(MyArray_SQ3))
But the further questions are not updated...
I have tried many things :
* It is not a NAOK problem, because all is visible (I have tried with NAOK anyway)
* I have tried with the variable affectation {AllAnswered = <myequation>} or without {<myequation>)
* I have tried using the direct boolean output of the equation, or convert it to int 0/1
Right now I am stuck and I feel I am missing something.
Can someone help me ?
Thanks a lot
Alban