# My Learning

### Overview

In this guide, we will walk through the features and functionalities of the learner's landing page, helping you make the most of your learning journey. The learn module landing page gives learners easy & engaging access to courses & curriculums that matter most to them

***

### Summary Section

The header section provides a quick table overview of the user's learning progress:

<img src="/files/t6LFVYmnMvdHaTE8lZct" alt="" width="563">

* **In-Progress Courses:** Count of courses the user has started but not completed, including self-paced, ILT, and curriculum.
* **All Assigned Pending Courses:** Count of courses assigned to the user, both optional and required.
* **All Completed Courses:** Count of courses the user has successfully completed, spanning all course types.
* **Training Time:** Total time spent on completed courses and completed chapters in in-progress courses.

{% hint style="info" %}
The visibility of the **Training Time** section is subject to the settings configured by the domain/LMS admin.
{% endhint %}

#### Understanding "Total Training Time"

The "Total Training Time" is based on the "estimated duration" configured by the course creator. Even if a user completes a course faster than the estimated duration, the total training time will reflect the creator's configured duration.

<figure><img src="/files/XWzIXQ5axDdm79msvkay" alt="" width="563"><figcaption></figcaption></figure>

***

### Course Sections

Below the summary table, all courses the user has interacted with in a meaningful way will be organized into categories.

![](/files/dv7fxsg1waijCLPvyAFg)

#### In-Progress Courses

View the courses/curriculum you are currently taking, including all types started but not yet completed.

#### Enrolled in Scheduled Sessions

This section displays the instructor-led training (ILT) sessions the user has enrolled in that are not yet completed.

#### All Assigned Pending Courses

This section lists both optional and required courses/curriculum assigned to the user.

#### My Pinned Courses

Access the list of courses/curriculum the user has personally pinned for easy reference.

#### All Completed Courses

Review a comprehensive list of all types of courses/curriculum you've successfully completed.

{% hint style="info" %}
Sections without any courses assigned will be automatically hidden.
{% endhint %}

***

### Course Card

Each course card is a window into the details of that course's learning path.

<img src="/files/6Y3BZWnghi5zeY1e2dfo" alt="" width="563">

Click on a course card to view the full course details page. Course cards provide the following information at-a-glance:

* **Photo:** Visual representation of the course.
* **Title/Name:** Course identification.
* **Credit Hours:** Course credit allocation (if any).
* **Duration:** Estimated course duration.
* **Category:** Course categorization.
* **Type:** Self-paced, ILT, or curriculum/program.
* **Assigned/Completion Date:** Relevant dates for assigned and completed courses.
* **For ILT courses**: Session date/time the user has enrolled in.

<img src="/files/WBA6KIyGrW0lVneBbze9" alt="" width="563">

***

### Advanced Search

Utilize the Learn module search bar for efficient course discovery.

<img src="/files/UYEF5JUFriQotFSLZ4ef" alt="" width="563">

The **Find a Course** search bar offers the following search methods:

* **Basic Search:** Find courses by name/title or hashtag.
* **Advanced Search:** Use various dimensions like course code, delivery mode, skills gained, instructor, visibility, and more.
* **Multiple Filters:** Narrow down search results by adding multiple filters.


---

# 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://guides.mangoapps.com/lms-guide/learn-user/my-learning.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.
