Dear Inquisit Community,
I've already looked if I could find similar posts, but I still can't solve my problem: I programmed a survey with 60 questions (radiobuttons). I would like the questions to be numbered. I know how this works (/ showquestionnumbers = true), however I have a surveypage in the beginning with two questions about gender and age (no need to show questionnumbers here). Because of this, my 60-item questionnaire will now start with question #3.
How can I change this, that the two demogaphical questions don't count and my questionnaire starts with #1?Thanks for your help!!
Turn off the automatic question numbering and insert numbers manually in the respective /caption elements.
Alternatively put the 1st page in a separate <survey> and run the (now) two <survey> elements in sequence via the <expt> element.
Oh, that was easy :) Thanks so much!