I wanted to save th...
 
Notifications
Clear all

I wanted to save the information by user, for example, if I approved or failed a test

2 Posts
2 Users
0 Reactions
842 Views
(@isasaurio)
Posts: 29
Eminent Member
Topic starter
 

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

 
Posted : 20/03/2018 9:10 pm
(@skaredcreations)
Posts: 805
Prominent Member Admin
 

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

 
Posted : 20/03/2018 10:20 pm
Share: