Quiz System Модуль
A working quiz runner with inline answer buttons, question shuffling, retake limits and instant scoring. Creating a quiz is not possible yet: there is no dashboard screen, no API and no command for it.
Quiz System Demo
bot
Что делает модуль «Quiz System»?
A working quiz runner with inline answer buttons, question shuffling, retake limits and instant scoring. Creating a quiz is not possible yet: there is no dashboard screen, no API and no command for it.
- Knowledge assessment
- Practice tests
- Certification exams
Всё, что вам нужно
Изучите все мощные функции, включенные в модуль Quiz System.
Random questions
Включено в модуль Quiz System для бесшовной интеграции.
Instant grading
Включено в модуль Quiz System для бесшовной интеграции.
Retake options
Включено в модуль Quiz System для бесшовной интеграции.
Варианты использования
Узнайте, как компании используют модуль Quiz System
Knowledge assessment
Идеально для команд, желающих внедрить возможности knowledge assessment.
Practice tests
Идеально для команд, желающих внедрить возможности practice tests.
Certification exams
Идеально для команд, желающих внедрить возможности certification exams.
Простая интеграция
Используйте наш RESTful API или вебхуки для интеграции модуля Quiz System с вашими существующими системами.
Смотреть документацию API// Enable Quiz System module
curl -X POST https://api.botlaunch.io/v1/modules \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"module": "quiz-system",
"enabled": true,
"config": {
// Your configuration here
}
}'
// Response
{
"success": true,
"module": {
"id": "quiz-system",
"name": "Quiz System",
"enabled": true,
"status": "active"
}
}Связанные модули
Изучите другие модули в категории Образование
Готовы использовать Quiz System?
Начните сегодня с нашим бесплатным планом. Кредитная карта не требуется.