How to print a whole array?

Hello! newbie programmer here :slight_smile:

How do i print a whole array and bind it to a text ?

you do realize you code will execute the branch 0 (answers), where all loop will be executed and only then it will pass to branch 1. So, your code doesnโ€™t do what you want.

Are both arrays of the same size? If so, then just use a single for loop to iterate both the answers and questions arrays.