ErnestCuong

Results 10 comments of 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 might have found the issue. It is in the file `FeedbackQuestionsLogic` In `getRecipientsOfQuestion`, there is `assert instructorGiver != null || studentGiver != null;` on line 278 ![image](https://user-images.githubusercontent.com/77197568/180633940-536cd0a1-724b-4e29-b09a-2ea1d74d1f50.png) 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 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...