Examplary
  • Start for free

    Provide feedback

    Set teacher feedback and/or a grade for a specific question in an exam session.

    POST https://api.examplary.ai/exams/{id}/sessions/{sessionId}/feedback

    Path parameters

    idstringrequired
    sessionIdstringrequired

    Request body

    application/json
    questionstring· pattern: ^q_.*required

    Question ID to provide feedback for

    pointsAwardednumber· >= 0

    Points to award for the answer

    feedbackstring

    Optional teacher feedback for the answer

    Requirements

    User roles

    This endpoint requires the teacher, admin, or owner role to be present.

    OAuth scopes

    This endpoint requires the exams:write scope to be present.