how to assign answers text to quiz game?

Hello I’m making quiz game in unity.
I want assign answers text to answers buttons
I did use string list with 36 aswers and for loop.

 for (int i = pytanie_for; i > 3; i++)
            {
                odpowiedzi_text_.text = baza.odpowiedzi*;*_

}
“odpowiedzi_text” is answers text mesch pro. odpowiedzi is aswers string list. Ptytanie_ for is question number *3 because I have 3 aswers for 1 question
Unity assagin first question answers.
After switch question answers text don’t assagin to butons.
Help me please!