Questions

APIs

  • Add Free Response Question

  • Add Multiple Choice Question

Examples

Add Free Response Question

mutation {
  addFrQuestion(
    question: {
      points: 2
      description: "A disturbance that transfers energy from place to place"
      answer: "Wave"
    }
  )
}

Add Multiple Choice Question

Last updated

Was this helpful?