> For the complete documentation index, see [llms.txt](https://resources.unizin.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.unizin.org/products/content/unizin-engage/release-notes/2016-08-25-engage-2.17.0-refreshed-offline-experience.md).

# 2.17.0

## Refreshed Offline Experience

| Version      | 2.17.0     |
| ------------ | ---------- |
| Release Date | 2016-08-25 |

## Key Features

### Engage Offline Mode <a href="#id-20160825engage2.17.0refreshedofflineexperience-engageofflinemode" id="id-20160825engage2.17.0refreshedofflineexperience-engageofflinemode"></a>

A new Offline experience is available with this release, which allows users to download text-based materials and read without an internet connection. Offline mode uses existing browser features to switch between online and offline mode without the need to install any applications or browser extensions. See FAQ below for browser support.

{% hint style="info" %}
Note: This will replace the *Courseload For Chrome* extension for Google's Chrome browser that previously enabled offline reading.
{% endhint %}

## Details

### Downloading Materials <a href="#id-20160825engage2.17.0refreshedofflineexperience-downloadingmaterials" id="id-20160825engage2.17.0refreshedofflineexperience-downloadingmaterials"></a>

Downloading materials for offline reading is simple. Use the content menu and toggle on the *Keep on device* option for the material(s) to be made available offline.

<figure><img src="/files/lhJOQF0oKejhie386add" alt="Material Download Button"><figcaption></figcaption></figure>

Content begins to download and an indicator displays showing download progress.

<figure><img src="/files/O6EijdFVTXM7kXS8Y87p" alt="Downloading image with download percentage"><figcaption></figcaption></figure>

Materials fully downloaded and available for offline reading will show with a green checkmark next to the content menu.

<img src="/files/SRvqKFBTQjYzn0l4iM8S" alt="Green check mark for fully downloaded" data-size="original">

Unizin recommends creating a bookmark or favorite to the Unizin Engage application for easy access when offline.

No additional steps are required to allow offline reading.

### Connection Status <a href="#id-20160825engage2.17.0refreshedofflineexperience-connectionstatus" id="id-20160825engage2.17.0refreshedofflineexperience-connectionstatus"></a>

A new connection status indicator is available to the left of the search on the menu bar. Engage verifies your connection status any time an action is performed and updates the indicator as appropriate.

Online: ![Icon for being online](/files/sQXr3U4i9v6cvUQ7hWGo)

Offline: ![Icon for being offline](/files/miM7QraRpKtZ4oIS8S1y)

### Reconnecting and Syncing Notes & Highlights <a href="#id-20160825engage2.17.0refreshedofflineexperience-reconnectingandsyncingnotes-and-highlights" id="id-20160825engage2.17.0refreshedofflineexperience-reconnectingandsyncingnotes-and-highlights"></a>

If your connection is restored while working offline, click the connection status indicator to open a menu and click the *I'm connected again* button.

<figure><img src="/files/bDDizeeQEHq9T2piOEu1" alt="Icon for reconnecting"><figcaption></figcaption></figure>

To update your local storage of your markups (notes & highlights) and markups available to you by others, click the connection status indicator while online and click the *Sync data* button.

<figure><img src="/files/XiOW0XAFSWEfxdsgVUUI" alt="Icon for successfully reconnecting"><figcaption></figcaption></figure>

### FAQ <a href="#id-20160825engage2.17.0refreshedofflineexperience-faq" id="id-20160825engage2.17.0refreshedofflineexperience-faq"></a>

**Q: Will Engage Offline work on all browsers?**\
A: The new Offline experience uses the Service Workers browser technology which is currently supported by Chrome and Firefox. At present, IE, Edge, and Safari do not support Service Workers. As they implement these features, those browsers will be able to function offline as well.

**Q: How will I access Engage while Offline, without access to the LMS?**\
A: Users should bookmark Engage for later access while offline so that they do not require a browser window to be left open. Users can stay offline for up to 2 weeks, at which point their session will expire and they will need to re-launch Engage to authenticate.

**Q: Will all content be available offline?**\
A: All text-based content including proprietary textbooks and instructor-uploaded content will be available. Links and their associated content, including embedded videos, will not be available offline.

**Q: Will highlights and notes function offline?**\
A: All markups that are available to the user will be downloaded for offline review. When online, those markups can be synced periodically at the user’s discretion. In this initial version, markups cannot be created or modified while offline; markups will be in a read-only state. Future releases will expand this functionality.

**Q: How does this impact analytics?**\
A: Page read data is cached while the user is offline and is transmitted back when Engage changes to online mode. Instructors may see infrequent, large changes in a user’s reading data if they are tend to read content primarily offline.

**Q: What happens to the Courseload For Chrome extension?**\
A: This extension is sunset as of 8/25/2016.

## Known Issues

None.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://resources.unizin.org/products/content/unizin-engage/release-notes/2016-08-25-engage-2.17.0-refreshed-offline-experience.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
