Present image stimuli from same row consecutively, randomize down rows

Mac Ventura 13.2.1, PsychoPy v2023.1.3, standalone
Standard Standalone? (y/n) If not then what?: Y

Goal:
My experiment consists of showing a series of question image stimuli matched with answer image stimuli that are either correct or incorrect. I have a quesFile column with image stimuli file name and a corresponding respFile that I want to be presented after the corresponding quesFile. I want the columns to be paired but maintain randomization down the rows.

Screenshot 2023-09-14 at 10.48.00 AM

What I have done so far:
This is an overview of my Builder setup.

I currently have a loop set up to upload the xlsx file.

Component for the question stimuli

Component for the answer stimuli

Where I am stuck:
I am unsure where to begin to accomplish my goal. If there is already a demo experiment that addresses this, I would appreciate pointing in the right direction as I am unsure what wording to use/search for.

In what way does it fail to work? Within the same iteration of the loop only one row will be used from the spreadsheet.

I was able to solve the issue. I was using an incorrect xlsx file - a minor fix. Thank you!