Working with tables

Hi there,

I am trying to make an quiz app with tables and so far it is working very well.
However I want to store not only the total score, which I can do with a game parameter, but the score for each question let us say 0 for wrong and 1 for correct.

What function I can use to change the value of a single cell inside a table and keep the result?

And after that, is there a function to export the data to a server?

Thanks a lot,

Regards.

Comments

Sign In or Register to comment.