OBJECT

QuestionScore

link GraphQL Schema definition

  • type QuestionScore {
  • answersCounts: [AnswerCount]
  • # Title of the input
  • question: String
  • responsesCount: Int
  • scorable: Boolean
  • # Average score. If there are sub question, average score of all sub question.
  • score: Float
  • subQuestionScores: [QuestionScore]
  • }