Authorization: Bearer ********************{
"content": "A team member consistently misses deadlines. How would you address this situation?",
"scenario": "You're leading a project with tight deadlines, and one of your team members has missed their last three delivery dates.",
"explanation": "This question assesses your ability to handle performance issues while maintaining team cohesion.",
"categoryId": 1,
"skill_code": "COMM-103",
"point_value": 10,
"options": [
{
"text": "Immediately report them to upper management",
"is_correct": false,
"mark": 0
},
{
"text": "Have a private conversation to understand underlying issues",
"is_correct": true,
"mark": 4
},
{
"text": "Reassign their work to other team members",
"is_correct": false,
"mark": 1
},
{
"text": "Send a group email highlighting the missed deadlines",
"is_correct": false,
"mark": 0
}
]
}curl --location 'http://localhost:3000/api/v1/soft-skills/questions/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"content": "A team member consistently misses deadlines. How would you address this situation?",
"scenario": "You'\''re leading a project with tight deadlines, and one of your team members has missed their last three delivery dates.",
"explanation": "This question assesses your ability to handle performance issues while maintaining team cohesion.",
"categoryId": 1,
"skill_code": "COMM-103",
"point_value": 10,
"options": [
{
"text": "Immediately report them to upper management",
"is_correct": false,
"mark": 0
},
{
"text": "Have a private conversation to understand underlying issues",
"is_correct": true,
"mark": 4
},
{
"text": "Reassign their work to other team members",
"is_correct": false,
"mark": 1
},
{
"text": "Send a group email highlighting the missed deadlines",
"is_correct": false,
"mark": 0
}
]
}'{}