Comments

Overview

  • As a: Learner
  • When: after submitting an answer on a question card
  • Then: I want to be able to send a feedback comment for the question card.

Endpoint

/api/v1/question_comment

Example Body:

body: {
  "question_id": 108,
  "comment": "This is an example comment",
  "user_enrollment_id": 944cff9f-4ef3-4582-ac3e-890ad9a59c81
}

Reactions