Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Adding a response to a multiple choice gives Status 500: Internal server error #81

Open
Meefish opened this issue Dec 19, 2024 · 0 comments

Comments

@Meefish
Copy link

Meefish commented Dec 19, 2024

For reproduction purposes

Given Input:
{ "answerID": "7f0df62d-31c3-4845-a604-dda971bfb412",
"interactionID": "6bbd248b-c75e-4ca6-8621-69c6a5e569f2",
"questionID": "35bccf73-e1c9-4da7-9018-1a0327708cd9"
}

Response:
{ "$schema": "https://wildlifenl-uu-michi011.apps.cl01.cp.its.uu.nl/schemas/ErrorModel.json", "title": "Internal Server Error", "status": 500}

ID's From:

{
"$schema": "https://wildlifenl-uu-michi011.apps.cl01.cp.its.uu.nl/schemas/Interaction.json",
"ID": "6bbd248b-c75e-4ca6-8621-69c6a5e569f2",
"timestamp": "2024-12-24T14:15:22Z",
"description": "Wow",
"location": {
"latitude": -90,
"longitude": -180
},

"ID": "35bccf73-e1c9-4da7-9018-1a0327708cd9",
"text": "Op welk tijdstip kwam u het wilde dier tegen?",
"description": "Deel alstublieft hieronder wat uw eerste reactie was toen u het dier zag.",
"index": 4,
"allowMultipleResponse": true,
"allowOpenResponse": false,
"openResponseFormat": "string",
"answers": [
{
"ID": "7f0df62d-31c3-4845-a604-dda971bfb412",
"text": "'s Avonds",
"index": 3
},
{
"ID": "a065dab7-b719-4a38-b496-c3029ccc6515",
"text": "'s Nachts",
"index": 4
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant