OBJECT
CrAssessmentOptionLevelStatistics
For more details, see Query.crAssessmentOptionLevelStatistics.
link GraphQL Schema definition
- type CrAssessmentOptionLevelStatistics {
- # Human readable item identifier, followed by the option index. Works as a primary
- # key for this data. (We do not provide an option uuid).
- String! :
- # UUID for a specific item.
- ID :
- # Human readable item identifier, including version and taxonomy.
- String :
- # UUID for a specific assessment.
- ID :
- # Human readable assessment identifier, including version and taxonomy.
- String :
- # Unique count of user first interactions with the parent item.
- Int :
- # Point biserial correlation between a user's overall session score and whether
- # they chose this option.
- Float :
- # The parent item question text.
- String :
- # The option text.
- String :
- # Whether this option is the correct option.
- Boolean :
- # Count of users who are in the first score quintile who chose this option.
- Int :
- # Count of users who are in the second score quintile who chose this option.
- Int :
- # Count of users who are in the third score quintile who chose this option.
- Int :
- # Count of users who are in the fourth score quintile who chose this option.
- Int :
- # Count of users who are in the fifth score quintile who chose this option.
- Int :
- # Percentage of users in the first score quintile out of users who chose this
- # option.
- Float :
- # Percentage of users in the second score quintile out of users who chose this
- # option.
- Float :
- # Percentage of users in the third score quintile out of users who chose this
- # option.
- Float :
- # Percentage of users in the fourth score quintile out of users who chose this
- # option.
- Float :
- # Percentage of users in the fifth score quintile out of users who chose this
- # option.
- Float :
- # The date and time this entity was last updated.
- DateTime :
- }
link Require by
- CrAssessmentOptionLevelStatisticsConnectionA type that describes the return type for the crAssessmentOptionLevelStatistics query. CrAssessmentOptionLevelStatistics can then be accessed via nodes or edges
- CrAssessmentOptionLevelStatisticsEdgeA type that describes an edge in the CrAssessmentOptionLevelStatisticsConnection. Essentially, a CrAssessmentOptionLevelStatisticsEdge is a wrapper object for CrAssessmentOptionLevelStatistics. The only addition is a cursor placed on each record that can be used in subsequent queries to fetch CrAssessmentOptionLevelStatistics records after 'cursor'.