Show the scoring summary but NOT at the end of survey.
Hi all,
I am designing an experiment where I have different 3 different sets of trivia questions with randomly selected questions. Each participant will answer one set of trivia questions. Once they take the quiz, I ask them other survey questions. I would like to display the scoring summary once they finish the trivia questions but before I ask the other survey questions. How do I go about doing this?
Thank you!
Page 1 / 1
You can pipe the scores into a Text/Graphic question.
Thanks for your reply, TomG!
I think piping is an option but here is where I am stuck. I am selecting questions at random from a pool of questions. Is there a way to get the order in which the questions were asked through piping? I want the questions and scores I display in the summary to be in the same order as was shown.
Thanks for your reply, TomG!
I think piping is an option but here is where I am stuck. I am selecting questions at random from a pool of questions. Is there a way to get the order in which the questions were asked through piping? I want the questions and scores I display in the summary to be in the same order as was shown.
You could save the order of the questions in an embedded data field with JS. Then use JS to reorder the piped scores based on the saved order.
Thanks again, TomG.
I still figuring out things here. How can I save the order of the questions? I can create a embedded data variable. For each question displayed, I want to append the question ID to the variable. But the question is displayed at random through the randomizer. How can I store the question ID of the question selected by the randomizer?
Thanks again, TomG.
I still figuring out things here. How can I save the order of the questions? I can create a embedded data variable. For each question displayed, I want to append the question ID to the variable. But the question is displayed at random through the randomizer. How can I store the question ID of the question selected by the randomizer?
You would add the same JS to each question you want to record: