Specific way of testing results calculating

Nov 02, 2019

Dear colleagues! Please give me your advice on the following task. I have 2 separate tests in my course with separate result slides. The course has Total Result slide which collects scores from 1-st and 2-nd result slides.

My client asks me to calculate total results as average percentage of 1-st and 2-nd test results. Example: 1-st test 50%; 2-nd test 25%. Total result = (50+25)/2=37,5%

Thanks in advance!     

1 Reply
Jesse Abad

Hi Serge,

Here's is what I would do to achieve this.

1. Create a variable to hold the Total Percentage Score, type is number, value is 0.
2. Create a trigger on the slide where you want to show this, with the parameters like so:

  • Set totalPercentageScore to variale Results1.ScorePercent
        When the timeline starts on this slide
  • Add variable Results2.ScorePercent to averageScore
       When the timeline starts on this slide

3. Show the variable on a textbox.

Let me know if this helps thanks!

 

This discussion is closed. You can start a new discussion or contact Articulate Support.