Group: Forum Members
Posts: 17,
Visits: 78
|
Good afternoon,
I ran a study with the following code. The goal was to present 4 different images to participants randomly.
<image wm1> /items = ("242.jpg") /position = (55%, 10%) /imagesize = (25%, 25%) </image>
<image wm2> /items = ("009.jpg") /position = (55%, 10%) /imagesize = (25%, 25%) </image>
<image bm1> /items = ("227.jpg") /position = (55%, 10%) /imagesize = (25%, 25%) </image>
<image bm2> /items = ("019.jpg") /position = (55%, 10%) /imagesize = (25%, 25%) </image>
<surveypage story> / fontstyle = ("Arial", 2.5%, false, false, false, false, 5, 1) /questions = [1 = story; 2=noreplace(wm1, wm2, bm1, bm2)] /showpagenumbers = false /showquestionnumbers = false / showbackbutton = false </surveypage>
From the collected data, how do I know which of the images participants saw on the survey page? Thank yo
|