I thought that under "Check_Scores_Addition" group that line 6-9 was doing this? The section where it says "Array_LB_Addition.CurX*3...." on line 7 is supposed to be it from the tutorial.
If I do not have X*3 then it would only save the 1st X in the Array
If I do X*2 then it does 2 ros of X
3 = 3 rows of X
My Array is 3 X deep, 1 Y
Or at least that is how I understood it in the tutorial. And it saves both the score and the correct answers that are stored in the array...but not the name...which is probably because it is not an int?