> 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/2014-posts/august-15th-2014-release-notes.md).

# August 15th, 2014 Release Notes

## August 15th, 2014 Release Notes

## **New Content**

**A Skills Approach Access Complete – Chapter 6: Exploring Advanced Forms**

SIMbook chapter including Show Me, Guide Me, and Let Me Try and associated simulated questions

**SIMnet Access Advanced: Lesson 6: Exploring Advanced Form**

* 16 tasks available for custom lessons
* 62 simulated questions (31 assessment/31 practice)
* Mappings for the “by textbook” custom lesson and exam filters will be released Tuesday, August 19.

**Capstone Projects**

Excel 2013 Capstone – Level 3 Working with Sales Data

**Advanced PowerPoint Projects**

* PowerPoint 2013 In Practice – Ch 5 Independent Project 5-5
* PowerPoint 2013 In Practice – Ch 5 Independent Project 5-6

**Updated Assistance**

* New Best Practices document reflects changes made to the [Projects Assignment Page](https://github.com/TriadInteractive/simnet-help-blog/blob/main/master/blank/README.md)
* Instant Help topics now reflect the latest updates to SIMnet

## **New/Improved Grading Features**

**PowerPoint**

* Animation – Added grading capability for additional animation types and animation effects.
* Videos – Determine if a video has a specific style. Determine if a video has specific height and width dimensions.
* Slide Master – Determine if an action button exist on a Slide Master and if action buttons have the correct size and style.
* Media – Determine whether a type of media on a slide has the correct number of bookmarks. Determine if media is set to start based on a trigger. Determine if media has playback options applied.
* Hyperlinks – Check if a hyperlink exists on a slide and if the destination is correct.

**Excel**

* Charts – Update grading to support multiple charts of different types on a slide.

**Access**

* Revised the method of identifying form and report controls to use the control source property rather than the name property.

**Bug Fixes**

* Excel 2013 Skills Approach – Ch 3 Fix It 3.6 – Updated Instructions
* Excel 2013 Skills Approach – Ch 7 Challenge Yourself 7.4 – Updated Instructions


---

# 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/2014-posts/august-15th-2014-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.
