Wunderbyte-GmbH / moodle-local_catquiz

ALiSe CAT Quiz
Other
1 stars 2 forks source link

Update course enrolment #480

Closed davidszkiba closed 1 month ago

davidszkiba commented 2 months ago

Closes #479

Refactorings: since we already have the information about which scale is primary in the attempt data, we re-use them

  1. There is a new method get_courses_to_enrol in attemptfeedback.php
  2. There is a new method get_groups_to_enrol in attemptfeedback.php

These methods are only responsible for detecting the courses and groups. Enrolment and sending of messages is still handled in the catquiz class as before.

I added attemptfeedback_test to check the course/group enrolment works as expected.