OBJECT
CrAssessmentUserCompletion
For more details, see Query.crAssessmentUserCompletions.
link GraphQL Schema definition
- type CrAssessmentUserCompletion {
- # A unique identifier for this entity.
- ID! :
- # The unique identifier for the User.
- String! :
- # The current SSO identifier for the User. If the user changes plans, then the SSO
- # identifier will become null.
- String :
- # The Pluralsight Plan for the given record.
- String! :
- # Taken as a pre-assessment or regular/post assessment. One of: 'pre-assessment',
- # 'regular'.
- String :
- # Subject name. Name of the Subject (containing the Assessment) that was taken
- # during this Session.
- String :
- # A topic is an assessment and a course video.
- String @deprecated( reason: "Field renamed. Please use subjectName instead." ) :
- # Human readable form identifier, including version and taxonomy.
- String :
- # The date and time this assessment was started.
- DateTime :
- # The date and time this assessment was completed.
- DateTime :
- # Session is an instance of a user taking a form. This gives the session
- # completion status. One of: 'Complete', 'Incomplete'.
- String :
- # Assessment completion status. One of: 'Pass', 'Fail', 'Skipped'.
- String :
- # Assessment/topic attempt count.
- Int @deprecated( reason: "Field renamed. Please use subjectAttemptCount instead." ) :
- # Subject Attempt Count. Number of attempts/Sessions the user has made so far
- # against this Subject (by taking its Assessment, in order to get a passing
- # score).
- Int :
- # The last time this CrAssessmentUserCompletion was modified.
- DateTime :
- # The time this CrAssessmentUserCompletion was created.
- DateTime :
- # A User on Pluralsight is someone who is currently using or has ever used a
- # license on the plan.
- User :
- # UID String of the (Custom Achievement) Program this Session belongs to.
- String! :
- # Name of the (Custom Achievement) Program this Session belongs to.
- String! :
- }
link Require by
- CrAssessmentUserCompletionEdgeA type that describes an edge in the CrAssessmentUserCompletionConnection. Essentially, a CrAssessmentUserCompletionEdge is a wrapper object for CrAssessmentUserCompletion. The only addition is a cursor placed on each record that can be used in subsequent queries to fetch CrAssessmentUserCompletion records after 'cursor'.
- CrUserCompletionConnectionA type that describes the return type for the crAssessmentUserCompletions query. CrAssessmentUserCompletions can then be accessed via nodes or edges