In an app I am making I have a table that stores texts. Each row holds a question and options (text), when the user selects one of the options - there are columns for each option that directs the program to a different row in the table to show a new question and the process repeats.
Would it be best to set up a large, constant multi-dimensional array or to use SQL or maybe a text file to store the table?
Thanks



