Search Unity

Creating in game survey/questionnaire

Discussion in 'AR/VR (XR) Discussion' started by agatus, Aug 9, 2020.

  1. agatus

    agatus

    Joined:
    Feb 24, 2020
    Posts:
    1
    Hi all,

    I have a survey created in the VR environment that participants can complete by gazing at the answers. I'm wanting the answers for these questions to be uploaded automatically to an external page (such as Qualtrics) immediately after users complete the survey so I that can analyze the data. I've tried to use Unity analytics to do this, but it's not specific enough in the data it collects (i.e. I can't see individual users data).

    Any ideas on how to implement this on android?
     
  2. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    Yikes. I hope you also support pointing with the controller, on any system that has one.

    Sure, you just need a web form that invokes a tiny PHP (or whatever) script that writes the inputs to the file. Then submit this form from your app using UnityWebRequest.
     
  3. Tabu

    Tabu

    Joined:
    Dec 3, 2008
    Posts:
    44
    Soo.. a bit late to the party here... by about a year :D
    I am currently thinking of using Firebase to do some in-game survey right now. We have been using Firebase combined with datastudio for a while, to do analytics, and it really works well for us, I am trying to figure out the best way to do survey using firebase.