Hi all,
For an image validation study I would like to show one image per page with four questions displayed underneath the image. I would like to put the image and questions in such a way that the image is always seen (even if scrolling is necessary).
I can think of two ways of achieving this:
1) Trying to fit everything on one screen so that no scrolling is needed. This would be ideal, but as I have different question types the questions aren’t very concisely displayed. The first three questions are arrays but with different answering scales (all 7-point Likert scales, but with different descriptions), and as far as I know this makes it necessary to make them into different questions, which takes a lot of space. The last question is an optional open question. So my questions are: is it possible to put the three questions into one question (with different scales)? OR/AND: is it possible to make the space between the questions and the overall layout more concise?
2) Trying to make the image ‘sticky’. So the image is put in a comparison type of question at the moment, and I used a little code to make the image sticky in a way that if I scroll down the image scrolls down also and thus always stays on the screen. I wouldn’t mind this solution, but at the moment this isn’t very well executed by me: for some reason the image doesn’t start on the top in the center but on the left in the middle (already overlaying the question part). I would like for it to be displayed on top in the center and to only scroll down when I scroll down the whole screen to reach the questions not directly visible (consequently overlaying the first questions probably already filled in). My question here is: is there a way to make my little code work better (I copied the code underneath this question).
Attached: an screenshot of how it now looks like. To take this screenshot I zoomed out the screen to 80% so everything fit, and in this way the image actually doesn't overlap the questions, but is still not displayed on the top center.
Thanks in advance,
D
Code:
<style type="text/css">.center {
display: 0;
margin-left: top;
margin-right: top;
width: 500px;
position: fixed;
bottom: 100px;
left: 100px;
z-index: 999;
}
</style>
<img alt="" class="center" src="/limesurvey315/upload/surveys/674355/images/Cross_Neg-1.png" />