You should get all the participants to sign-up first, so you can pre-determine the order (first to reply could be complicated since you may have to think a bit before posting).

assignment ideas:
- sorting is always classic (especially if you don't say which algo in advance)
- Compute word frequencies in a file, output sorted list.
- Compute word to document associations in a directory of files (inverted index)
- ...