Hello everyone.
I used C2 to make a serious game, actually an interactive research, where the player is questioned which of 3 gifts he/she should give to his/her 3 sons.
There are 10 questions, each one asking who should receive each item. The "offline" version of this test is already made and works, but I need it to be able to be played online and without the presence of the researcher.
To play the game, the user should receive a link or URL and play it in his device (Desktop preferred). This link should take him to a page where the game is hosted, and take the test.
After the session, the researcher has to receive the answers of the test in a google sheets file or another convenient way to analyze the data of all who responded.
My questions are:
1) Where should I host the game, assuming the client/researcher has provided no money for renting domains, but still be able for the player to access the game and send in his results? Is it possible, although not recommended, to host it on Scirra Arcade for instance?
2) How should I store and manage the answers ingame? Should I create an Array and store every value? How different players will be indentified in the report?
3) How to finally export this data to Google Sheets or another convenient way for the researcher to do his job?
Thank you for your help and patience with my limited knowledge.
Cheers