Limiting test attempts after exam is passed
February 13, 2013 12:00 AM
How do I make it so that once a user has passed the test and been issued a certificate that they cannot re-attempt the test?
Thanks
Discussion (3)
@jcsmith 48012 wrote:
How do I make it so that once a user has passed the test and been issued a certificate that they cannot re-attempt the test?
Thanks
You can set a variable to "1" in your title when the test is complete, and then put an action at the test level that checks to see if that variable has been set to "1", and if so, exit the test.
And if you set that variable to be retained, the user will not be able to go back to the test even after they exit and come back.
But will that only allow them to attempt the test only once? I want them to be able to attempt it until they pass, but once passed, that they cannot attempt it again.
thanks
You can put the action to change it to one in Mastered page. Then it will change value only if someone passes the quiz. Good idea, never thought of doing it that way.
Discussions have been disabled for this post