Tracking page by page views

Greetings!I am hoping that someone out there has already worked out a solution for what I’m trying to achieve. I’ve been tasked with building a series of course templates that will be used be designers with varying levels of technical ability. What I’m looking for to see anyone has come up with a simple to use way of dynamically tracking the completion of each content page within a course, i.e. limited manipulation of variables and such. The courses are going to be AICC published. I’ve build several attempts and the only one that seems to be really solid is to one where I add actions at the Chapter level that add and incremental value to a variable; 0_1_2_3… then to run a title Action that checks to see if the variable contains each of the strings. The level of work is Ok, from the user’s part, at the Chapter level. But setting and checking the conditions is a real a bit of a pain. And since this need to be able to be used for compliance related training, we can’t just check the first and last pages.I played around with building an array in JavaScript, but I thought that the odds of it getting ‘misused’ were a bit too high (and I really don’t want add extra QA time to the process). So if you’ve done anything like this, please share.Thanks,Scott

Discussions have been disabled for this post