Copying peer reviewing assignments
Rather than having to manually copy peer reviewing assignments from one assignment to another it is possible to copy all of them from one assignment to the next with a program:
./copy-peer-reviewer-assignments.py course_id old_assignment_id new_assignment_id
For example:
./copy-peer-reviewer-assignments.py
Download copy-peer-reviewer-assignments.py 189 314 2423
It is also possible to limit the copying to a single section of the course:
./copy-peer-reviewer-assignments_in_section.py course_id old_assignment_id new_assignment_id section_id
For example:
./copy-peer-reviewer-assignments_in_section.py
Download copy-peer-reviewer-assignments_in_section.py 6434 25452 25450 10722
Note that the test of being in a given assignment is applied to the user to be peer-reviewed and not the assessor (i.e., the person to do the peer review).