By eternal - 9/29/2015
Hello. I have survey questions on the slide, but to move onto the next slide, respondents are to hit the "finish" button. However, for some respondents the "finish" button disappears, once they are on the page. Any suggestions?
|
By Dave - 9/29/2015
That's likely because you have elements on the page that are overlapping with the finish button. This will only be evident on systems running at a different, (perhaps much) lower screen resolution than yours. Make sure to
(1) Express any positions and sizes in the script in percentages. That includes any font sizes in your various /fontstyle, /responsefontstyle, etc. attributes.
(2) Test your script at different resolutions by running it on a number of different systems at your disposal and/or utilizing the /windowsize attribute in the <defaults> element to simulate a lower resolution and screen ratio.
|
|