Objectives

APIs

  • Add Objective

  • Get Objective By Objective Id

  • List Objectives By Course

Examples

Add Objective

mutation {
  addObjective(
    objective: {
      objectiveName: "TE 1"
      description: "Develop a model that predicts and describes changes in particle motion, temperature, and state of a pure substance when thermal energy is added or removed."
      targetId: "target Id"
      targetName: "TE",
      course: "Integrated Science",
      taskIds: ["462f0f1ac94", "5cf57356c1b"]
    }
  )
}

Get Objective By Course and Objective Id

List Objectives By Course

Last updated