Skip to main content
4-Participant
March 16, 2023
Solved

Augmented Reality (Vuforia Studio)

  • March 16, 2023
  • 1 reply
  • 2221 views

I want to add the Multiple Choice Question (MCQ) in the Vuforia Experience (with Vuforia Studio). How I can do that ?

 

Best answer by RolandRaytchev

Hi @PI_10616642 ,

there are different ways to implement muti choice . Depending on the data, how long should be the info text etc.

 

- So for example  here 2 possible option

  1. you can use a popup with list elements - select widget:2023-03-16_11-52-59.jpg
  2. or you can use 2d repeater Widget to implement some multi choice :2023-03-16_11-59-13.jpg

but there also other widget could be used. So it depends on the design of UI what you want to implement

but generally there is no a standard way to do this. Means every user could implement this what is the user understanding for multichoice , depending on the particular requirements

 

 

 

1 reply

21-Topaz I
March 16, 2023

Hi @PI_10616642 ,

there are different ways to implement muti choice . Depending on the data, how long should be the info text etc.

 

- So for example  here 2 possible option

  1. you can use a popup with list elements - select widget:2023-03-16_11-52-59.jpg
  2. or you can use 2d repeater Widget to implement some multi choice :2023-03-16_11-59-13.jpg

but there also other widget could be used. So it depends on the design of UI what you want to implement

but generally there is no a standard way to do this. Means every user could implement this what is the user understanding for multichoice , depending on the particular requirements

 

 

 

4-Participant
March 16, 2023

Thank You @RolandRaytchev for the solution. I will try to implement in my experience