-
Notifications
You must be signed in to change notification settings - Fork 7
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: Add completion events #88
Comments
There is a fact_completions model: https://github.com/openedx/aspects-dbt/blob/main/models/completion/fact_completions.sql |
Yeah, I think from my experimenting with visualizations for this we'll probably need some more intermediate models too. If anyone wants to wrap this up, I've got some potentially useful table structures / queries / visualizations. |
Is this still needed? |
I don't think so, it's not on any roadmap to be used at this point. We can add the rest of the supporting functionality when we know how it will be used. |
We would like to track course completion using the
completion
library. Currently the only tracking log events that are pushed related to completions are implicit events from html blocks. Getting these events is going to require the following steps that should be ticketed when we want to pick up this work:The text was updated successfully, but these errors were encountered: