How to shown a specific question depending on a variable number?
For reference, in some courses, we have a variable named "ClassNumber" which can be a number from 1 to 9.
If the learner is from Class 1, its going to follow path 1; if class 2, then path 2; and it goes on.
It is unpractical since the content is 80% the same, just varying 2 or 3 slides. So, what I did is to group those slides within layers and now thanks to the variable, it's gonna shown the content depending which class they belong to.
The issue comes with the questions, most of the questions are similar, but some has slight difference in wording or references. So what I want is to shown specific question accordingly to the class they belongs.
We can't have different courses for different classes since the way the LMS team sets the LMS demands us to work this way; also the SME or Content provider is the same for all the classes, it's a lot of work.
Is this possible?