Total Questions panel in Office Safety
November 4, 2019 12:00 AM
Hello,
I am curious how in the Office Safety project they created the panel the indicates how many questions they have answered and how many are left.
Thanks,
Craig H Gray
XR1
Discussion (3)
That utilizes the "Fixed" position setting on all objects. When an object is set to fixed, it sits on a plane in the viewable area for the user on whatever device they are using to view the content. It stays at the relative position it it placed in no matter when the user gazes during the scenario.
You can think of it as a "Heads Up Display", where you can give the user information that should always be visible while they are progressing through their experience.
So what type of object would you use? A hotspot, a infocard? And then which settings do you use to indicate the total questions vs questions asked?
Thank you!
That example uses an Info Card. The text in the Info Card is:
%Questions Answered%/8
Questions Answered
There is a variable in the scenario called "Questions Answered" that I initialize to zero, and increment each time the user answers a question. The "%" nomenclature in the text is variable substitution, where whatever the value of the variable is gets updated in the text in real time.
The whole subject is covered here, for exactly that scenario:
https://www.youtube.com/watch?time_continue=6&v=w35xFh7K4qAundefined
Discussions have been disabled for this post