v2.0.0.9 - There is a bug in the file /students/assessments/assessment_feedback.php line 19: if (!check_user($_user, 'student')){
This should read: if (!check_user($_user, APP__USER_TYPE_STUDENT)){
Otherwise the student gets logged out instead of viewing their feedback.