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 هستند.
یکپارچهسازی آسان
از API RESTful یا وبهوکهای ما برای یکپارچهسازی ماژول 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 هستید؟
همین امروز با پلن رایگان ما شروع کنید. نیازی به کارت اعتباری نیست.