Skip to content

version 1.4

Compare
Choose a tag to compare
@MartinFk MartinFk released this 21 Jun 08:05
· 16 commits to master since this release
40f7c47

Remote Server Integration:

User can now choose to save results to local storage and/or remote server separately.
• if local-save is on, the provided folder path will be verified at the start of the application, if it doesn't exist, a new folder will be created.
• if remote-save is on, the provided server uri will be verified at the start of the application.
• if neither of the save options in on, the user will be warned that the data will be lost at the start of the application.

Instructions:

  1. Copy survey-results.php under Assets/Resources/Templates to your server. The survey results will be saved in parallel with it.
  2. In SampleSence’s hierarchy window, go to VRQuestionnaireToolkit->ExportToCSV.
  3. In the inspector window, check Also Save To Server.
  4. Replace the target URI with your server’s address (e.g. http://www.example-server.com/survey-results.php, http://localhost/survey-results.php)
  5. Run the scene.
  6. When you hit “Submit” in the end, the survey results will be written both locally on your device and your server. You may check the unity console for the exact paths where the data are stored.