In my questionnaire, I need to preview a page for 3 seconds and then proceed to the next page automatically.
I tried to use function caseTime() to measure 3 seconds on that page and goToPage to automatically switch to the next one, but it didn't work. Some suggestions?