Solved
Custom design Discrete choice experiment on Qualtrics
Hello,
I am Giang Pham (Annie), a PhD student at RMIT Melbourne.
I am designing choice experiment (i.e. conjoint Analysis) in Qualtrics based on a template provided online by Kyle A. Dropp. (http://kyledropp.weebly.com/conjoint.html)
I have followed their instructions but in my experiment I want to add images which allow participants to visualize the levels of each attribute.
However, once I insert images to the given table (which is coded by html code), all of the information on participants’ choices disappears from the data file.
Could anyone please help me solve this problem? If it helps, I could provide an example of the problem using Team Viewer.
Best answer by TomG
Edit your html to add the images (don't use Qualtrics insert image). For example:
```
<tr>
<td id="att1__1">Row label text</td>
<td id="a1__1"><img src="_insert_image_url_" alt="_insert_image_description_"><br>Text below image</td>
<td id="b1__1"><img src="_insert_image_url_" alt="_insert_image_description_"><br>Text below image</td>
<td id="c1__1">0</td>
</tr>
```
You may need a style attribute on your images to size them correctly if they aren't already.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

!
!
!
!
!
!