Forum Discussion
Re-taking a course with multiple quizzes
So you "created an Attempts variable and put it as the first trigger on the "Re-take course" button but it keeps allowing unlimited attempts." Did you also put a trigger based on the value of the Attempts variable once it hits a certain threshold?
So the first trigger sets the Attempts variable to a value of '1' by adding '1' to its present value. If the trigger is encountered a second time, that would also add '1' - therefore it would have a value >/2.
Now you need a second trigger that redirects the user or ends the course attempts based on that higher value: (advance to [whatever slide] if Attempts is >/2). So the user won't get more than one additional attempt.
You have the trigger in the correct place (the Re-Take course button) but now you need to tell that button where to take the learner when he or she clicks it. And you may need a layer to help, too.
Make sense?