I have a list of about 60 questions. They are presented in random order. I also have two forms of each question, and I would like MediaLab to randomly select one form of each question. The only way I've figured out to do this is to have blocks for each question of the two forms and a blank instruction screen. I have it randomly select between the question forms and then skip to the instruction screen to prevent it from presenting both forms of the question.

The problem is that the shortest duration for the instruction screen is 1 second. Each question is quite short, so a 1 second delay between each one is really noticeable and irritating. Is there any better way to do this?