now the question started to repeat themselves at the end of the survey
As you're using a page order, the most likely cause of the problem is breaking that page order.
Do you use any other PHP code in your questionnaire?Please note that the following functions will break a page order and define a new one:
setNextPage()
, setPageOrder()
, loopPage()
and loopToPage()
To track down the issue, please use the debug mode, run the questionnaire. In the debug information you'll see information about the page order. Check if the information is correct and at what point it is not correct any more.
Alte make sure that the page ID posttest
exists and is located where the questionnaire shall resume after completing the page order.