ErnestCuong
ErnestCuong
Hi prof, can I ask if someone has already worked on this issue? May I try investigating the issue?
Hi prof @damithc, I am unable to replicate the problem as you have mentioned. This is the question that I tried to edit into what was shown in your picture....
I will continue investigating the error logs
I might have found the issue. It is in the file `FeedbackQuestionsLogic` In `getRecipientsOfQuestion`, there is `assert instructorGiver != null || studentGiver != null;` on line 278  In `buildCompleteGiverRecipientMap`,...
Hi prof @damithc , may I ask how to download the questions individually?
Hi prof, I notice that the path shown in the error log might not be used by the download function anymore. It uses the code in the typescript file now...
Hi prof, so I took a crash course on servlets and I think my previous assessment was wrong. I am looking at the potential cause for both studentGiver and instructorGiver...
Hi prof @damithc , I am able to reproduce the problem. Apparently, this will occur when there are 2 or more instructors, with the session creator giving the feedback(? may...
Hi prof, I would like to attempt a fix.
Hi prof, I have been able to narrow down to where a change can be made. Apparently, every session keeps track of its creator's email, but the issue arises when...