E1850. Write unit tests for review response map.rb team100: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:


== Problem ==
== Problem ==
  Review_response_map.rb is used to prepare data for peer review. But there are no unit tests for it.  
  Review_response_map.rb is used to prepare data for peer review. But there are no unit tests for it.
 
==

Revision as of 21:19, 2 November 2018

Background

Expertiza is an open source web based peer review system developed and maintained by students and faculty members at North Carolina State University. It enables students enrolled in a particular course to form online teams, complete assignments, review other's work and receive feedbacks of your work.

Problem

Review_response_map.rb is used to prepare data for peer review. But there are no unit tests for it.