On the student view the exams table had an issue where when you click on an exam, it didn't redirect you to the details page for that exam. Fixed that and also added a tooltip.
Closes # (issue number)
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
How Has This Been Tested?
Visual check
Checklist:
[x] I have performed a self-review of my own code
[x] I have commented my code where needed
[ ] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[x] Any dependent changes have been merged and published in downstream modules
[x] Any UI changes have been checked to work on desktop, tablet, and mobile
Description
On the student view the exams table had an issue where when you click on an exam, it didn't redirect you to the details page for that exam. Fixed that and also added a tooltip.
Closes # (issue number)
Type of change
How Has This Been Tested?
Visual check
Checklist: