By mongrel - 10/17/2016
Hi there,
I would like to display a picture above a question answered with the radiobutton option (e.g., a survey page with 3 questions, each consisting of: a picture and the question: How do you like the picture above (1 to 7) below..). Is there way to do that without using html?
If there is a description on how to do that in the manual somewhere, I haven't found it... sorry...
Thanks a lot in advance M.
|
By Dave - 10/18/2016
To display an image on a surveypage, you either need to
#1: Define an <image> element and display it via the page's /questions attribute, or #2: Define a <picture> element and display it via the page's /stimulusframes.
#1 is usually the preferable option.
|
|