> For the complete documentation index, see [llms.txt](https://examind.gitbook.io/v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://examind.gitbook.io/v1/examind-platform/build/assessments/copying-between-courses.md).

# Copying Between Courses

Reuse an assessment in another course — a different section or a new semester — without rebuilding it from scratch.

## Preparation

You will need access to both the original course and the new course in order to proceed.

Follow these instructions on [how to create a new course](/v1/examind-platform/get-started/standalone-use/course-management.md#create-new-course).

## Copy Assessments Between Courses

Follow these steps to mirror one or more assessments into another course.

1. Navigate to the course that has the original assessment(s)
2. Click **Assessments** in the left menu
3. Click the **Checkbox(s)** to select the assessment(s) you want to copy
4. Click **Bulk Actions**
5. Select **Add to Course**
6. From the dropdown, select the new course where you want the assessment copied.
7. Click **Add**
8. Click **OK**

{% hint style="info" %}
All questions tied to an assessment will automatically be added to the new course's question bank
{% endhint %}

## Special Considerations

{% hint style="warning" %}
Questioned copied between courses **remain linked**.

Editing questions from assessment **automatically updates the questios from the other**, helping you maintain across multiple sections at scale.

These updates **do not** affect assessments that have already been submitted.
{% endhint %}

Please [contact us](/v1/it-administration/it-support.md#email-support) if you would like to manage each course separately.


---

# 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://examind.gitbook.io/v1/examind-platform/build/assessments/copying-between-courses.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.
