Sorry but it is still not clear how you are doing this. Are you using form checkbox objects or showing hidden objects of a blank box and a box with a checkmark already in it?There is no Action called Show Checkmark. You have to set the value of the variable associated with a checkmark to something other than null (empty).From what you wrote, it looks like that when the learner gets to the end of a lesson, somehow you set a variable to indicate complete. In this case it is _Lesson1Complete.Now, if you are using the checkbox object, it will show checked if the variable associated with it contains anything OTHER than completely blank (empty). So, as Skye is leading to, you need to clear the Initial Value of the variable by going to Tools > Manage Variables and editing your variables.Also, you will need to retain the value of the variables between sessions. While this should be no problem for one or two courses (with several lessons each) you may run into the IE 4K browser cookie limitation if you have lots of courses. I suggest that you start out with as short a variable name as you can live with along with.Hope this helps. If not, respond to my questions and I will try again.benEdited By: bpitman on 2006-1-17 19:12:2