Is the problem you are seeing MDL-77587 ?
Tim Hunt
Tim Hunt による投稿
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.
I don't know much about the AI subsystem, so I have not tried to interpret that.
Not in the short-answer question type.
For what you are doing, would the numerical question type be better?
For what you are doing, would the numerical question type be better?
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.
(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.