Gradebook Модуль
Students see their quiz scores and an unweighted average as a letter grade and a 4.0 GPA. It reads quiz attempts only, and since quizzes cannot be created yet, the gradebook stays empty.
Gradebook Demo
bot
Что делает модуль «Gradebook»?
Students see their quiz scores and an unweighted average as a letter grade and a 4.0 GPA. It reads quiz attempts only, and since quizzes cannot be created yet, the gradebook stays empty.
- Student tracking
- Performance analysis
- Progress reports
Всё, что вам нужно
Изучите все мощные функции, включенные в модуль Gradebook.
Quiz scores with /grades
Включено в модуль Gradebook для бесшовной интеграции.
Unweighted average and 4.0 GPA
Включено в модуль Gradebook для бесшовной интеграции.
Варианты использования
Узнайте, как компании используют модуль Gradebook
Student tracking
Идеально для команд, желающих внедрить возможности student tracking.
Performance analysis
Идеально для команд, желающих внедрить возможности performance analysis.
Progress reports
Идеально для команд, желающих внедрить возможности progress reports.
Простая интеграция
Используйте наш RESTful API или вебхуки для интеграции модуля Gradebook с вашими существующими системами.
Смотреть документацию API// Enable Gradebook module
curl -X POST https://api.botlaunch.io/v1/modules \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"module": "gradebook",
"enabled": true,
"config": {
// Your configuration here
}
}'
// Response
{
"success": true,
"module": {
"id": "gradebook",
"name": "Gradebook",
"enabled": true,
"status": "active"
}
}Связанные модули
Изучите другие модули в категории Образование
Готовы использовать Gradebook?
Начните сегодня с нашим бесплатным планом. Кредитная карта не требуется.