Releases: MartinFk/VRQuestionnaireToolkit
Releases · MartinFk/VRQuestionnaireToolkit
version 1.4.1
version 1.4
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:
- Copy survey-results.php under Assets/Resources/Templates to your server. The survey results will be saved in parallel with it.
- In SampleSence’s hierarchy window, go to VRQuestionnaireToolkit->ExportToCSV.
- In the inspector window, check Also Save To Server.
- Replace the target URI with your server’s address (e.g. http://www.example-server.com/survey-results.php, http://localhost/survey-results.php)
- Run the scene.
- 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
fixed double feedback (tactile and audio)
code clean-up
documentation
version 1.2
- (EXPORT) summary table for all participants + individual csv sheets
- (EXPORT) updated checkbox format
- (UI) visual feedback for unanswered mandatory questions
version 1.1
Added new features and re-worked documentation.
version 1.0
initial VRQuestionnaireToolkit version