Problem multiple choice questions

Good morning,
I am trying to design a multiple choice choice, with questions chosen randomly from 3 lists (FFTDA, ASSO and REGL).
I can't find a solution to limit the number of questions per list.
The program tends to look for the answer in the previous list, and announces false to the question.

Could you help me ?

Parallel lists are hard to maintain, compared to tables that consolidate all information about a (question, its correct answer, and its false answer options) into one row.

Such a table can have rows deleted, to avoid asking the same question again, without losing sync between questions and their associated answers and prompts.