-
How do we track open-ended questions from a SCORM package?
We want to report a couple of interactions from our SCORM 2004 package to Brightspace. What we tried so far: In the screenshot below, you will see that these interactions are being reported to SCORM Cloud. If I select these interactions, I am able to see the learner's responses. Now, we uploaded our SCORM 2004 package to…
-
Is a "Learner" role allowed to update the grades through an API Call?
I'm having trouble trying to make the API call below due to the lack of permissions from "Learner", the scope given is correct but yet the API returns a 403 which is forbidden. PUT https://learn.build.org/d2l/api/le/1.9/(orgUnitId)/grades/(gradeObjectId)/values/(myGradeValues) { "GradeObjectType": 1, "PointsNumerator": 12…
-
Is a "Learner" role allowed to update the grades through an API Call?
I'm having trouble trying to make the API call below due to the lack of permissions from "Learner", the scope given is correct but yet the API returns a 403 which is forbidden. PUT https://learn.build.org/d2l/api/le/1.9/(orgUnitId)/grades/(gradeObjectId)/values/(myGradeValues) { "GradeObjectType": 1, "PointsNumerator": 12…
-
How do we track open-ended questions from a SCORM package?
We want to report a couple of interactions from our SCORM 2004 package to Brightspace. What we tried so far: In the screenshot below, you will see that these interactions are being reported to SCORM Cloud. If I select these interactions, I am able to see the learner's responses. Now, we uploaded our SCORM 2004 package to…
-
Is a "Learner" role allowed to update the grades through an API Call?
I'm having trouble trying to make the API call below due to the lack of permissions from "Learner", the scope given is correct but yet the API returns a 403 which is forbidden. PUT https://learn.build.org/d2l/api/le/1.9/(orgUnitId)/grades/(gradeObjectId)/values/(myGradeValues) { "GradeObjectType": 1, "PointsNumerator": 12…
-
How do we track open-ended questions from a SCORM package?
We want to report a couple of interactions from our SCORM 2004 package to Brightspace. What we tried so far: In the screenshot below, you will see that these interactions are being reported to SCORM Cloud. If I select these interactions, I am able to see the learner's responses.Now, we uploaded our SCORM 2004 package to…
-
Is a "Learner" role allowed to update the grades through an API Call?
I'm having trouble trying to make the API call below due to the lack of permissions from "Learner", the scope given is correct but yet the API returns a 403 which is forbidden. PUT https://learn.build.org/d2l/api/le/1.9/(orgUnitId)/grades/(gradeObjectId)/values/(myGradeValues){"GradeObjectType": 1,"PointsNumerator":…