Does this exist?

jbryant30

Regular Member
Joined
Jun 20, 2008
Messages
240
Reaction score
193
Does anyone know of a survey script that allows you to use images as answer choices?

Thanks,


jbryant30
 
I've never seen one. try Rent-a-Coder, and have one made:)
 
not sure how much of a coder you are but you could use this script here...

Code:
http://davidbrett.uniss.it/phonology/99transcriptions/Untitled-3.htm

1) you would need to change the dropdown boxes to radio buttons

2) you would need to wrap the radio buttons in a label tag so as you could link your image to it

3) you would need to wrap the image in a div tag and style it so it positions the image over the radio button as follows:

Code:
<label>
<input type="radio" name="radiobutton" value="radiobutton">
<div class="radioimg">
<img src="image.jpg" />
</div>
</label>

HTH - sorry ive only just got out of bed but theoretically that should work with a little tweaking...
 
I found one guys. Thanks for you help tho. The software I found is called Question Pro.
 
No. sorry. It is web based and run on their servers (QuestionPro.com) You can create a free account or a paid one with more features.
 
Back
Top