I am trying to make a random exam generator using a database of numbers with corresponding book questions. The exams 12 questions long with questions being randomly assigned by their number from the database. I have generated exams and want to print the questions to the exams by their number ID and their color. For example, I have done EXAM 1-10 by hand. How do I do this en mass?
Solved by D. J. in 21 mins