Millisecond Forums

Display image as radiobutton response option

https://forums.millisecond.com/Topic19103.aspx

By fflade - 5/17/2016

Hi,

I find myself bothered by a rather humble problem: I want to have pictures instead of text as response options in a radiobutton question. I managed to display image elements on the surveypage, but they do not match to the radiobuttons and are not connected to them in any way, which is neither elegant nor practical. Thank you very much for your help!

Best,
Felicitas



By Dave - 5/17/2016

It is not possible to define images as response options in <radiobuttons>. Depending on your needs, you can either use standard <trial> elements with <picture>s defined as responses (see e.g. http://www.millisecond.com/download/library/v2/CustomLikert/customlikert.zip ) or build something along the lines of https://www.millisecond.com/download/library/v3/selectitems/selectitems.zip
By fflade - 5/17/2016

I chose the second option as it fits better with my existing script, and it works just fine :)
But how do I restrict the anwers to a single checkbox (single choice)? If necessary, something like "Enable continue button only if a single box is checked on this page" would work, too. Thank you so much!