> 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/evaluating-student-work.md).

# Evaluating Student Work

This page is your guide to evaluating student work in EdEHR. It covers everything from managing submissions to providing feedback and exporting evaluation data. Use the links below to jump directly to the section you need.

On this page, you can find:

* [How to manage submission status for the whole class or individual students](#submission-status-management)
* [The different ways to evaluate student work (Condensed View and EHR View)](#evaluation-methods)
* [Using the evaluation panel to add feedback and navigate between students](#evaluation-panel)
* [Downloading evaluation notes as a CSV file](#downloading-evaluation-data)
* [Tips for importing evaluation data into your LMS](#importing-evaluation-notes-to-lms)

***

### Submission Status Management

Only when a student's work is "submitted" can an instructor review and comment on it. Students normally submit their work, but instructors can toggle the submission status:

{% stepper %}
{% step %}

### Toggle Submission status for the entire class list:

<figure><img src="/files/7mSBgT32zJObi8XlRZEj" alt=""><figcaption></figcaption></figure>

Apply to whole class Actions:

* <img src="/files/eDSBwbWhQPsh0dE6owja" alt="" data-size="line"> **Force Submission:** Allow students to view but prevents further editing
* <img src="/files/y5rtjEEbTUahBVt4t9wg" alt="" data-size="line"> **Download All Students Evaluations in CSV**
* <img src="/files/uzre2P3uBUZXK4Z3pdpJ" alt="" data-size="line"> **All Students can Edit**: Allows all students to continue editing
  {% endstep %}

{% step %}

### Toggle Submission status for individual students:

<figure><img src="/files/JeNZ690MEvo4mto7pYdz" alt=""><figcaption></figcaption></figure>

Apply to whole class Actions:

* <img src="/files/eDSBwbWhQPsh0dE6owja" alt="" data-size="line"> **Force Submission:** Allow students to view but prevents further editing
* <img src="/files/os6UhvGwspgAwpjkdHmR" alt="" data-size="line"> Evaluate the Students work
* <img src="/files/1SeRNFETbhtWpnt6V52k" alt="" data-size="line"> View and Evaluate the Students work in the EHR Context
* <img src="/files/y5rtjEEbTUahBVt4t9wg" alt="" data-size="line"> **Download All Students Evaluations in CSV**
* <img src="/files/uzre2P3uBUZXK4Z3pdpJ" alt="" data-size="line"> **All Students can Edit**: Allows all students to continue editing
  {% endstep %}
  {% endstepper %}

***

### Evaluation Methods

A student's work can be evaluated using two methods; [Condensed View](#condensed-view-evaluate-button) or [EHR View.](#ehr-view-eval-in-ehr-button)

#### **Condensed View** ("Evaluate" button):

<figure><img src="/files/eGdZKKihBQvSFIazIRYm" alt=""><figcaption></figcaption></figure>

* Shows only the student's work without base case data
* Pages with tables include a button to toggle table orientation
* Draft records appear with amber coloring
* Displays tabs for each patient involved in the student's work

#### **EHR View** ("Eval in EHR" button):

* Shows the student's work within the full EHR interface
* Includes both student work and base case study

<div align="left"><figure><img src="/files/iXvwnjOO0KM5i6YjwJYF" alt=""><figcaption></figcaption></figure></div>

* In the navigation panel:
  * Solid green dot: Page with student data
  * Empty green circle: Page with Case Study data
  * Red dot: Page with draft record (typically unverified assessments)

<figure><img src="/files/yHZd785UHj4ynjp79kz1" alt=""><figcaption></figcaption></figure>

***

### Evaluation Panel

In both views, instructors see a persistent evaluation panel that includes:

* Notes section for feedback
* Save button for edits to notes
* Navigation controls to move forward/backward in the class list
* Buttons to force submission or send work back to students
* Option to switch between evaluation modes

<figure><img src="/files/QVykUM9a3thCzfnXuUTe" alt=""><figcaption></figcaption></figure>

***

### Downloading Evaluation Data

From the Activity page:

1. Select the link to the class list
2. Click "Download evaluation notes"
3. This downloads a CSV file named after the Activity, containing:
   * Student's given name
   * Student's family name
   * LMS user ID
   * Instructor's evaluation notes

### Importing Evaluation Notes to LMS

Schools place students' grading information in the learning management system. It's possible to import the CSV download file and map the data into the LMS. Check your LMS manual for instructions on importing this CSV file into the grade book.


---

# 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/evaluating-student-work.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.
