MartinFk / VRQuestionnaireToolkit

🎓 ---- VRQuestionnaireToolkit ---- 🎓Enables the community to easily collect subjective measures in virtual environments.
MIT License
114 stars 25 forks source link

Feature Update: send results to server #22

Closed Charrr closed 3 years ago

Charrr commented 3 years ago

Instruction:

  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.
MartinFk commented 3 years ago

We kindly thank volkerku for the input.