Hello.
I´m making for my history class a physical "maraton" game (A mexican board game that you need to anwser questions in order to roll the dice and continue forward.) with a digital questionnaire.
I am trying to make a digital questionnaire instead of the traditional question cards for this board game.
I have a slight idea that creating a 6*100 array will do the trick (there must be 100 questions in the database plus the options a),b),c),d) and the correct option to make a comparison with the user input).
However creating 600 elements with arrays is too extense, how can I correctly use the combination of the array events and functions events in order to make this shorter to make?.
Thank you.