هنوز در دسترس نیست
موجود در حرفه‌ای

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.

Quiz scores with /grades
Unweighted average and 4.0 GPA
9:41
5G
G

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

یکپارچه‌سازی آسان

از 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 هستید؟

همین امروز با پلن رایگان ما شروع کنید. نیازی به کارت اعتباری نیست.