OBJECT
CrAssessmentAttempt
For more details, see Query.crAssessmentAttempts.
link GraphQL Schema definition
- type CrAssessmentAttempt {
- # 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 :
- # Name of the Subject (containing the Assessment) that was taken during this
- # attempt.
- String :
- # Assessment Form version - changes when a Form (collection of Assessment
- # Questions) is updated.
- String :
- # The date and time this assessment was started.
- DateTime :
- # The date and time this assessment was completed.
- DateTime :
- # An attempt is an instance of a user taking a form. This represents the attempt
- # completion status. One of: 'Complete', 'Incomplete', 'Abandoned'.
- String :
- # Assessment completion status. One of: 'Pass', 'Fail', 'Skipped'.
- String :
- # Number of attempts 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 CrAssessmentAttempt was modified.
- DateTime :
- # The time this CrAssessmentAttempt 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 Program this Attempt belongs to.
- String! :
- # Name of the Program this Attempt belongs to.
- String! :
- }
link Require by
- CrAssessmentAttemptConnectionA type that describes the return type for the crAssessmentAttempts query. CrAssessmentAttempts can then be accessed via nodes or edges
- CrAssessmentAttemptEdgeA type that describes an edge in the CrAssessmentAttemptConnection. Essentially, a CrAssessmentAttemptEdge is a wrapper object for CrAssessmentAttempt. The only addition is a cursor placed on each record that can be used in subsequent queries to fetch CrAssessmentAttempt records after 'cursor'.