I have a peer review assignment in a class I teach and want to develop some code that will randomly assign three papers to each student to review. I have randomly assigned each student a number so that their papers will be anonymous....no problem there. Where I'm getting hung up and would be interested in some help is how to randomly assign three papers to each of the students. What I'm having a hard time figuring out is how to do this so that a student doesn't get assigned...
- their own paper
- the same paper more than once.
Although the data setup is trivial, some sample data are below in case anyone is inclined to help.
Thanks,
Lance
Code:
clear input float student 1 2 3 4 5 6 7 8 9 10 end
0 Response to Making non-repeating assignments (Assigning students a set of paper for peer review)
Post a Comment