---
title: "Create a question"
method: POST
path: "/questions"
tags: ["Questions"]
---

# Create a question

`POST /questions`

## Request body

- object
  - `questionText` string
  - `htmlName` string
  - `answers` object
    - `answerOneText` string
    - `answerTwoText` string
    - `answerThreeText` string
    - `answerFourText` string

## Response `201`

Question created

## Other responses

- `400` — Bad request

---

[API](https://skmtc.dev/hackforla/apis/vrms-api.md) · [All operations](https://skmtc.dev/hackforla/apis/vrms-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hackforla/vrms-api/revisions/092c34cc0e58/schema)
