Skip to content

Reviews export

Paul van der Laan requested to merge reviews_export into dev

Closes #61 (closed)

Forgot the project was moved, so I moved the code afterwards to this project.

  • Changed the csv parser to a library json2csv (run npm install)
  • Improved the tests to be more useful
  • All reviews can be exported per assignment
    • Questions are in the headers, together with netid and student number
    • Answers are properly escaped by the library and put in the csv file
  • Route for reviewsExport: /api/assignments/:assignmentId/reviewsExport
Edited by Paul van der Laan

Merge request reports

Loading