Table of contents
October 26, 2006 12:00 AM
Ok - so if you want to see if the learner touches every page you'd modify a variable for each page. Instead of just a 0/1 value, use the modify variable option. Conceptually what you'd want to do is add 1 for every page the learner touched. And then in the summary page, you'd say if LessonCompleted=7 then show icon. If LessonCompleted is anything other than 7 you know they skipped a page.So using modify contents:On Show Introduction page Lesson1VAR=0On show Introduction Page Lesson1VAR=+1On Show Topic Page 1 Lesson1VAR=+1One Show Topic Page 2 Lesson1VAR=+1 etc.Then on the summary page:If Lesson1VAR=7 then show iconThe next step would be to tell the learner which page they skipped but that's a whole 'nother can of worms.
Discussions have been disabled for this post