Tracking page by page views
May 17, 2006 12:00 AM
Katherine, That is an excellent solution!!! Wish I had thought of it. It is much simpler than mine. Now that I see yours, I think I can improve on it. This is synergy at work. After you see mine, see if you can make it better.If the learner is restricted to going thru each chapter from beginning to end, then all we really need to keep is the last page visited. Instead of placing the code on each page, place one instance of it at the title level. This will make development much faster. Here is the simplified code.On: ShowAction: Modify variableTarget: chpt_1Value: var(CurrentPageInChapter)Condition: chpt_1 < var(CurrentPageInChapter)Katherine has the rest for the menu.Cheers, ben
Discussions have been disabled for this post