@Riffy , Welcome to Microsoft Q&A, based on my test, you could access the various elements from the Array like the following:
int Item1 = 1;
int Item2 = 2;
string ArrayString = QuizList[Item1-1].Item2;
Item1 = 3;
Item2 = 4;
int ArrayNo = QuizList[Item1-1].Item4;
Best regards,
Jack
If the answer is the right solution, please click "Accept Answer" and upvote it.If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.