Forum Discussion

RussellCorrie-c's avatar
RussellCorrie-c
Community Member
10 years ago

How to show number of correct/incorrect answers on Results Slide

I am creating a course that has 10 quiz questions.  On the results slide, instead of showing a final score, I would like to tell the user that they answered X/10 scenarios either correctly or incorrectly.  I still want the score to report back to our LMS; however, the user just needs to know how many they got right or wrong.

Essentially the results slide would say something like:

Congratulations!  You answered 9/10 question correctly!

Sorry!  You only answered 3/10 correctly.  Please try again.

I think this needs to be done using variables but I'm not entirely sure.  Any help would be appreciated.

Thanks!

26 Replies

  • Great question, Philip.

    No, they wouldn't be able to go back and change their answers. This is because they are submitting their answers one-by-one using the Submit button.

    Hopefully the community can share other ideas that'll work for you!

  • Thanks Alyssa,
    Good to know. We'll have to evaluate if that might work for us then.
    Is there a simple Java script that can be copied and pasted in somewhere that might be able to do this?

  • suzannemeyer's avatar
    suzannemeyer
    Community Member

    Hi Jumping into this discussion.  I am doing something similar.  I created a number variable called 'score' and on each quiz slide when the user answers the question correctly added a trigger: Adjust variable 'score' add 1 when you clicks submit button on condition that radio button x is selected.  On the result slide I set up correct/incorrect statements and inserted the reference

    You answered %score%/10 correctly.  Does anyone know how to handle a hotspot question?  

    This is giving me trouble since there is no radio button or shape I can see to select.

    Thanks!!

  • Hi Suzanne,

    Thanks for sharing what you have done here.

    What we ended up doing is creating a results slide per each subject matter. Each results slide has its own set of variables and lets you click which questions are associated with that results slide. The variable are inserted on the main results slide as reference variables so we can show the individual subject matter breakdowns on the main results slide.

    The main thing here is to make sure you have triggers to submit each individual results slide before the trigger that submits the main results slide. The main results slide creates a composite score using the results from each subject matter. Also, if you build in any overall exam reset, you will need triggers to reset all of the subject results slides before the trigger that resets the main results slide.

  • SianMiller's avatar
    SianMiller
    Community Member

    I am just trying to get a simple score to show x/5 without pass or fail result. I have set up variable  'score' and on the correct continue tab - add value 1 to Score when user clicks 'continue' - because there is no option for 'submit' and have added You Answered %score/5% on the results page. Can you spot what I am doing wrong  please. Admit late on a Friday - was really hoping to get course out for review this evening!

    • LaurenDuvall's avatar
      LaurenDuvall
      Staff

      Hi Sian!

      Since this is specific to the setup of your course, it would be helpful to see the .story file. You can either attach it to this discussion for the community to take a look at or upload the file to our Support Engineers using this secure upload link.

  • SianMiller's avatar
    SianMiller
    Community Member

    Him, thanks for coming back - I have just put together a really quick version of the quiz I want to do with irrelevant questions - all I want to show on results slide is; 

    Your Score: X out of 5 

    I am uploading now to secure link,.

     

    Sian

     

     

  • SianMiller's avatar
    SianMiller
    Community Member

    Yes, thank you all sorted and the results page is now exactly what I wanted. Cleo is my eLearning heroine of the week!

  • SamanthaBerg's avatar
    SamanthaBerg
    Community Member

    Hi, would this work for having 3 result slides? I have 3 separate quizzes in my course and have a result slide at the end of each.  I created 3 different variables for each quiz and only the first one works. Any thoughts?

  • Hi, Michael.

    Since this is an older discussion, Wendy might not be subscribed, but you're welcome to contact them directly through their profile by clicking on their name and selecting Contact Me

    From what I understand, Wendy's statement means that on your Results slide, you should add a textbox with the reference to the variable you created. For example:

    • You answered %score% questions correctly out of 20. 

    I hope this helps!