trollface Thank you, for clarifying that JSON encoded arrays are not readable in C2 and for your changes to my .CAPX
I do have two final questions now knowing that the array has to be written in a specific C2 format:
1- Can you verify that this following array has been written correctly?:
{ "c2array":true, "size":[ 2, 2, 1 ], "data":[ [ ["What is your name?"], ["John"] ], [ ["What color is your hair?"], ["Brown"] ] ] }
2- Inside the .CAPX, how can i display both the question and the answer as two separate text objects, in other words how do i split the data to display answers and questions separately?
Again, thank you for your assistance, it has helped a lot...