HOME ➔ SUPPORT ➔ Community ➔ General CourseLab issues ... Test - problems adding up scores
Test - problems adding up scores
  View type:
Hi
I was wondering if anyone knows if it is possible to add up the questions through out the programme slides or do they have to be in a consecutive group on frames?
I am trying to develop a test on my first module which will add up the results to questions dispersed throughout the e-learning slides. what I am finding is that the {{myscore}} section is not adding up the previous slides results. I have set the question variables to the whole module.
Does anyone have any thoughts as to why it's not working?
Cheers
Amanda
 
If you've set up a variable of your own then the question won't pass the result to it, it will automatically pass it to the modules score variable though.
You will need to add an action to the question that passes the score to your variable.
something like
If xxxx = x
then your variable = variable +1
You just need it to add to your running total on sucsess, fails can be ignored.
Subject:
Message options
No additional options