Skip to main content
michelleh46005142
Participating Frequently
March 9, 2016
Answered

Show sum of quiz question subset on a results slide

  • March 9, 2016
  • 1 reply
  • 271 views

I want to show the sum of a only portion of quiz question scores on a results slide.

I still want to track and log the scores of all questions (acting like a series of pretests) but only show the score the a portion of those question scores (final quiz) to the user. I've been reading these steps http://blog.lilybiri.com/intermediate-score-slides but I only need one subset. I'm not get from summing the scores to showing the score on the slide.

Any suggestions welcome.. Michelle

    This topic has been closed for replies.
    Correct answer Lilybiri

    Even if you need only one subset, the work flow is pretty similar. I would create a usee variable to store the total score of the questions in that subset. After each question to take into account, you add the value of the system variable cpQuizInfoLastSlidePointsscored to the user variable. At the end of those questions (don't forget the last one) you'll have the total score of that subset in that user variable.

    1 reply

    Lilybiri
    LilybiriCorrect answer
    Legend
    March 9, 2016

    Even if you need only one subset, the work flow is pretty similar. I would create a usee variable to store the total score of the questions in that subset. After each question to take into account, you add the value of the system variable cpQuizInfoLastSlidePointsscored to the user variable. At the end of those questions (don't forget the last one) you'll have the total score of that subset in that user variable.

    michelleh46005142
    Participating Frequently
    March 16, 2016

    Thanks Lilybiri - that's great. I think I was actually overthinking it - I've gone with non scoring survey questions and graded final quiz then edited the quiz results slide so I get an accuracy score without a question count.

    I can see your solution will work perfectly though and will give it a go for practice.