> 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/trying-aia-simulations/aia-simulation-on-web/web-simulation-from-course-assignment.md).

# Web Simulation from Course Assignment

To complete a simulation as part of a Course Assignment, the first step will be to log into your Learner account at [this link](https://ai.foretellreality.com/).

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

Use the left sidebar to select the **"Courses"** tab.

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

In the list of courses you have access to, click the **"View"** button on the course that owns your assignment. There will often be a blue label telling you how many assignments are available to submit in that course.

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

In the list of assignments find the assignment you wish to complete, then at the far right of the assignment click on the button that looks like a folder to open the assignment.

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

This will bring you to the Assignment page. Near the bottom right is a text box that tells you how many attempts you have remaining. Click on the **"Start Assignment"** button at the bottom.

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

You can review basic details about the simulation environment, AI persona, and Trainee Role in the tabs. Once you are done, click on the green button labeled **"Start Assignment".**

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

Before you can start the assignment, the webpage will ask that you check if your microphone is working properly. Click on the purple **"Start Recording"** button to begin recording. A pop-up may appear asking for permission to use your microphone. Make sure to select the correct microphone and click "Allow" in the pop-up window. Briefly say something then click **"Stop Recording"**, and then click on the **"Play Test"**.

Once you are finished testing your microphone, click on the **"Proceed"** button in the bottom right corner of the window.

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

Wait for the avatar to load, then click on the **"Start Simulation"** button at the bottom of the screen

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

Go through the simulation, and then once you are done click on the "Stop Simulation" button. This will automatically upload your files and then open up a window where you can review your submission.

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

You can add a message alongside your submission if you wish to give your teacher extra context about your performance. Click the **"Edit Message"** button.

<figure><img src="/files/3cEzy7YLzn7KYJTieDv1" alt=""><figcaption></figcaption></figure>

After typing in your message into the **"Submission Message"** box, click on the **"Save Changes"** button.

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

To review a transcript and play back a recording of the AI conversation, click on the **"Transcript"** tab at the top of the window

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

After closing the window, you'll see that the assignment page has added your submission attempt alongside whatever message you wrote. This submission will tell you whether it has been reviewed by the Course Admin yet in the top right, and if you wish to review the transcript and video again you can click on the **"Review Submission"** button.

<figure><img src="/files/0y84vbFbenjKFKZLS4m0" alt=""><figcaption></figcaption></figure>

If the assignment allows multiple submissions, then you can click on the **"Retry Assignment"** button underneath the **"Review Submission"** button to try again. However, be advised that this will delete your old submission. You only get one submission that can be reviewed per assignment.

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

<figure><img src="/files/BU1X1VOiIFw7KlsI6aH8" 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/trying-aia-simulations/aia-simulation-on-web/web-simulation-from-course-assignment.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.
