> For the complete documentation index, see [llms.txt](https://docs.foretellreality.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.foretellreality.com/foretell-ai/course-management/viewing-submissions.md).

# Viewing Submissions

As a Course Admin, there are two ways for you to review submissions made to assigments in your courses. The first is to look through the Sessions tab, as detailed on the [Reviewing Simulation Sessions](/foretell-ai/trying-aia-simulations/reviewing-simulation-sessions.md) page.

The second way is to go through the Courses tab, which is what we will detail below.

Once you are logged in, use the left sidebar to select the **"Courses"** tab.

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

Find the course where the assignment you wish to review is from the list, then click on the **"View"** button. To help your search you can filter out the courses by which department they belong to using the tabs near the top of the page.

<figure><img src="/files/4ajjStW8cYcm7uE0FAiL" alt=""><figcaption></figcaption></figure>

This will bring you to a list of all of the assignments for your course. To review the submissions for a specific assignment click on the button that looks like a folder to the right of a listed assignment.

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

At the bottom of the Assignment page is a list of submissions to the assignment. Click on the username of one of your Learners to see more information about their submission. To review their submission click on the **"Review Submission"** button.

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

On the student's submission page you'll be able to see the transcript and video recording by selecting the **"Transcript"** tab. Once you have finished reviewing the simulation, switch back to the **"Session Feedback"** tab and click on the **"Mark as Reviewed"** button to let the student know you have seen their submission.

There is no place to submit text feedback to the student, that will typically be done using whatever LMS your organization uses.

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

After reviewing, you have the option of letting the student use the AI Assessment Criteria to hear feedback about their submission by clicking on the **"Allow AI Review"** button.

<figure><img src="/files/9xbAzB16eveKL2n3i8Xn" alt=""><figcaption></figcaption></figure>

From the student perspective this will add a button they can click on in the assignment submission that generates feedback on their submission.

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

You also have the option of undoing the "Reviewed" checkbox on the assignment by clicking on the yellow **"Set Not Reviewed"** button

<figure><img src="/files/24QtWDKcbDpYM5QfOzvI" alt=""><figcaption></figcaption></figure>


---

# 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.foretellreality.com/foretell-ai/course-management/viewing-submissions.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.
