In some situations, the Individual Scores section of the Student Activity component does not properly perform paginated requests to play_logs_get. In one case on prod, a widget with 115 score records only performed the initial request to play_logs_get, despite there being two pages total.
The issue is not comprehensive to all paginated requests: in another case, a widget with 700+ play records properly performed multiple requests to the endpoint.