Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
T&A Fix has Participant::hasAnsweredQuestionsForScoredAttempt call un…
…defined method. This PR addresses https://mantis.ilias.de/view.php?id=42760. During a recent refactoring, a new method was introduced to check for scored attempts. However, it appears that a typo occurred in the implementation. Specifically, instead of calling `getAttemptOverviewInformation` to verify if the reference exists, the code mistakenly used `hasAttemptOverviewInformation`. To resolve this, I refactored the code to use the null-coalescing operator, ensuring the proper method is utilized and the reference is correctly checked.
- Loading branch information