Forum Discussion
HeatherHorner
12 years agoCommunity Member
Passing score required to move on to next section
I am building my first Storyline course. There are 3 sections. The client wants the learner to pass each section quiz before moving on to the next section. I've set a minimum passing score, but can...
MohammedShahruk
4 years agoCommunity Member
Add this Trigger in Result Slide:
Action: Jump to slide
Slide: Next slide(required slide)
When: When the user clicks or swipe
Object: next
Add Condition;
Conditions: If Results.ScorePercent >= variable Results.Passpercent
Example:
Pass percentage is 80%
Score percentage is 80% or above.
Then learner will be able to next slide if above condition failed then learner has to retry quiz.