Skip to content

Releases: MartinFk/VRQuestionnaireToolkit

version 1.4.1

02 Aug 14:39
c2f1674
Compare
Choose a tag to compare
  • fixed compatibility issues

version 1.4

21 Jun 08:05
40f7c47
Compare
Choose a tag to compare

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.

version 1.3

02 May 13:28
759cd9f
Compare
Choose a tag to compare

fixed double feedback (tactile and audio)
code clean-up
documentation

version 1.2

07 Feb 09:16
ebb63f1
Compare
Choose a tag to compare
  • (EXPORT) summary table for all participants + individual csv sheets
  • (EXPORT) updated checkbox format
  • (UI) visual feedback for unanswered mandatory questions

version 1.1

22 Dec 15:02
526ac1b
Compare
Choose a tag to compare

Added new features and re-worked documentation.

version 1.0

26 Nov 13:06
ee62460
Compare
Choose a tag to compare

initial VRQuestionnaireToolkit version