Вопрос с открытым ответом
Если такой вопрос присутствует в теме, то такая тема становится контролирующей. Пользователь можно написать большое эссе или прикрепить файл, предполагается, что такой вопрос препод будет проверять сам
json
{
  "question_type": "open_question",
  "response_body": {
    "question_body": {
      "question_settings": {
        "expected_length": 1000,
        "allowed_file": true,
        "allowed_text": true,
        "max_count_files": 0
      },
      "text_body": "текст вопроса"
    },
    "templates_to_answer": {
      "show": true,
      "templates_body": [
        "коммент 1",
        "коммент 2",
        "коммент 3"
      ]
    },
    "evaluation_criteria": {
      "show": true,
      "criteria": [
        {
          "key": "criteria_1",
          "title": "критерий 1",
          "score": 1,
          "criteria_explanation": {
            "show": true,
            "explanation": [
              {
                "key": "explanation_1",
                "title": "пояснение 1",
                "score": 0
              },
              {
                "key": "explanation_2",
                "title": "пояснение 2",
                "score": 1
              }
            ]
          }
        },
        {
          "key": "criteria_2",
          "title": "критерий 2",
          "score": 2,
          "criteria_explanation": {
            "show": true,
            "explanation": [
              {
                "key": "explanation_21",
                "title": "пояснение 1",
                "score": 1
              },
              {
                "key": "explanation_22",
                "title": "пояснение 3",
                "score": 2
              }
            ]
          }
        }
      ]
    }
  }
}