Can the status indicator variables be reset?

I have a client that wants to use status indicators on a fixed menu to show when a course item has been viewed. This is running locally, not in an LMS.


Things work fine, the first time through. But they require multiple review cycles during development and they have noted that each time we republish the title to html, all items are already marked as completed after the first run through.


Can we reset the status indicator variable(s)? If so, how?


Mountaineer

Discussion (3)

The variables are retained in cookies, so if you clear browser cookies, they should reset.

A simple way to prevent the retention of completion status is to un-check the "Retain completion status between sessions" check box in the Title Options.

You can create a reset button and attach an action for each status indicator:


On mouse click

set completion status

Target: (whatever is the target of your status indicator)

Status: Not Started.

Discussions have been disabled for this post