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?
Почніть сьогодні з нашим безкоштовним планом. Кредитна картка не потрібна.