> 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/simnet-projects-release-notes-for-friday-february-14-2014.md).

# SIMnet Projects Release Notes for Monday, February 17, 2014

For release Monday, February 17, 2014:

## New Project

A Skills Approach : Excel 2013 – Chapter 7 Skill Review 7.1

## New/Improved Grading Features

Charts

* Improve chart functions to work when multiple charts are present on one worksheet.
* Determine if a chart has a secondary axis.
* Identify legend position.
* Compare fill color for a point in a series.
* Compare line format options for a series.

Sparklines

* Determine whether markers and other points such as high point and last point are show on trend lines.
* Compare colors of markers and other points.

Trendlines

* Identify the begin arrow and/or end arrow type.
* Count the number of trendlines in a chart.

WordArt

* Verify existence of word art on a worksheet.
* Compare text effects.

Pictures

* Compare picture style characteristics.

## Bug Fixes

In Practice Word Independent Project 2-4: Fixed a grading error that was occurring with a paragraph spacing function.

In Practice Excel Independent Project 4-4: Fixed a grading error that was occurring in a conditional formatting function.

Fixed an error that was occurring when comparing font properties of cover page document properties.


---

# 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/simnet-projects-release-notes-for-friday-february-14-2014.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.
