>
thank you for the reply!
I remember trying to do this method but I couldn't get the code on how to generate the matching row for the other value, if that makes sense.
In other words, I could pick a random value from the meaning part but I didn't know how to get the matching word part, if that makes sense.
If all of the questions are at X,1 and all of the answers are at X,2, then all you need is X. So if x is 6 then the question is at 6,1 of the array and the answer is at 6,2. So the question is randomnum,1 and the matching answer is randomnum,2 every time.