Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Peer Review Assignment Type.

Peer Review Assignment Type: Difference between revisions

From MoodleDocs
(New page: * The Peer Review Assignment Type allows students to submit documents then review the work of other students. * It can be used in classes of 5 or more (usually large classes) and can be us...)
 
Line 31: Line 31:
* [http://tracker.moodle.org/browse/CONTRIB/component/10642 Bug Tracker Page] (Please report bugs here)
* [http://tracker.moodle.org/browse/CONTRIB/component/10642 Bug Tracker Page] (Please report bugs here)
* [http://cvs.moodle.org/contrib/plugins/mod/assignment/type/peerreview/ CVS Repository]
* [http://cvs.moodle.org/contrib/plugins/mod/assignment/type/peerreview/ CVS Repository]
* [http://www.sci.usq.edu.au/staff/deraadt/progressBar.html Screenshots and more information]
* [http://www.sci.usq.edu.au/staff/deraadt/peerReview.html Screenshots and more information]


== Installing ==
== Installing ==

Revision as of 01:30, 17 June 2010

  • The Peer Review Assignment Type allows students to submit documents then review the work of other students.
  • It can be used in classes of 5 or more (usually large classes) and can be used to streamline a series of assignments in a course.
  • It manages the relationships between students without teacher intervention, but with teacher oversight through moderation.

Features

Compared to other Peer Review systems, this system allows...

  • Single deadline
    • Single step submit-review
    • Working ahead / falling behind
  • Online text or submitted document
  • Review metrics and analysis
  • Reusable instructor comments
  • Tracking moderations
  • Flagging bad reviews
  • Simple, objective binary criteria

Benefits for Students and Teachers

  • Evaluation (higher order thinking)
  • Student involvement in the assessment process
  • More feedback
  • Learning community
  • Streamlined marking process and reduce marking load

Links

Installing

This module is an Assignment Type. To install an assignment type...

  1. Unzip the peerreview folder to /mod/assignment/type/
  2. Visit the notifications page and the module will install.

Versions before Moodle 1.9.7

If you are using Moodle version 1.9.6 or earlier, there is a problem with language files for assignment types (MDL-16796) that you will need to resolve manually. This involves patching the mod/assignment/lib.php file so the assignment module will look for the assignment type title in the appropriate language file.

Alternately, you can add the following line to the /mod/lang/en_utf8/assignment.php file (and equivalent language files for other languages).

$string['typepeerreview'] = 'Peer Review';

In either case, in order to allow the module to install, you will need to lower the minimum version number for the Peer Review Assignment Type (in /mod/assignment/type/peerreview/version.php) to be the same as your Moodle version number (in /version.php).

There are no guarantees this will work for versions before Moodle 1.9.5.

Setting Up a Peer Review Assignment

  1. Select Peer Review (under Assignments) from the Activities menu
  2. Enter the General assignment settings as for other assignments Adding/editing_an_assignment
  3. Under Peer Review you have settings specific to Peer Review assignments
    1. Choose whether you want students to submit a document or to enter text online
    2. If you want students to submit a document, set the maximum file size and the file type (fixed to a single type to ensure students can open other student's work)
    3. Students can be rewarded for each of the two reviews they will complete. This reward value is a portion of the Grade value set in the General settings above.
  4. As at version 2010050700 groups are not supported with this assignment type.
  5. Click Save and Display and you should be taken to the Criteria page. For information about writing criteria see Writing Criteria docs page or the help file linked from the Criteria page.
  6. Once criteria are set, sit back and let the system handle submissions and review allocations. You can keep an eye on the Submissions tab to follow this process.
  7. Once the assignment deadline has passed, go to the Submissions tab. Before marks can be awarded, all conflicts between peer reviews should be resolved. It is sometimes the case that students have not received two reviews (either because a student has failed to complete reviews or the submission is one of the last). Teacher reviews override student reviews and resolve any conflicts.
  8. Once all conflicts are resolved, marks can be release individually or all at once (button at the bottom of Submissions tab page). Awarded marks should appear in the Gradebook for the course.

During and after the assignment, statistics are displayed on the Analysis tab. Advice is also provided to guide you on aspects of your assignment that could be improved.

See Also

For more information, please see the author's project page.

Author's Peer Review Assignment Type page