> For the complete documentation index, see [llms.txt](https://help.simnetonline.com/students/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/students/assignments/projects/results.md).

# Results

## Reviewing Your Results

![2019 Project Results](/files/-M9sTNd1XAWMLcYSAGYb)

### 1. :100: Score

You can view the score for a project after you have uploaded and submitted it for grading. Your grade will appear as a percentage as well as a fraction to indicate how much of the project you are comfortable with and what you may still need to work on.

### 2. :arrow\_down: Download your submitted file

For your reference, you may download the file submitted for grading.

### 3. :information\_source: Project attempt information

The name of the file you submitted appears underneath your score. The file name contains your unique name signature, the project name, and the file type.

If your instructor has permitted one single project submission attempt, the attempt number will be 1. If your instructor has permitted multiple attempts for the submission of the project, this number will change depending on how many times you have submitted a file for grading.

Finally, the application that was required to complete the project will appear, to indicate whether you used the recommended program to complete the project.

### 4. :clipboard: Learning Objectives

Each part of the project instructions cover a different learning objective for that chapter within the textbook. As you complete the project, you are graded according to whether you completed the instructions associated with the objectives correctly, incorrectly, or partially.

### 5. :file\_cabinet: Feedback and Solution File

The solution file is a pre-created document that represents what the end file of the project should look like. This representation will point out the areas that should have been changed as well as the objectives associated with the change made to that part of the document.

When your project is graded, it is compared to this file. If it is made available to you, you can download the solution file as a PDF by clicking the Download Solution File button.&#x20;

{% hint style="info" %}
**Note**: This feature is only available if your instructor allows it.
{% endhint %}


---

# 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/students/assignments/projects/results.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.
