Hello friends
My game contains several Test.
How would I have to do it if I wanted to save the information per user, for example, if I approved or failed a test, and how much time did I take it?
How could I visualize the list of users who participated in the test?
Greetings from Chile
You could use a Leaderboard for this, set the scope to your App and use the score to understand it.
Another way could be to use UserFile to store a JSON or XML representation of the test information with shareType=Everybody and a fixed name (for example a unique code for your test).
An elegant and more convenient way would be to create your own custom add-on with the classes and webservices specific to your app, it requires some experience in PHP programming but not too hard to do.
FRANCESCO CROCETTI @ SKARED CREATIONS