How to shuffle test items in random order in Microsoft Word?
March 18, 2008 1:03 PM
Subscribe
how do i shuffle questions in a Word document in random order?
I am writing an exam that consists of multiple choice questions. I write questions after reading each chapter. What happens as a result is that I have a test which has all the question items in order (by chapter). Is there a way to shuffle these test items so they appear in random order? (I guess it would be the same function that would help me generate multiple versions of the same test with same questions but different order).
posted by esolo to computers & internet (6 comments total)
2 users marked this as a favorite
1) In Excel insert your questions in column A (1 question per line)
2) In Column B, in each row tht contains a question, enter the following: =rand()*100. This simply generates a random number between 1 and 100.
3) Select both columns and then sort (i.e. from the menu bar, click "Data", "Sort"; when prompted, sort by the column that has your randomized numbers)
4) Once sorted, you can copy all of the questions in the Excel file and paste them into Word.
The beauty of the randomize function in Excel is that each time you hit Enter the randomize numbers re-randomize.
Hope this works!
posted by bitteroldman at 1:34 PM on March 18, 2008 [1 favorite has favorites]