OBJECT
QuestionScore
link GraphQL Schema definition
- type QuestionScore {
- : [AnswerCount]
- # Title of the input
- : String
- : Int
- : Boolean
- # Average score. If there are sub question, average score of all sub question.
- : Float
- : [QuestionScore]
- }