Group: Administrators
Posts: 13K,
Visits: 104K
|
Based on the screenshot it looks like you have formatted your <surveypage> in such a way that it does not fit on a small, low-resolution screen such as the participant's. Some elements will thus be "invisible", i.e., actually located beyond the screen's physical borders and thus be unreachable via the mouse.
You should rework your script's layout such that it properly adapts to the screen size, i.e., express any and all positions and sizes (including fontsizes) in percentages and make use of the <defaults> element's /canvassize and /canvasaspectratio attributes.
|