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

Off by one bug causing: INC3966632 #9

Open
justin0022 opened this issue Jun 4, 2024 · 0 comments
Open

Off by one bug causing: INC3966632 #9

justin0022 opened this issue Jun 4, 2024 · 0 comments

Comments

@justin0022
Copy link
Member

start = course_date_start + timedelta(days=(week_num_start * 7))

start is calculated incorrectly here. week_num_start is set to 1 at the start of the course, meaning that data is only shown 1 week after the course starts.

UM caught the bug and fixed it: https://github.com/tl-its-umich-edu/my-learning-analytics/blob/master/dashboard/views.py

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

No branches or pull requests

1 participant