Autoload a Closed Guide

Guided Learning marks a guide as closed if the user manually closed it; normally by clicking on the 'x' at the top right corner of the tip.

To create a pleasant user experience Guided Learning will not autoload a guide that was manually closed by the user. To that end Guided Learning remembers the time that the user closed the guide.

By default, Guided Learning will not allow this guide to autoload before 1 hour has passed.

You can configure this timeout by using the following setting in your embed code:

iridize.stateTimeout = 3600; // in seconds.