> For the complete documentation index, see [llms.txt](https://help.simnetonline.com/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.simnetonline.com/blog/2015-posts/february-6th-2015-release-notes.md).

# February 6th, 2015 – Release Notes

## February 6th, 2015 – Release Notes

## New SIMnet Content & Features

### Projects Updated for Mac Users

* Excel 2013 Skills Approach – Challenge Yourself 9.4
* Excel 2013 Skills Approach – Skill Review 10.2
* Excel 2013 In Practice – Independent Project 8-4
* Excel 2013 In Practice – Independent Project 9-6
* PowerPoint 2013 Skills Approach – Challenge Yourself 5.4
* PowerPoint 2013 Skills Approach – Challenge Yourself 6.3

## Bug Fixes and Project Improvements

### Excel

Alternate number formats are now available in the following projects:

* Excel 2013 In Practice – Independent Project 9-6 (Mac Supported)
* Excel 2013 Skills Approach – Challenge Yourself 1.3
* Excel 2013 Skills Approach – Fix It 1.6 (Mac Supported)
* Excel 2013 Skills Approach – Skill Review 2.1
* Excel 2013 Skills Approach – Fix It 2.6
* Excel 2013 Skills Approach – Skill Review 8.1

Alternate formulas and improved hyperlink grading functionality have been added to the following projects:

* Excel 2013 Skills Approach – Skill Review 6.1 (Mac Supported)
* Excel 2013 In Practice – Independent Project 5-4 (Mac Supported)

Instruction clarifications have been added to the following projects:

* Excel 2013 In Practice – Independent Project 1-5 (Mac Supported)
* Excel 2013 In Practice – Independent Project 3-4 (Mac Supported)
* Excel 2013 In Practice – Independent Project 4-5 (Mac Supported)

### Word

The following projects reflect the change in [Microsoft Clip Art](/blog/2015-posts/changes-to-inserting-online-images-audio-and-video-from-office-com.md):

* Word 2013 In Practice – Guided Project 4-2
* Word 2013 In Practice – Independent Project 4-4

The following project instructions were updated clarifying use of Text Effects versus Word Art:

* Word 2013 Project Learn Work It Out 1B-E2
* Word 2013 State Standards Work It Out 1B-E2

The following projects now search for elements based on surrounding text instead of paragraph numbers:

* Word 2013 In Practice – Guided Project 1-2
* Word 2013 In Practice – Improve It Project 3-7 (Mac Supported)
* Word 2013 Skills Approach – Skill Review 1.1 (Mac Supported)


---

# 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://help.simnetonline.com/blog/2015-posts/february-6th-2015-release-notes.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.
