{
"isSuccess": true,
"statusCode": 201,
"data": {
"_id": "67aeef90b2c7d32d4f6f4f10",
"locale": "tr",
"targetLanguage": "en",
"title": "English Placement Test",
"description": "General level placement test for new students",
"levels": [
{
"name": "A1",
"minScore": 0,
"maxScore": 20,
"message": "Keep practicing the basics."
}
],
"coverImage": "https://cdn.example.com/proficiency-tests/cover.png",
"questions": [
{
"id": "67aeef90b2c7d32d4f6f4f91",
"text": "What is the correct sentence?",
"options": [
{
"id": "67aeef90b2c7d32d4f6f4f90",
"text": "Option text",
"isCorrect": false
}
],
"score": 10
}
],
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
},
"errors": [
"Error messages..."
],
"timestamp": "2026-02-14T09:58:22.128Z"
}