The event that does the "StudentList" AJAX request seems to be run every tick unless it's a subevent of something else? Probably needs a trigger once.
The student list repeat loop should be a subevent of AJAX: On "StudentList" completed.
And the other events in the "List of Students" group probably shouldn't be there because you deactivate the group the first time you use it so those events will likely never run.