Skip to main content
Participating Frequently
January 18, 2017
Question

List of quiz questions missed.

  • January 18, 2017
  • 1 reply
  • 422 views

The teacher I am designing for would like a list at the end of the Captive quiz of the question numbers of the questions missed.

The teacher wants to know which questions the class needs review and more explanation to.

I have tried several things but haven't been successful.

What is the best way to get a teacher a list of the question numbers of the questions missed?

This topic has been closed for replies.

1 reply

Lilybiri
Legend
January 18, 2017

What do you mean by 'missed'? Are those the skipped questions or the wrongly answered questions?

This is typical a feature of the LMS if it is about wrongly answered questions. I have been a college professor for many years, and used to screen the results of assessments on the LMS to check which features were not well understood by my students. Captivate is an authoring tool, the feedback given in the course can be very beneficial for the student, but analysis of the results are for the LMS.

Participating Frequently
January 19, 2017

Yes, wrongly answered.


What is the best way to list on the quiz results page the question numbers of the questions wrongly answered?

RodWard
Community Expert
Community Expert
January 19, 2017

This is doable but you need to have a certain level of familiarity with User Variables and Advanced Actions.

You could set up user variables for each of the quiz questions and then use the On Last Attempt event of each quiz question to assign these variables with a value that indicated which question was wrongly answered. Then on your Quiz Results slide you would need to use an Advanced Action to display each user variable whose value indicates its question was answered incorrectly.

An alternate way of doing this is to use a single user variable and use the On Last Attempt events of quiz questions answered incorrectly to append its value with the numbers of the questions answered incorrectly. (For this you would generally use an Expression action that takes the current value of the variable (as a string) and appends the number of the next incorrectly answered question.)