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

Users can view how many learners watched each video in my course #138

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

Comments

@crathbun428
Copy link

crathbun428 commented Feb 14, 2024

User Story
As a course author, I want to see the number of learners who watched each video in my course, so that I can see what video content learners are engaging with the most and what videos the least number of learners are interested in.

Acceptance Criteria
Scenario: A course author can see the number of learners who watched each video in their course from the course dashboard
Given I am a course author with X permissions viewing the course engagement section of the course dashboard
When I view the course engagement section
Then I see the number of learners who watched each video in my course
And I see the number of learners who watched each video in full
And I see the number of learners who watched a part of (but not all of) each video

@SoryRawyer
Copy link

The fact_watched_video_segments dataset in Superset can show which segments of videos were watched and the fact_video_plays dataset can show the number of users who watched any part of a video.

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