You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
my-learning-analytics/dashboard/views.py
Line 293 in 33df549
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
The text was updated successfully, but these errors were encountered: