Authorization: Bearer ********************curl --location 'http://localhost:3000/api/v1/integrity-assessment/questions/' \
--header 'Authorization: Bearer <token>'{
"message": "Question retrieved successfully",
"data": {
"id": 1,
"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?",
"createdAt": "2025-02-28T08:49:26.508Z",
"updatedAt": "2025-02-28T08:49:26.508Z",
"options": [
{
"id": 1,
"text": "Confront the colleague and demand recognition.",
"isCorrect": false,
"questionId": 1
},
{
"id": 2,
"text": "Report the incident to your manager.",
"isCorrect": true,
"questionId": 1
},
{
"id": 3,
"text": "Ignore the situation to avoid conflict.",
"isCorrect": false,
"questionId": 1
},
{
"id": 4,
"text": "Discuss the matter with the colleague privately.",
"isCorrect": true,
"questionId": 1
}
]
}
}