Skip to main content
Participating Frequently
July 18, 2013
Question

Need to give feedback for wrong answers in a simulation assessment.

  • July 18, 2013
  • 1 reply
  • 656 views

I have created several simulation assessments.  When reviewing the quiz, I want to be able to give feedback for the wrong answers that the user clicked on or typed in information.  How do I do that?

    This topic has been closed for replies.

    1 reply

    Lilybiri
    Legend
    July 18, 2013

    Simulation assessments: this means that user has to click on click boxes and/or to enter data in TEB's? There is no real review for that kind of scored interactions I think. But there is a system variable cpQuizInfoLastSlidePointScored. If my memory is correct, that sys var is populated also after a scored interaction since 5.5. Have not checked it on CP7 yet. I could think of a way to use that sys var after each slide with a scored object to store pass/fail for that object in a user variable. That user variable could then be used during review to show a previously hidden text container with the feedback message during review. Lot of work, advanced actions, variables. Which version are you on? And did you already use advanced actions?

    kkirkaldyAuthor
    Participating Frequently
    July 18, 2013

    I'm on 6 and I did think of advanced actions but didn't know the name of the variable to use.  Wasn't sure if I had to look for a variable for each slide of if there was something like what you describe that captures for all.  I was hoping there was a setting that would allow you to do this but I guess not.  I will play around with the advanced actions and see how much work it is.

    Thank you.