-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: individual learner dashboard update v2 #286
Merged
Ian2012
merged 2 commits into
openedx:main
from
Apgomeznext:anapaula/individual_learner_v2
Oct 23, 2024
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,76 @@ | ||
Individual Learner Dashboard Reports | ||
#################################### | ||
|
||
The Individual Learner Dashboard Reports focus on relevant information about each learner’s performance and information, including course enrollment and activity logs, to give a general overview. If the name, username, and email address columns are empty in the learner summary, it is because your site operator has chosen to omit limited personally identifiable information from being displayed on your Open edX instance. | ||
The Individual Learner Dashboard Reports focus on relevant information about each learner’s performance and information, including course enrollment and activity logs, to give a general overview. Suppose the name, username, and email address columns are empty in the learner summary. In that case, your site operator has omitted limited personally identifiable information from being displayed on your Open edX instance. The Individual Learner Dashboard can only be filtered by one or more individual learners if the Operator has chosen to display limited personally identifiable information on your instance. | ||
|
||
One particular benefit of this dashboard is that it gives the course delivery team a general view of the course performance while zooming in and out on each learner, combining the `Course Dashboard <https://docs.openedx.org/projects/openedx-aspects/en/latest/reference/course_overview_dashboard.html>`_ and `At Risk Learner Dashboard <https://docs.openedx.org/projects/openedx-aspects/en/latest/reference/learner_groups_dashboard.html>`_ information. As with the rest of the Aspects dashboards, this dashboard’s charts apply cross-filters to charts whose data sets contain the same name. | ||
|
||
.. image:: /_static/individual_dashboard.png | ||
.. image:: /_static/individual_learner_dashboard.png | ||
|
||
As with the rest of the Aspects dashboards, this dashboard's charts apply cross-filters to charts whose data sets contain the same name. | ||
This dashboard's data information is divided into two sections: the Learner Summary and the pages, problems, videos, and help reports. | ||
|
||
One particular benefit of this dashboard is that it gives the course delivery team a general view of the course performance while zooming in and out on each learner, combining the Course Dashboard and At-Risk Learner Dashboard information. | ||
1. Learner Summary: | ||
=================== | ||
|
||
This section has a table that provides a detailed overview of individual learner performance within a specific course or course run. It offers valuable insights into student engagement, progress, and overall performance. The table columns are: | ||
|
||
.. note:: Remember that you can change the filters of these reports by accessing Superset through the link above the reports. For more information, visit the How-tos section. | ||
- **Username:** A unique identifier assigned to each learner. | ||
- **Name:** The learner's full name or preferred name. | ||
- **Email:** The learner's email address. | ||
- **Course Name:** The title or name of the course. | ||
- **Course Run:** A specific instance or version of the course. | ||
- **Enrollment Date:** The date when the learner initially enrolled in the course. | ||
- **Last Visited:** The date of the learner's last activity within the course. | ||
- **Passed/Failed:** Indicates whether the learner has completed the course or not. | ||
- **Enrollment Track:** Specifies the type of enrollment (e.g., honor, verified, audit). | ||
- **Enrollment Status:** Indicates the current enrollment status of the learner (e.g., registered, active, inactive). | ||
- **Grade Range:** The possible range of grades for the course. | ||
- **Course Grade %:** The learner's actual percentage grade achieved in the course. | ||
|
||
.. seealso:: If you want to refresh the information displayed in the report, click the **More Options** button (three vertical dots) in the upper right corner of each metric and select the Force Refresh option. For more information, visit the How-tos section. | ||
.. image:: /_static/learner_summary.png | ||
|
||
2. Pages, Problems, Videos & Help: | ||
================================== | ||
|
||
These metrics give you information about users’ engagement with the course and its specific content, particularly Pages, Problems, and Videos. To see these metrics, just choose the tab you want to see. | ||
|
||
Pages: | ||
------ | ||
This tab shows page engagement metrics by section and subsection, cumulative interactions, and engagement over time. | ||
|
||
.. image:: /_static/individual_pages.png | ||
|
||
Problems: | ||
--------- | ||
These metrics show the learners’ engagement with the problems and assessments created in the course. The attempts and results information help understand each problem’s performance. | ||
|
||
.. image:: /_static/individual_problems.png | ||
|
||
Coursewide averages showing the average percent correct and average number of attempts across the course are displayed to the left of selected learner metrics to help compare the selected learner to the rest of those engaging with the course. | ||
|
||
.. image:: /_static/individual_problems_2.png | ||
|
||
Videos: | ||
------- | ||
These metrics show how the learners have engaged with your course video content, including how many partial and completed videos they have seen. Here, you will find tables like: | ||
|
||
- Video Engagement per Section/Subsection | ||
- Video Engagement per Section | ||
- Video Engagement per Subsection | ||
- Partial and Full Video Views | ||
- Partial and Full Video Views | ||
- Number of Views across Video Duration | ||
|
||
.. image:: /_static/individual_videos.png | ||
|
||
.. image:: /_static/individual_videos_2.png | ||
|
||
Help: | ||
----- | ||
The Help tab at the bottom of the course dashboard is a valuable resource for users seeking assistance or additional information. It typically provides quick access to relevant documentation and support materials related to the course and the platform. | ||
|
||
.. image:: /_static/help_tab.png | ||
|
||
.. note:: Remember that you can change the filters of these reports by accessing Superset through the link above the reports. For more information, visit the `How to Apply Filters page <https://docs.openedx.org/projects/openedx-aspects/en/latest/course_team/how-tos/apply_filters.html>`_. | ||
|
||
.. seealso:: If you want to refresh the information displayed in the report, click the **More Options** button (three vertical dots) in the upper right corner of each metric and select the Force Refresh option. For more information, visit the `How to Update the Data <https://docs.openedx.org/projects/openedx-aspects/en/latest/course_team/how-tos/update_data.html>`_. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need the colons at the end of these, it looks a little weird since they get turned into headers