quizAttemptInput
No description
input quizAttemptInput {
id: ID!
timeElapsedInSeconds: Int
status: AssessmentAttemptStatus!
grade: Int
passed: Boolean
assignmentSubmission: ID
topicType: TopicType
forgiven: Boolean
correctQuestionsCount: Int
answeredQuestionsCount: Int
unansweredQuestionsCount: Int
questionsWithChoicesCount: Int
poolLabelByQuestionId: JSON
questions: [QuestionInput!]
}