# Administer Attendance

## Attendance Dashboard

The performance and attendance history over the last 30 days will be presented when navigating to the Attendance home page.  You can change this time frame by clicking the "Timeframe" dropdown. Additional choices include "Year to Date" and "All Time."

<figure><img src="/files/d0DJYo2aDSvrovi5AJlw" alt=""><figcaption><p>Attendance Dashboard</p></figcaption></figure>

### Historic Performance

The Historic Performance section of the Attendance Dashboard provides an overview of key metrics and attendance sessions for the selected timeframe.

{% hint style="info" %}
An "attendance session" refers to scheduled content that includes the attendance option. The attendance session begins on the call to action start date and ends when the call to action expires.
{% endhint %}

#### Summary Metrics

Summary Metrics are displayed in a vertical column on the left-hand side of the Historic Performance section. These metrics include:

**Logged**: Percentage of eligible Team Members that logged attendance

**Attend**: Percentage of Team Members who logged attendance that indicated they attended the discussion

**Quiz**: Average quiz score

#### Attendance Results

The chart in this section displays all attendance sessions in the chosen timeframe. The bar represents the Logged performance for the attendance sessions. Individual points represent Attendance and Quiz performances. Hover over any bar/point to see a summary of that attendance session. The summary includes the Topic, Call to Action Date Range, and Logged, Attend, and Quiz values.

### Attendance History

The Attendance History section of the Attendance Dashboard provides a tabular view of each attendance session in the selected timeframe. The Topic, Call to Action Date Range, Eligible Team Members, and Logged, Attend, and Quiz results are displayed for each attendance session. The Topic will appear in bold if the attendance session is active.

<figure><img src="/files/CKg5OW0mqXtaSqtwGzuN" alt=""><figcaption><p>Attendance History</p></figcaption></figure>

There are several actions available for each attendance session.

#### Quiz Results

When logging attendance, there are two types of quizzes that are available: comprehension and topic.&#x20;

The comprehension quiz is presented to Team Members when logging attendance if the content includes comprehension questions **and** the attendance option was chosen when configuring content options associated with the content quiz (see the section on [Using the Quiz Associated with Content](/how-do-i.../schedule-content/content-options.md#use-the-quiz-associated-with-this-content) in the Content Options guide for more information).

In this case, the quiz result will be presented as a button in the Attendance History. Click this button to see an overview of the quiz results.

<figure><img src="/files/zY10viwdrq5JfUxiLv2C" alt=""><figcaption><p>Quiz Results Overview</p></figcaption></figure>

If a comprehension quiz is not used, the Team Member will be asked to identify the discussion topic associated with this attendance session. In this case, the quiz result on Attendance History will not be a clickable element.

#### Not Logged Report

The Not Logged report provides a list of Team Members who have not yet logged their attendance for an active attendance session. Click ![](/files/ErUMjk4fpncB3gqczNS8) beside an active attendance session to launch the Not Logged Report Settings dialogue.

<figure><img src="/files/Ua8eO9mHlLMOUVozIlWE" alt=""><figcaption><p>Not Logged Report Settings</p></figcaption></figure>

The Not Logged Report Settings dialogue presents an alphabetical list of Locations that are within the scope of the active attendance session **and** includes Team Members who have not yet logged their attendance. You can choose to include or exclude a Location from the report by clicking the checkbox in the "Include?" column.&#x20;

There are two ways that the Not Logged Report can be delivered:

**Dynamic Link**

Send a Team Lead a link that, when clicked, displays a dynamic report (the information is automatically updated as Team Members log their attendance). The Team Lead dropdown defaults to the Location Lead optionally configured in [Maintain Locations](/how-do-i.../manage-my-organization/maintain-locations.md) within Manage My Organization. If no Location Lead is configured, click the Team Lead dropdown and choose a Team Lead to receive the link.  Click the "Send Report Link" button to generate notifications to the chosen Team Leads. Note that all Included Locations must have a Team Lead chosen before the "Send Report Link" button will be enabled.

**Download**

Click the ![](/files/QEYseJM72dEOog4gpvMw) icon to download the Not Logged report in .csv format directly to the browser.

#### Signature Log

Click ![](/files/NsMWa2Tct1oXxxu9YMFX)to launch the Signature Log dialogue. Select the Locations to include in the log and click the "Generate Log" button.&#x20;

<figure><img src="/files/1mf49YJKEmRPNXwq0NBC" alt="" width="375"><figcaption><p>Signature Log Location Selector</p></figcaption></figure>

The log (in .pdf format) will automatically download to your browser. Depending upon how many Locations (and the number of Team Members in each) are included in the log, the report generation process may take a few moments.

#### Location Detail

Click ![](/files/TA0B7D685coxhy1z8Xn8) to show Location Details for the attendance session.&#x20;

## Location Detail

### Location Performance

When Location Details is activated, a tabular list of Locations and the attendance metrics for each location are displayed. Similar to the Attendance History section, if a button appears in the Quiz column, click to see the Quiz Results overview for the associated Location. Click the ![](/files/U6rDQ9VeRDrNDSU9kcnD) icon to show an alphabetical list of all Team Members eligible for the attendance session and the status of each (the icon will turn green). Click the ![](/files/U6rDQ9VeRDrNDSU9kcnD) icon again to hide the Team Member detail.

<figure><img src="/files/NH37NRrH4OtBGlVEFmgw" alt=""><figcaption><p>Location and Team Detail</p></figcaption></figure>

### Team Member Detail

The Team Member Detail shows the status of the Team Member's attendance session, whether attendance was logged, and if the Team Member attended the discussion about the topic.&#x20;

The following are the status icons and their meaning:

![](/files/BdXNmEEdf3RZctv6DIFW) Not Logged

![](/files/u6wmqhx8rEcgUC71u16v) In Process

![](/files/kPRzPOJ8wFZ6drg96Zmt) Logged

If a button appears in the Quiz column, click to see the Team Member's quiz results.

<figure><img src="/files/1kR6V7Cpl1Fe33Pyl1Xv" alt=""><figcaption><p>Team Member Results</p></figcaption></figure>

### Close Location Details

Click the ![](/files/VSLRJOBj1Rl5USku1UJs) icon in the upper right-hand corner of Location Details to close this view.


---

# Agent Instructions: 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://guide.mymodone.com/how-do-i.../manage-attendance/administer-attendance.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.
