> For the complete documentation index, see [llms.txt](https://docs.shiftiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shiftiq.com/help/events/classes-for-exams/assign-assessments.md).

# Assign Assessments

Before attaching an Assessment Forms to a learners registration, you need to attach the required Assessment Forms to the Class.

### Attach an Assessment to Class

Before attaching an Assessment Forms to a learners registration, you need to attach the required Assessment Forms to the Class. You are able to attached multiple Assessment Forms to a class.

Under the Class Setup tab, scroll down to the Assessments card and click the Add Form button.

Filter for the Assessment Form you want to attach to the Class and select the Form. The selected Assessment Form will be displayed below the Add Form button. If you attached the incorrect Form, you can click the Trash Can icon (<i class="fa-trash-alt">:trash-alt:</i>) on the right side of the Form to remove it from the Class.

If more than one Assessment Forms need to be attached to the Class, follow the same process as above for each Form you want to attach.

### Assign an Assessment to Learner

In the Class, click on the Registrations tab.

Under the Assessment column, next to the Learner's registration, click on the drop down field and select the Assessment Form you want to assign to the Learner. This is the Assessment Form the learner will be served up with when they login for their exam.

If you attached the incorrect form, you can click the Cancel icon (<i class="fa-ban">:ban:</i>) below the form, and then select the correct Assessment Form.

The Learner will not se any details of the Form that is attached to their registration in the UI, they will only see the Form once they login for their exam.

*Note: Only one Assessment Form can be attached to learner's registration.*


---

# 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://docs.shiftiq.com/help/events/classes-for-exams/assign-assessments.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.
