CompetencyAssessmentResponse
No description
type CompetencyAssessmentResponse {
id: ID!
questions: [CompetencyAssessmentResponseQuestion!]
competencyAssessment: ID!
grade: Float
passed: Boolean!
correctAnswerCount: Int
incorrectAnswerCount: Int
answeredCount: Int
resourceId: ID!
timeElapsedInSeconds: Int
}