Completion status in table of contents
November 19, 2007 12:00 AM
Julie, you can accomplish this by using a series of Actions.As Ben suggested, first determine what determines a chapter being completed. Then set up a variable that acts accordingly. If completion means you reached the last page, set an action on the last page that modifies a variable (such as _Chapter1Done = 1).Now, on the Table of Contents page, have hidden checkmarks next to the appropriate chapters. Name them to match the chapter name (such as Chapter1Check).Now, set an Action to on show of the page, show the Chapter1Check if the _Chapter1Done variable equals 1. Repeat this process for each chapter.This should accomplish what you're trying to do.Jay
Discussions have been disabled for this post