Noch nicht verfügbar
Verfügbar in Pro

Gradebook Modul

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

Was macht das Modul „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
Hauptfunktionen

Alles, was Sie brauchen

Entdecken Sie alle leistungsstarken Funktionen des Gradebook Moduls.

Quiz scores with /grades

Im Gradebook Modul für nahtlose Integration enthalten.

Unweighted average and 4.0 GPA

Im Gradebook Modul für nahtlose Integration enthalten.

Anwendungsfälle

Erfahren Sie, wie Unternehmen das Gradebook Modul nutzen

Student tracking

Perfekt für Teams, die student tracking Funktionen implementieren möchten.

Performance analysis

Perfekt für Teams, die performance analysis Funktionen implementieren möchten.

Progress reports

Perfekt für Teams, die progress reports Funktionen implementieren möchten.

API-Referenz

Einfache Integration

Nutzen Sie unsere RESTful-API oder Webhooks, um das Gradebook Modul mit Ihren bestehenden Systemen zu integrieren.

API-Dokumentation ansehen
// 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"
  }
}

Bereit für Gradebook?

Starten Sie noch heute mit unserem kostenlosen Plan. Keine Kreditkarte erforderlich.