Start Quiz

Allows user to start a quiz

GET {{BASE_URL}}/api/lessons/{lesson_id}/quiz/start

Path Parameters

Name
Type
Description

lesson_id

integer

ID of the lesson

Headers

Name
Type
Description

Authentication

string

Authentication token to track down who is emptying our stocks.

{
    "status": 200,
    "response_code": 0,
    "success": true,
    "errors": [],
    "message": "Quiz started",
    "data": {
        "message": "Quiz has started"
    }
}

Last updated

Was this helpful?