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

User can view enrollment breakdown for course #128

Closed
Tracked by #118
crathbun428 opened this issue Feb 14, 2024 · 1 comment
Closed
Tracked by #118

User can view enrollment breakdown for course #128

crathbun428 opened this issue Feb 14, 2024 · 1 comment

Comments

@crathbun428
Copy link

crathbun428 commented Feb 14, 2024

User Story
As a course author, I want to view details of the enrollment breakdown for my course, so that I know who is in my course, what enrollment track they're on (when applicable), and I am able to compare the enrollment for this course against my other courses.

Acceptance Criteria
Scenario: A course author can view enrollment information for their course from the course dashboard
Given I am a course author with X permissions
When I navigate to the course dashboard
Then I can see the number of total learners enrolled in my course
And I can see the number and percent of total enrollees for current enrollees and enrollees per enrollment track (of enrollment tracks available on my instance)
And when an enrollment track is not available on my instance
Then I don't see it listed in the enrollment data for my course dashboard

@SoryRawyer
Copy link

I think this can be charted using the fact_enrollments dataset in Superset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

3 participants