OpenMOOC / moocng

MOOC Engine
Apache License 2.0
88 stars 43 forks source link

Implemented peer review submission assignment #15

Closed fid-jose closed 11 years ago

fid-jose commented 11 years ago

Created assign_review view, this view tries to find a suitable submission and if one is found, it will be assigned to the user.

Either if a suitable submission is found or not, the user will be redirected to the main peer review assignment page. If a submission could not be assigned, the user will be informed of the reason.

fid-jose commented 11 years ago

New version of the patch, solving the issues appointed by Lorenzo Gil.