Solved

CenarioVR App on Oculus Quest not tracking score

I created a game demo for a trade show that is supposed to show the score on the screen as users answer questions. It works perfectly on my computer and in the headset when I run through the browser, but it does not show the score when I use the app. Is there special coding needed to use the Oculus app?

Solution

There are no special requirements to track the score on an Oculus Headset. SCORE is a built in variable and can be shown on an info card using %SCORE%. The score is updated after every question is asked. You don't need to do anything special.


However, if you do modify the SCORE variable, then CenarioVR assumes you are in control of the scoring and will stop doing its automatic scoring. So, if you have any action that is adding to the SCORE variable then that could stop the scoring from working. Displaying the SCORE in a variable does not effect the automatic scoring.

Discussion (4)

Thanks for bringing this to our attention. I suggest you submit a case to customer solutions and they can take a look at it!

https://knowledgebase.elblearning.com/submit-a-case-to-customer-solutions

There are no special requirements to track the score on an Oculus Headset. SCORE is a built in variable and can be shown on an info card using %SCORE%. The score is updated after every question is asked. You don't need to do anything special.


However, if you do modify the SCORE variable, then CenarioVR assumes you are in control of the scoring and will stop doing its automatic scoring. So, if you have any action that is adding to the SCORE variable then that could stop the scoring from working. Displaying the SCORE in a variable does not effect the automatic scoring.

Thank you for the feedback John. That is what I'm using in this course and it does not display in the Oculus, only on my phone or tablet.


Maybe you can do some debugging by temporarily displaying the score on an info card using %SCORE% in every scene, to see where it goes wrong. If the first scene (after the first question/score manipulation) doesn't display the score, then perhaps adding Set Score = 0 action on scene start will do the trick.