Tim Hunt による投稿

画像 Core developers 画像 Documentation writers 画像 Particularly helpful Moodlers 画像 Peer reviewers 画像 Plugin developers
Well, the code that collects the data to send is https://github.com/moodle/moodle/blob/main/lib/classes/hub/registration.php#L733

I don't know much about the AI subsystem, so I have not tried to interpret that.
画像 Core developers 画像 Documentation writers 画像 Particularly helpful Moodlers 画像 Peer reviewers 画像 Plugin developers
The randomisation for one student does not look at what happened for any other student.

(If you wanted to change this, you would have to mess around with the code. Specifically this line https://github.com/moodle/moodle/blob/MOODLE_405_STABLE/mod/quiz/locallib.php#L175 - change it to use qubaids_for_quiz instead of qubaids_for_users_attempts - but changing the Moodle code is a risk so make sure you know what you are getting into.