I have made an app quiz with blocks
To make a question reads from question list var and for multiple choice answers from answer lists , that seperates with comma, as csv row.
Now I m trying to retrieve questions and answer choices from google sheet, copy those lists columns and create new var . lists.
I manage to load the questions ok from google , but not the answers , I thing the problem is that I cannot create a new list row as my block list, because of the 4 choices. 1cell = 4 choices seperates with comma.