show correct answer in test results only if pass
November 17, 2009 12:00 AM
We had the same question here and was able to come up with a relatively easy solution:
We have a page that users are sent to when they pass the test (and a fail page when they don't).
On the Pass page (which passes the score to the LMS using an onShow action), I simply added some text blocks which I populated with the questions and correct answers - setting them not to be initially visible. Then I added an action to each of them telling them to show the textbox if that particular question was answered incorrectly. (You can do this using the Condition tab of the Action Properties pop up menu.)
Since users cannot navigate to either the Pass or Fail pages, this solution has met our needs.
There is nothing that you can do about folks capturing what is on the screen, however. We have disabled keys, disabled righ-clicking, and even took over the clipboard, but at the end of the day, if they want the information, they can still just write it down... BTW, we do have a timer on the Pass page which moves them to the Exit page within a few seconds, so they do have to copy quick. Good luck - hope this helped you
angiec said:Hello All. I'm a newbie (sort of) and need help in figuring this out: My users want to see the correct answers to the questions they get wrong in their tests, but I never check the "show correct answer" box in the test results choices, because at the end of the test, they can jot down the correct answer, go back and retake the test and get 100%. Can I modify the test results page to show the correct answer only when users gets a passing grade? I'm assuming I'd need to use variables to achieve this, if it can be done? Thanks in advance!
Discussions have been disabled for this post