I am new to Power Apps and am trying to create my first application. I am running into a few issues though.
I am trying to create an app that identifies the user, grabs a random question from a database, give four possible answers, then records whether or not their answer was correct. I am able to confirm the user by their email and grab a random question, but trying to use the radio buttons for the multiple choice question is not working.
My database for the questions and answers is below.

My Formula for the Question Label is...

My Formula I am trying to use for the radio is...

I was wondering if any one could help me understand how to retrieve the four possible answer columns and place them into the radio. If it is possible, I would also like to randomize the order of the answers.
Also, if there is a better way to retrieve a question from the database, I am all ears.
Any help would be appreciated. Thanks.