Mark chapter as cmplete with tick?

hi,Have your ticks (images) initially not visible next to each chapter name in the navigation menu and then.......Step 1:set up a variable for each chapter (through the 'manage variables' option in the menu). Name them things like Chapter1_Done; Chapter2_done etc. Give them an initial value of 0. And check the box that 'retains variables between sessions' (this is what will remember the status if they leave the module and come back later.Step 2:On the last page of each chapter have an action that changes the relevant variable to have a value of 1. i.e:On show -> Modify Variable -> Value = 1 -> Set valueStep 3:On the title level set up an action group to check the status of each chapter. i.e in the group have:Action1: Show Tick 1; Condition: VarChapter1_Done=1Action2: Show tick 2; Condition: VarChapter2_Done=1This will get the basics working and then you can make any further tweaks from there if you wish.Hope this helps.Thanks.

Discussions have been disabled for this post