Group: Administrators
Posts: 13K,
Visits: 108K
|
I cannot seem to reproduce this either. What I would recommend doing -- just in case -- is
(1) adding
/ canvasposition = (50%,50%)
to the script's <defaults> element and
(2) using the <survey> element's /backbuttonposition and /nextbuttonposition attributes to move the navigation buttons further to the bottom of the page. Particularly in the BDI they may partly overlap with a question's options otherwise.
As for the itemspacing in the MWTB, use a dot as decimal separator, not a comma.
<survey MWTB> ... / itemspacing = 4.5% ... </survey>
|