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

BUG: Mismatched Metrics and Incorrect Completion Rates on Learning Insights #671

Open
chrissantillan opened this issue Jan 17, 2025 · 0 comments · May be fixed by #683
Open

BUG: Mismatched Metrics and Incorrect Completion Rates on Learning Insights #671

chrissantillan opened this issue Jan 17, 2025 · 0 comments · May be fixed by #683
Assignees
Labels
bug Something isn't working

Comments

@chrissantillan
Copy link
Collaborator

Describe the bug
The Learning Insights page contains several data inconsistencies:

  1. The Total Courses Offered metric (top left container) does not match the number of courses listed in the bottom container.
  2. The Total Activity Time metric (top right container) does not equal the sum of the Total Activity Hours listed for courses in the bottom container.
  3. The Completion Rate for individual courses in the bottom container can exceed 100%, which is incorrect.

To Reproduce

  1. Log in to UnlockEd as an administrator.
  2. Navigate to the Learning Insights page from the left-hand sidebar.
  3. Observe the Total Courses Offered metric in the top left container and compare it to the number of rows in the bottom container.
  4. Observe the Total Activity Time metric in the top right container and compare it to the sum of the Total Activity Hours for all listed courses.
  5. Review the Completion Rate values in the bottom container and note any rates greater than 100%.

Expected behavior

  1. Total Courses Offered should match the number of rows in the courses table at the bottom of the page.
  2. Total Activity Time should be the exact sum of the Total Activity Hours for all courses in the table.
  3. Completion Rate for any course should not exceed 100%.

Screenshots

Image

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context

  • This inconsistency may confuse administrators and impact their ability to make accurate decisions based on metrics.
  • Investigate whether the top container metrics and the course table are pulling data from different sources or if there is a calculation issue.
  • Ensure that all metrics are consistent and aligned with the actual data displayed.
@chrissantillan chrissantillan added the bug Something isn't working label Jan 17, 2025
@corypride corypride linked a pull request Jan 21, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants