|
Select a certain grade, such as the first grade (300 in total), and then select the scope of the test room (such as 301, 302, 303, .... a total of ten test rooms (first 30 test rooms each, some test rooms may add several people according to the actual situation)
How to allocate these 300 people to the ten test venues, grade individuals, and test range are all stored in the ArrayList. You can use a for loop to iterate or iterate to obtain its value. How to use random assignment (randomly assign candidates to the above test venues), or Other methods |
|