You can create a JSON which will have level, username and his score/rating and save it in Storage Service. If every user will be participating in each level, then there would be 400 JSON doc for each user. You can fetch all his JSON docs by passing username in query in the chunk of 100 objects with paging.
See here for more details.
Let me know if it helps.
Thanks
Ajay