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
After the changes in the above pull requests, it is now required for assessments to be published before they are visible to students . However, the dashboard still currently reflects only the ungraded submissions out of the total submissions per group. A more useful tracking field for admins would be to track the number of published submissions instead rather than graded submissions - otherwise, this dashboard would not reflect the feedback that the students receive from the avengers. To solve this, the backend route will need to be tweaked in the corresponding backend route, after which the dashboard fields would have to be adjusted accordingly in the frontend.
The text was updated successfully, but these errors were encountered:
josh1248
changed the title
Dashboard component update from ungraded tracking by group to unpublished tracking by group
Dashboard: update from ungraded tracking by group to unpublished tracking
Apr 2, 2024
Related to #2856 and source-academy/backend#965
as noted in #2856 (comment)
requires pairing with backend tweaks as in source-academy/backend#1099
After the changes in the above pull requests, it is now required for assessments to be published before they are visible to students . However, the dashboard still currently reflects only the ungraded submissions out of the total submissions per group. A more useful tracking field for admins would be to track the number of published submissions instead rather than graded submissions - otherwise, this dashboard would not reflect the feedback that the students receive from the avengers. To solve this, the backend route will need to be tweaked in the corresponding backend route, after which the dashboard fields would have to be adjusted accordingly in the frontend.
The text was updated successfully, but these errors were encountered: