EduReports-Reading.ReadAnonymous.All
Allows the app to read all tenant users reading assignments submissions data (excludes student-identifying information) without a signed-in user.
Merill's Note
For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the
EduReports-Reading.ReadAnonymous.All
permission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReport
command. See How To: Run a quick OAuth app audit of your tenant
Category | Application | Delegated |
---|---|---|
Identifier | 040330d7-be7e-4130-b349-a6eb3a56e2f8 | - |
DisplayText | Read all tenant reading assignments submissions data | - |
Description | Allows the app to read all tenant users reading assignments submissions data (excludes student-identifying information) without a signed-in user. | - |
AdminConsentRequired | - | - |
Graph Methods
→ API supports delegated access (access on behalf of a user)
→ API supports app-only access (access without a user)
Methods |
---|
Resources
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
Graph reference: speakerAssignmentSubmission
Property | Type | Description |
---|---|---|
assignmentId | String | ID of the assignment with which this submission is associated. |
averageWordsPerMinutePace | Int64 | The average speaking pace of the student, measured in words per minute. |
classId | String | ID of the class this speaker progress is associated with. |
fillerWordsOccurrencesCount | Int64 | The number of times the student was flagged by Speaker Coach for using a filler word. |
incorrectCameraDistanceOccurrencesCount | Int64 | The number of times the student was flagged by Speaker Coach for being either too close or too far away from the camera. |
lengthOfSubmissionInSeconds | Double | The length of the student submission in seconds. |
lostEyeContactOccurrencesCount | Int64 | The number of times the student was flagged by Speaker Coach for losing eye contact with the camera. |
monotoneOccurrencesCount | Int64 | The number of times the student was flagged by Speaker Coach for speaking in monotone. |
nonInclusiveLanguageOccurrencesCount | Int64 | The number of times the student was flagged by Speaker Coach for using non-inclusive or sensitive language. |
obstructedViewOccurrencesCount | Int64 | The number of times the student was flagged by Speaker Coach for obstructing the view of their face. |
repetitiveLanguageOccurrencesCount | Int64 | The number of times the student was flagged by Speaker Coach for using repetitive language. |
submissionId | String | ID of the submission this speaker progress is associated with. |
studentId | String | ID of the user this speaker progress is associated with. |
submissionDateTime | DateTimeOffset | Date and time of the submission this speaker progress is associated with. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . |
topFillerWords | String collection | The filler words used most by the student. |
topMispronouncedWords | String collection | The words mispronounced most by the student. |
topNonInclusiveWordsAndPhrases | String collection | The non-inclusive or sensitive words and phrases most used by the student. |
topRepetitiveWordsAndPhrases | String collection | The words and phrases most repeated by the student. |
wordsSpokenCount | Int64 | Total number of words spoken by the student in the submission. |