By vpillaud - 4/16/2015
Hi, as you'll see in the two pasted screens below, Inquisit displays a little number near by the caption as if this was the first question (screen 1) and does so even when there is no caption at all (screen 2) on each surveypages. I have created a block where each surveypage is loaded as trial of this block (the problem may be related to that). Is there any way to remove this number ? Thanks for any insight, Vincent.
(screen 1)
(screen 2)
|
By Dave - 4/16/2015
You can disable the numbering via the <surveypage> element's /showquestionnumbers and /showpagenumbers attributes.
<surveypage somepage> / showquestionnumbers = false / showpagenumbers = false ... </surveypage>
|
By vpillaud - 4/16/2015
awesome, worked fine, thanks. Also, is there a way to display a scrollbar within a surveypage ? I'm not sure about how the survey is going to be displayed as a function of the screen size and that would be a nice way to deal with this
|
By Dave - 4/16/2015
No, there is no way to have a scrollbar. To accommodate different screen sizes / resolutions, express all sizes and positions in percentages and consider using the <defaults> element's /canvassize, /canvasposition and /canvasaspectratio attributes in addition.
|
By vpillaud - 4/16/2015
fine, thanks a lot. Vincent
|