Skip to content
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

docs: Clarify missing data #303

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions docs/reference/learner_groups_dashboard.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
At-Risk Learner Dashboard Reports
#################################

In the At-Risk Learner Dashboard Reports, you can review the learners’ performance to gain a clear perspective of their engagement and performance in the course and identify those at risk of abandoning or dropping the course. Learners who appear in this dashboard have enrolled in the course, have done something other than visit the course homepage, have not yet passed the course, and have not visited the course in seven or more days.
In the At-Risk Learner Dashboard Reports, you can review the learners’ performance to gain a clear perspective of their engagement and performance in the course and identify those at risk of abandoning or dropping the course. In order for a learner to appear on this report, they must:

* Be enrolled in the course
* Done something other than visit the course homepage
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Done something other than visit the course homepage
* Have done something other than visit the course homepage

* Not yet have passed the course
* Not visited the course in seven or more days

If no learners match all of these conditions, the report will be empty.

The charts of this dashboard apply cross-filters to charts whose data sets contain the same name.

Expand Down Expand Up @@ -47,4 +54,4 @@ The Help tab at the bottom of the course dashboard is a valuable resource for us

.. 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>`_.
.. 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>`_.
Loading