Hi,
I currently have a sampling tool which is set up as follows:

I'm trying to get two of each name appear, with random Record IDs being selected rather than the first two rows how would I do this?
The output I currently get is correct in terms of structure but some record IDs appear 80-something times (due to picking the first two rows):
The distribution of the questions should look like this (every question should be counted twice - unless there are less than 2 instances of it being answered):

Is there a better way to do this?