Anyone know how to track user progress in an HTML menu? (Captivate 3)
I've been trying to figure out how to do this for a few days, but I thought I would ask to make sure that I am not attempting to reinvent the wheel...
I have many individual Captivate 3 modules (final total will be around 50). These will be organized into an HTML menu that serves as a TOC. What I would like to do is include a graphic next to each module link in the menu (say, a circle, for example) that turns into a check graphic once the user passes the test for that module. This will allow users to keep track of which tutorials they've completed.
I see that Captivate 3 offers the ability to launch a JavaScript when a certain score is achieved on a quiz. I would like to somehow use that trigger to change the graphic in the HTML menu next to the corresponding menu item. Is this possible? I thought perhaps it might be done with a cookie. There are gaps in what I know about JavaScript, however, so I can't quite picture the flow of events.
We're trying to make this work so that the tutorials can run from a CD or a Web server. I do not have access to the hosting server, and I am finding this somewhat limiting, since you'd normally do this with a session id. There is also no LMS, and the progress information is for the users' benefit alone.
Any ideas? Or is this impossible?