Skip to content

Commit

Permalink
SurveyResponse: update wording CSV
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannaPeanut committed Apr 11, 2024
1 parent 7a57f01 commit 9e2ca43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/api/survey/[surveyId]/questions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
]

const types = {
singleResponse: "single",
multipleResponse: "multi",
singleResponse: "einfach",
multipleResponse: "mehrfach",
}

type Question = { id: number | string; type: string; question: string }
Expand Down

0 comments on commit 9e2ca43

Please sign in to comment.