Millisecond Forums

Problems with question numbers in survey

https://forums.millisecond.com/Topic10415.aspx

By Verena3711 - 5/8/2013

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!!

By Dave - 5/8/2013

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.

By Verena3711 - 5/9/2013

Oh, that was easy :) Thanks so much!