> For the complete documentation index, see [llms.txt](https://edehr.gitbook.io/edehr-compass/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edehr.gitbook.io/edehr-compass/user-guides/managing-activities.md).

# Managing Activities

## Understanding Activities

An Activity is automatically created when a user clicks an LMS Activity. After this first click, all users who click that LMS Activity can access the EdEHR Activity. An EdEHR Course is also created automatically when needed.

* When **students** click an LMS Activity, they're automatically added to the class list and taken to the charting area.
* When **instructors** click the LMS Activity, they're taken to the EdEHR Activity page.

### Activity Page Elements

<figure><img src="/files/93CZT7a0vERalNhg635C" alt=""><figcaption></figcaption></figure>

#### The Activity Page Displays:

* Title: EHR Orientation *(in this example)*
* Tab to Class List
* Link to SimTiming Settings
* Student Instructions (description)
* Faculty Notes
* Application type: EHR or LIS (derived from the Learning Object's Case Study)
* Link to the connected Learning Object
* Creation and last accessed/modified dates
* Student View
* Settings

### Managing Activities

As an instructor, you can:

1. Edit the title and instructions for clarity
2. Go to the Course page to change the Course name and description
3. Review the connected Learning Object
4. Access the class list to monitor student progress

<figure><img src="/files/ssoGmwxwX8FEMV03vRwA" alt=""><figcaption><p>Navigating to the Learning Object link on the Activity page</p></figcaption></figure>

<figure><img src="/files/oloo1mdr5ThJsJYZ5noP" alt=""><figcaption><p>Selecting a Learning Object to link to your Activity</p></figcaption></figure>

<figure><img src="/files/6JvXozfp5WdoGI6DYkVH" alt=""><figcaption><p>Reviewing the Case Study details in the Learning Object</p></figcaption></figure>

<figure><img src="/files/EaKSeHDk5wi9MOTY1Pei" alt=""><figcaption><p>Confirming the Learning Object connection</p></figcaption></figure>

<figure><img src="/files/PPBeZXoygAHVTS1bALlQ" alt=""><figcaption><p>Activity page showing the successfully linked Learning Object</p></figcaption></figure>

{% hint style="warning" %}
**Important**: Every EdEHR Activity must be linked to a Learning Object to provide the case study. When creating new activities each semester, instructors must try each activity and link it to the desired Learning Object.
{% 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:

```
GET https://edehr.gitbook.io/edehr-compass/user-guides/managing-activities.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
