Create custom online exams with monitoring features
Your JSON file should contain an array of question objects with the following structure:
[
{
"topic": "axios",
"text": "Axios is a promise-based HTTP client for the browser and Node.js.",
"answer": "true"
},
{
"topic": "http",
"text": "The GET method should be used for submitting form data.",
"answer": "false"
}
]
Where:
/newbothttps://api.telegram.org/botYOUR_BOT_TOKEN/getUpdates (replace YOUR_BOT_TOKEN with your actual token)