Summary Check List
December 23, 2008 12:00 AM
I can't say how the Lectora staff did this, but I have my own method that I can share.I create several instances of an image of a check box and position them just next to the text. They are all initially not visible. I create an action on the page that says:On Show, Show image(x), Condition If x = 1Hint: I usually create one action for each image check box and then place those actions in an action group. In that case, I create an action of On Show, Run Action Group. The conditions are all kept in the individual actions.Naturally, x needs to be set to 1. For each variable x that I create (usually called blnSection1Visited or something like that), I place an action on the last page of the section. That action is:On Show, Modify Variable, Target: x, Value: 1The initial value should be 0.The end result is that when the checklist first displays, the check boxes stay hidden. As the learner goes through each section, the variables start flipping to 1. Then every time the checklist comes up, the check boxes become visible.Hope that makes sense, I kind of had to blow through this explanation.Kevin
Discussions have been disabled for this post