Table of Contents

EduReports-Reading.Read.All

Allows the app to read all tenant users reading assignments submissions data 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.Read.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 ad248c30-1919-40c8-b3d2-304481894e88 -
DisplayText Read all tenant reading assignments submissions data -
Description Allows the app to read all tenant users reading assignments submissions data without a signed-in user. -
AdminConsentRequired - -

Graph Methods

Resources

Granting this permission allows the calling application to access (and/or update) the following information in your tenant.

Graph reference: readingAssignmentSubmission

Property Type Description
accuracyScore Double Accuracy score of the reading progress.
action String Indicates whether the submission is an attempt by the student or a miscue edit done by the educator. The possible values are Attempt and EditMiscue.
assignmentId String ID of the assignment with which this submission is associated.
challengingWords challengingWord collection List of words that the student found challenging during the reading session.
classId String ID of the class this reading progress is associated with.
insertions Int64 Insertions of the reading progress.
mispronunciations Int64 Mispronunciations of the reading progress.
missedExclamationMarks Int64 Number of exclamation marks missed in the reading passage.
missedPeriods Int64 Number of periods missed in the reading passage.
missedQuestionMarks Int64 Number of question marks missed in the reading passage.
missedShorts Int64 Number of short words missed during the reading session.
monotoneScore Double Score that reflects the student's use of intonation and expression. Lower scores indicate more monotone reading.
omissions Int64 Omissions of the reading progress.
repetitions Int64 Number of times the student repeated words or phrases during the reading session.
selfCorrections Int64 Number of times the student self-corrected their reading errors.
studentId String ID of the user this reading progress is associated with.
submissionId String ID of the submission this reading progress is associated with.
submissionDateTime DateTimeOffset Date and time of the submission this reading 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.
unexpectedPauses Int64 Number of unexpected pauses made during the reading session.
wordCount Int64 Words count of the reading progress.
wordsPerMinute Double Words per minute of the reading progress.