Dynamic choices for radio buttons

Hello everyone, I have such a problem. I don’t understand how to make dynamic radio buttons. I want all options to be taken from the database. Example: I have 3 items in the database
question_answer1 , question_answer2, question_answer3. How to make radio buttons so that there are 3 selection options and the text of these options is taken from the database, specifically from “question_answer” …

Maybe you’ve tried this:
This should be possible by creating a repeating group that takes the options from the database as the data and displays a radio button in each cell with the option name as the radio button title.