Locking List View Selection after a selection has been made

Good Afternoon Everyone,

Is there a way for me to lock the list view selection after a selection has been made?
I've run into an issue where you can toggle between the wrong and right answer and the score will increase?

1 Like

I've had a change of Plan. Instead of picking an answer then select the next question button.
I'll force the player onto the next question from the .Afterpicker action

Now... Just need to figure out how to get that working

1 Like

Store all the questions and answers in lists, and when ListPicker.AfterPicking, change the question and the answer labels to their respective list indeces.

2 Likes