{
"message": "Questions retrieved successfully",
"data": {
"questions": [
{
"id": 7,
"scenario": "What is the capital of France?",
"content": "Choose the correct answer from the options below.",
"options": [
{
"id": 44,
"text": "Rome",
"isCorrect": false,
"questionId": 7
},
{
"id": 43,
"text": "Paris",
"isCorrect": true,
"questionId": 7
},
{
"id": 42,
"text": "Madrid",
"isCorrect": false,
"questionId": 7
},
{
"id": 41,
"text": "Berlin",
"isCorrect": false,
"questionId": 7
}
]
},
{
"id": 8,
"scenario": "What is the capital of France?",
"content": "Choose the correct answer from the options below.",
"options": [
{
"id": 47,
"text": "Rome",
"isCorrect": false,
"questionId": 8
},
{
"id": 46,
"text": "Paris",
"isCorrect": true,
"questionId": 8
},
{
"id": 45,
"text": "Madrid",
"isCorrect": false,
"questionId": 8
}
]
},
{
"id": 9,
"scenario": "What is the capital of France?",
"content": "Choose the correct answer from the options below.",
"options": [
{
"id": 49,
"text": "Paris",
"isCorrect": true,
"questionId": 9
},
{
"id": 48,
"text": "Madrid",
"isCorrect": false,
"questionId": 9
}
]
},
{
"id": 10,
"scenario": "What is the capital of France?",
"content": "Choose the correct answer from the options below.",
"options": [
{
"id": 50,
"text": "Madrid",
"isCorrect": false,
"questionId": 10
}
]
}
],
"total": 4,
"meta": {
"total": 4,
"perPage": "10",
"currentPage": "1",
"lastPage": 1,
"firstPage": 1,
"firstPageUrl": "/?page=1&limit=10",
"lastPageUrl": "/?page=1&limit=10",
"nextPageUrl": null,
"previousPageUrl": null
}
}
}