Two question on the same screen | XM Community
Solved

Two question on the same screen

  • 9 December 2018
  • 3 replies
  • 99 views

Hi all.

I wish to create a page which on the left side the participant can see a scroll down text (descriptive question) and on the left side, he sees a randomly changing image. is it possible to create such a page with the survey tool?

Thank you,

david
icon

Best answer by SaurabhPujare_Ugam 24 January 2019, 17:21

View original

3 replies

Hello @David1980 ,

Using cutom code in Rich content editor -> "<>" source view we can design such question using HTML, CSS.
Userlevel 5
Badge +6
And you can use Loop & Merge with URLs of your images to get your changing image.
Userlevel 6
Badge +18
Hi @David1980 ,

With addition to above two answers:

Add following code in HTML view of your question and change accordingly

<div style="float:right;width:50%;background-color:blue;overflow:auto;">
<img src="https://edit.co.uk/uploads/2016/12/Image-1-Alternatives-to-stock-photography-Thinkstock.jpg">
</div>
<div style="float:left;width:50%;background-color:red;height: 290px;overflow:scroll;">Text on leftText on leftText o<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
Text on left<br>
</div>

Leave a Reply