I’m creating a simple multiple choice quiz where there is one correct option (which will be the parent groups ‘thing’). So one button is registered that way, and the other 5 grab a random ‘thing’. How do I have the button’s shuffle after every answer? Or is there a better way to do this?
This isn’t exact but concept is there. Additionally you can use 2 RG and stop at item 3 for left and start at item 4 for right if you want to keep that UI.
I just had it refresh after each question for my own ease but you can work your flow in how you want.
Look at how I did the search:item until #5:plus current page current movie so we could factor the correct answer in there. Then it was random sorted so it was in a random order.