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
In awarding manual achievement for students, from the FE side the instructors can choose to award those achievement to Phantom Students. If the phantom student get awarded, they will get the notification upon signing-in to Coursemology and navigating to that mentioned course, however several unwanted behavior (possibly bug) occurs, as follows:
Other than that, when instructor wants to edit the awardees' list, those phantom students will have the red banner, possibly due to the difference in the backend data and how it's being interpreted in the frontend
In the list of awardees, also those phantom students are not being enlisted
In this picture, we didn't de-select those phantom students; they are automatically being de-selected by the system even though later on we can revert this selection. But this behavior is weird and it should be idempotent (the fact also is that if we refresh the page and then visit this page again, those phantom students will be marked as achieving those awards)
Suggested Fix
We also give the Phantom Students the right to get those manually awarded achievement, as well as how they can get the automatically awarded achievement
In addition, in the Achievement page (/courses/{courseId}/achievements/{achievementId}), there should be a toggle for including or excluding Phantom Students in the view
The text was updated successfully, but these errors were encountered:
In awarding manual achievement for students, from the FE side the instructors can choose to award those achievement to Phantom Students. If the phantom student get awarded, they will get the notification upon signing-in to Coursemology and navigating to that mentioned course, however several unwanted behavior (possibly bug) occurs, as follows:
In this picture, we didn't de-select those phantom students; they are automatically being de-selected by the system even though later on we can revert this selection. But this behavior is weird and it should be idempotent (the fact also is that if we refresh the page and then visit this page again, those phantom students will be marked as achieving those awards)
Suggested Fix
The text was updated successfully, but these errors were encountered: