> For the complete documentation index, see [llms.txt](https://docs.shiftiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shiftiq.com/guides/role-based-guides/instructor-walkthrough.md).

# Instructor walkthrough

## Getting started

Open a new web browser window and go to the login page for your Sandbox version. For example:

* [https://sandbox-safetytraining.insite.com](https://sandbox-safetytraining.insite.com/ui/lobby/signin)

Sign in with the email address and password for an instructor. For example:

* <instructor@example.com>
* SuperSecretPassword1234!

## Sample organization overview

Our team has configured a sample organization for demo and training purposes. You can use this to familiarize yourself with the system and experiment with various features.

The sample organization is named Safety Training Authority (STA). It is configured with an **Instructor Dashboard** that includes links to the **Course Catalog** and the **Instructor Gradebook**.

<figure><img src="/files/Ayt9n0eer2bo8EiTbCBe" alt="Instructor experience 01"><figcaption></figcaption></figure>

> Administrator Note: In the STA demo organization, this instructor is granted access to multiple areas of the system. The visibility of navigation cards on the dashboard is managed with role-based access permissions. For example, if you are assigned to a role with permission granted to an area of the system, then the launch card for that area is visible on your dashboard — otherwise it is not visible to you.

The **Course Catalog** displays the same information for an instructor that it displays for a learner.

## Instructor Gradebook

When you navigate to the **Instructor Gradebook** you'll see an administrative view of the system, with limited access to gradebook administration. For example:

<figure><img src="/files/58PD7Sm94nPDOtT353tm" alt="Instructor experience 02"><figcaption></figcaption></figure>

An instructor can see an Instructor Gradebook for every course they teach. This limits their view to a confined learner population. Instructors can:

1. View completions and grades
   1. Click on the Instructor Gradebook tile and edit a Gradebook by clicking on its name.
   2. View results for all learners, or filter by learner or Lesson
2. Override completions and grades
   1. Click the Edit Progress button to override a grade or a completion status
   2. They can also make comments on learners, statuses or grades by unchecking the Hide Comments button.
3. Export lists of completions and grades
   1. Click the Summary List button to export these results to .xlsx format
4. View personal information of learners in their class, as well as achievements those learners have earned, other courses in which they are registered, and learning records associated with that learner.
   1. Click on the learner’s name to view records.
5. View scores for groups of learners scores on specific grade items by clicking on the Grade Items tab.
6. Print a Grade Report for each learner

<figure><img src="/files/ExHz2JJNs4VL9p0LS77T" alt="Instructor experience 03"><figcaption></figcaption></figure>

Instructors can navigate back to the admin homepage by clicking the Home icon in the upper right or the Admin link in the breadcrumb trail.

They can navigate back to the portal by clicking on the Portal shortcut, or back to the My Dashboard view through the link in the dropdown menu under their name.

<figure><img src="/files/f1bAXedQzUKFL7RqmLT8" alt="Instructor experience 04"><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.shiftiq.com/guides/role-based-guides/instructor-walkthrough.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.
