---
title: "Student Submit Survey by Module ID"
method: POST
path: "/students/modules/{id}/survey"
tags: ["students-courses"]
---

# Student Submit Survey by Module ID

`POST /students/modules/{id}/survey`

student submit survey by module id

## Path parameters

- `id` string, required

## Request body

- V1SubmitSurveyInput
  - `answers` V1SurveyAnswer[]
    - `answer` string
    - `questionId` string

## Response `200`

ok

- string

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error
- `default` — Default response

---

[API](https://skmtc.net/creatly/apis/creatly-api.md) · [All operations](https://skmtc.net/creatly/apis/creatly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/creatly/creatly-api/revisions/513aaee36614/schema)
