{
"scenario": "You witness a colleague taking credit for your work. How do you respond?",
"content": "What is the most ethical way to handle this situation?",
"options": [
{
"text": "Confront the colleague and demand recognition.",
"isCorrect": false
},
{
"text": "Report the incident to your manager.",
"isCorrect": true
},
{
"text": "Ignore the situation to avoid conflict.",
"isCorrect": false
},
{
"text": "Discuss the matter with the colleague privately.",
"isCorrect": true
}
]
}
curl --location --request PATCH 'http://localhost:3000/api/v1/integrity-assessment/questions/1' \
--header 'Content-Type: application/json' \
--data '{
"scenario": "You witness a colleague taking credit for your work. How do you respond?",
"content": "What is the most ethical way to handle this situation?",
"options": [
{
"text": "Confront the colleague and demand recognition.",
"isCorrect": false
},
{
"text": "Report the incident to your manager.",
"isCorrect": true
},
{
"text": "Ignore the situation to avoid conflict.",
"isCorrect": false
},
{
"text": "Discuss the matter with the colleague privately.",
"isCorrect": true
}
]
}'{}