Does this exist?

jbryant30

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

Thanks,


jbryant30
 
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
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features and essential functions on BlackHatWorld and other forums. These functions are unrelated to ads, such as internal links and images. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock