Saving multiple radio button responses


Author
Message
InquisitJK
InquisitJK
Associate Member (81 reputation)Associate Member (81 reputation)Associate Member (81 reputation)Associate Member (81 reputation)Associate Member (81 reputation)Associate Member (81 reputation)Associate Member (81 reputation)Associate Member (81 reputation)Associate Member (81 reputation)
Group: Forum Members
Posts: 7, Visits: 64
Hi all, 
Is there a way to save all the mouse key clicks or responses participants choose for one question, even though the radio button is set to /required = true and has a correct response element? 

As of right now participants can select any response and then press continue and then the question highlights red if they respond incorrectly, and they can only continue once they answer it correctly. However, in the data file the program only stores the correct response and not the previous wrong responses (if there were any of course).  

Here is the code as of right now:

<surveypage Questions>
/ caption = "Please answer the following questions"
/ questions = [1 = Question1, Question2]
/ responsefontstyle = ("Arial", 2%, false, false, false, false, 5, 0)
/ showpagenumbers = false
/ navigationbuttonfontstyle = ("Arial", 2.5%, false, false, false, false, 5, 1)
/ showbackbutton=false
/ showquestionnumbers = false
</surveypage>

<radiobuttons Question1>
/ caption="Who was the first president of the United States:"
/ options=("George Washington","Abraham Lincoln","Thomas Jefferson")
/ required=true
/ validresponse = ("George Washington","Abraham Lincoln","Thomas Jefferson")
/ correctresponse = ("George Washington")
</radiobuttons>

<radiobuttons Question2>
/ caption="How many states are there?"
/ options=("50", "32", "64")
/ required=true
/ validresponse = ("50, 32, 64")
/ correctresponse = ("50")
</radiobuttons>
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
InquisitJK - 4 Years Ago
Dave - 4 Years Ago
InquisitJK - 4 Years Ago
Dave - 4 Years Ago
                     Awesome!! Thanks!
InquisitJK - 4 Years Ago

Reading This Topic

Explore
Messages
Mentions
Search