Authorization: Bearer ********************{
"scenario": "A project manager is overseeing a team working on a software development project. The project is behind schedule, and the client is becoming increasingly frustrated. The team is working hard but facing several technical challenges. What should the project manager do?",
"content": "Please select the most appropriate course of action.",
"options": [
{
"text": "Ignore the client's concerns and focus on the team’s progress.",
"isCorrect": false,
},
{
"text": "Communicate with the client, provide a realistic updated timeline, and offer solutions to address the technical challenges.",
"isCorrect": true,
},
{
"text": "Ask the team to work overtime to meet the original deadline without communicating with the client.",
"isCorrect": false,
},
{
"text": "Cancel the project and suggest the client work with another company.",
"isCorrect": false,
}
]
}
curl --location --request PATCH 'http://localhost:3000/api/v1/scenario-assessments/questions/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"scenario": "A project manager is overseeing a team working on a software development project. The project is behind schedule, and the client is becoming increasingly frustrated. The team is working hard but facing several technical challenges. What should the project manager do?",
"content": "Please select the most appropriate course of action.",
"options": [
{
"text": "Ignore the client'\''s concerns and focus on the team’s progress.",
"isCorrect": false,
},
{
"text": "Communicate with the client, provide a realistic updated timeline, and offer solutions to address the technical challenges.",
"isCorrect": true,
},
{
"text": "Ask the team to work overtime to meet the original deadline without communicating with the client.",
"isCorrect": false,
},
{
"text": "Cancel the project and suggest the client work with another company.",
"isCorrect": false,
}
]
}'{}