grchristensen / avpd

Apache License 2.0
0 stars 4 forks source link

TODO: (Backend) Highlighting Implementation #13

Open grchristensen opened 3 years ago

grchristensen commented 3 years ago

We need to take the highlighting code and turn it into a module that accepts a word document and the positions of sentences to highlight and returns a new word document that has the specified sentences highlighted.

This functionality should be implemented through the API with a GET request at http://avpd.com/instructor/classrooms/<id>/assignments/<id>/submissions/<id>/detailed-report.

grchristensen commented 3 years ago

I will be working on the GET request.