By july1810 - 1/8/2015
Hello, the attached experiment mainly consisting of survey page elements looks good, when I run it on my mac. I like to use it as web script, but my pilot sample that did run the web script on windows reports that some of the answers cannot be read and appear to be dislocated (namely BDI: Item 1&2 answer #4; Item 4 answer #3, Item 5 answer #2, item 11 answer # 4, item 16 answer #1 and item 20 answer #3. Further, they report that there is no itemspacing between items of the MWTB. I'm rather lost as I cannot reproduce the problem on my machine. Any ideas? Thank you for your help. Best. Julia
|
By Dave - 1/8/2015
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>
|
|