Course Progress Tracking

Are you intializing the chk_module at the root level to zero or your not-started value? If so, this is resetting that variable when you return to your chapter. Try resetting the initialization of the varialbe to the current variable contents. So the chk_module initial value would be set to VAR(chk_module).This will reset the var to the current value each time instead of zero.

Discussions have been disabled for this post