Hello Everyone!
Currently making a test for my workplace where dozens of people will be completing the multiple choice with about 30 questions. So far I only could find a feature where I would be able to assign points to the questions and then see the overall score they got, but that would be rough to go over all of them. I was wondering if there is something I could do so I can see exactly which questions were answered correctly/incorrectly?
Thank you for all the help in advance.
Answered
Correct and Incorrect answers on Results page
Best answer by john.desborough
- create a text variable (ie rightwrong1, rightwrong2, etc )for each question, default set to ‘correct’
- in the logic rules for each question, if an incorrect answer is chosen set the rightwrongN variable to incorrect
- if you have notifications set up to email you the results of each submission, you can use the email body to show something like:
- question 1 - @rightwrong1
- question 2 - @rightwrong2
- etc
that way you would have the list of questions and the results by question.
as
just some random thought that might help
des
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.