I've got a survey where participants have to rate some audio using a slider and answer two radio button questions about each bit. I've previously been using three questions, and using javascript to move the second and third questions onto the same page as the first when presented.
As I can be testing upto 1000 pieces of audio, this means I then end up with 3000 questions!
My slider goes 1-100. Rather than using three questions, is there any way of using javascript to add two toggleable radio buttons (with titles, defaulting to NO) to the first question, and if one is toggled to YES, it adds 100 to the base score from the slider, and if the other is toggled to YES it adds 1000? Then I only have one question/result per audio clip and can easily work out the base score and if any of the buttons were toggled.
I'm using the basic template, Version 2.05+ Build 150520.