CompetencyAssessmentResponseQuestion
No description
type CompetencyAssessmentResponseQuestion {
id: ID!
body: String!
choices: JSON
type: CompetencyAssessmentQuestionType!
mustSelectAllCorrectChoices: Boolean!
}
Fields
CompetencyAssessmentResponseQuestion.id
● ID!
non-null scalar
CompetencyAssessmentResponseQuestion.body
● String!
non-null scalar
CompetencyAssessmentResponseQuestion.choices
● JSON
scalar
CompetencyAssessmentResponseQuestion.type
● CompetencyAssessmentQuestionType!
non-null enum
CompetencyAssessmentResponseQuestion.mustSelectAllCorrectChoices
● Boolean!
non-null scalar
Member of
CompetencyAssessmentResponse
object