Non-repeated Random Questions?

Non-repeated Random Questions?

by Bill Goffe -
Number of replies: 0
I'd like to do "mastery learning" in my class. This involves students taking a quiz on a specific subject until they pass it (the idea is they go back and study to master the material). I know how to set up a quiz that randomly selects questions from a category (by using random questions), but sometimes this repeats questions in an earlier quiz that student took. Here's an example with 4 questions in a category:
  Quiz 1
    Question 2
    Question 3
  Quiz 2
    Question 1
    Question 2 (repeated from Quiz 1)
Is there a way to avoid such repeated questions? In probability terms, I want "sampling without replacement."
Average of ratings: -