API for comments and marks
I have created a Rubric for commenting on learners at a subject and at a learner level.
I want to extract all such comments for each subjects and learners learning that subject/course
Is there way to achieve
Thanks
Answers
-
Hi Mahesh,
See
GET /d2l/api/le/(version)/(orgUnitId)/assessment
As noted if you provide the Query Parameters object type name (for example, Discussion), the identifier for that object, an assessment type, a rubric identifier for the relevant rubric, and the user ID for the user in question the action returns a RubricAssessment JSON structure with the information you've highlighted.
Using the API this would need to be done for each user, in each course offering and rubric available in that course.
An alternative approach would be to retrieve the Rubric related datasets via API and process these offline. In particular the Rubric Assessment Criteria contains the information you want to retrieve in addition to other datasets such as those related to Users and Course Offerings you will also require.
Hope that helps!
-
Thank you so much Chris for detail quick response
Have a good day
-
Thanks Muhammad.
I am looking to pull grades and Rubric based discussion/comments from Brightspace and render it in the PowerBI with drill down options. we will also want to control who can see learners comments and grades for a particular course
Regards
Mahesh D