How do I gather all peer-review comments from one user on one assignment?

sigurd_k_brinch
Community Novice

I'm trying to gather all peer-review comments provided by a single user on a single assignment.

I get the submission comments from the Assignment API with:

      GET /api/v1/courses/:course_id/assignments/:assignment_id/peer_reviews?include[]=submission_comments

But I also need the comments entered in the rubrics table and the Rubrics API associates the comment to the rubric and not the assignment.

I've used the same rubric on multiple assignments.  

How do I associate the comment in the rubric to the correct assignment?

And finally, is it possible to gather the comments entered into the pdf through cocodoc?

Labels (1)