Engagement Survey

The logger ships with a prebuilt engagement survey aimed at gauging user sentiment. Ultimately, the best way to understand reception to your 3D experience is by directly asking your users.

By default, the engagement survey randomly prompts itself during the user's experience. In the event a user answers the survey, Metalitix will use the browser's local storage to remember the user's response. So, if the user has already answered the survey it will not be shown again (until the application's local storage is cleared).

To add the engagement survey to your scene, open the logger settings by navigating to Metalitix in the menubar and selecting Logger from the dropdown. At the bottom of the settings, you will see a section for Engagement Survey with a warning that the survey has not been added to your scene. Click the button Add Survey to Scene at the bottom of the window to automatically add the survey prefab to your scene, and the warning will disappear.

Survey Settings

When instantiating Metalitix, the settings below modify the survey's appearance.

SettingDefault

Show Survey Whether to randomly and automatically prompt the user for their sentiment during a session.

true

Survey Interval The time range, in seconds, after session start when the survey might appear.

180

Survey Logo The logo asset to use on the survey prompt.

SurveyDefaultLogo (Metalitix Logo)

Survey Background Color The color of the prompt behind all elements.

#FFFFFF

Survey Text Color The color of the question at the top of the survey.

#0D1117

Survey Button Color The background color of the button.

#0D1117

Survey Button Text Color The color of the text inside the button.

#FFFFFF

Survey Prefab The prefab to use for creating the survey during runtime.

WhitePopUpSimpleCanvas

Manual Surveying

If you wish to manual trigger the engagement survey, you can use the below C# function.

FunctionParametersReturns

ShowSurvey() Immediately send a prompt to the user that asks for their sentiment.

None

None

Last updated