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

# Edit/Assign Projects

## Edit a Project

You can edit the rubric of a Project and/or assign the Project to a specific class or student by selecting the **Edit/Assign** option in the Actions Menu for the Lesson you want to change.    &#x20;

![Select Edit/Assign from the Actions menu](/files/-MKCHAnsXyDG5qq_RRP5)

### 1. :clipboard: Projects section

Click the **Projects** section to navigate to the main page.

### 2. :page\_facing\_up: Actions Menu

Expand the Actions Menu for the Project you want to edit and select **Edit/Assign** to navigate to the Class Assignments tab.

![Class Assignments tab](/files/-MKCj9SNEy4Q81tUCAVe)

### 3. :school\_satchel: Class assignments

The **Class Assignments** tab displays a list of available classes. Click the class you want to assign the project to, and then click the **Add** button. When the Project Assignment Details window appears, edit assignment preferences such as scheduling, gradebook options, and restrictions. See the :point\_right: [Project Assignment Prefs](/manager/content/projects/edit-assign-projects.md) section for more information.

![Student Assignments tab](/files/-MKCjHntJRy7XORm-CHq)

### 4. :woman\_raising\_hand: Student assignments

Click the **Student Assignments** tab to display a list of available students. Click the student you want to assign the project to, and then click the **Add** button. When the Project Assignment Details window appears, edit assignment preferences such as scheduling, and restrictions. See the :point\_right: [Project Assignment Prefs](/manager/content/projects/project-assignment-prefs.md) section for more information.

![Rubrics tab](/files/-MKCjVWsz082IM70gVip)

### 5. :pencil: Rubrics

Click the **Rubrics** tab to display the original rubric for the selected project. When you expand the Rubric menu you are able to assign a rubric to use with the project. See the :point\_right: [Rubrics](/manager/content/projects/rubrics.md) section for more information.

![Assignment Preferences](/files/-MKCzfp1a26z7UESsxrO)

### **6.** :first\_place: **Achievement Credentials**

Select the desired Level 3 Capstone project from Access, Excel, PowerPoint or Word and assign it to either a class and/or a student. In the Project Assignment Details window, check the **Credentials** box and set the grading threshold (90% or greater) the student must earn in order to achieve the credential.&#x20;

{% hint style="info" %}
**Note:** The account administrator must enable Digital Credentials in order for you to assign it to a class or student. View :point\_right:[Achievement Credentials](/manager/getting-started/digital-credentials.md#achievement-credentials) in the Digital Credentials section for more details.
{% endhint %}

&#x20;


---

# 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/manager/content/projects/edit-assign-projects.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.
