jbryant30 Regular Member Joined Jun 20, 2008 Messages 240 Reaction score 193 Dec 14, 2008 #1 Does anyone know of a survey script that allows you to use images as answer choices? Thanks, jbryant30
Does anyone know of a survey script that allows you to use images as answer choices? Thanks, jbryant30
hawke Power Member Joined Nov 14, 2008 Messages 644 Reaction score 536 Dec 14, 2008 #2 I've never seen one. try Rent-a-Coder, and have one made
ukescuba Senior Member Joined Feb 24, 2008 Messages 994 Reaction score 640 Dec 14, 2008 #3 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...
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...
jbryant30 Regular Member Joined Jun 20, 2008 Messages 240 Reaction score 193 Dec 14, 2008 Thread Starter Thread Starter #4 I found one guys. Thanks for you help tho. The software I found is called Question Pro.
kecoaksaru Junior Member Joined Oct 4, 2008 Messages 160 Reaction score 255 Dec 14, 2008 #5 Can you share? Ooops.. hope not too short..
jbryant30 Regular Member Joined Jun 20, 2008 Messages 240 Reaction score 193 Dec 14, 2008 Thread Starter Thread Starter #6 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.
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.