Skip to main content

Django Learning Platform Framework — Courses, Quizzes, Certificates, Gamification, SCORM

Project description

iil-learnfw

Django Learning Platform Framework — Courses, Quizzes, Certificates, Gamification, SCORM.

Part of the IIL Platform ecosystem.

Architecture Decision

  • ADR-139: Package design, models, services, API
  • ADR-140: Learn-Hub (central deployment using this package)
  • ADR-137: Multi-Tenancy (TenantManager, RLS)

Installation

# Minimal
pip install iil-learnfw

# All extras
pip install "iil-learnfw[all]"

# Specific extras
pip install "iil-learnfw[api,tenancy,certificates]"

Quick Start

# settings.py
INSTALLED_APPS = [
    "iil_learnfw",
    ...
]

IIL_LEARNFW = {
    "TENANT_AWARE": True,
    "AUTHORING_ENABLED": True,
    "ENROLLMENT_MODE": "self_enroll",
}
# urls.py
from django.urls import include, path

urlpatterns = [
    path("schulungen/", include("iil_learnfw.urls")),
]

Extras

Extra Dependencies Features
api djangorestframework, drf-spectacular REST API + OpenAPI docs
tenancy django-tenancy Multi-tenant support (ADR-137)
certificates weasyprint, qrcode PDF certificates with QR verification
pptx python-pptx PPTX slide import, auto-split
scorm lxml SCORM 1.2/2004 import/export
markdown markdown, pymdown-extensions Markdown content rendering
all All of the above Full feature set

Modules

Module Responsibility
iil_learnfw.courses Course → Chapter → Lesson, Categories, Enrollment
iil_learnfw.content Content backends: Markdown, PDF, PPTX
iil_learnfw.progress User progress tracking, completion
iil_learnfw.assessments Quizzes, questions, attempts, scoring
iil_learnfw.certificates PDF generation, verification URLs
iil_learnfw.onboarding Mandatory courses, checklists
iil_learnfw.gamification Points, badges, streaks, leaderboards
iil_learnfw.scorm SCORM import/export

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iil_learnfw-0.3.0.tar.gz (20.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

iil_learnfw-0.3.0-py3-none-any.whl (23.9 kB view details)

Uploaded Python 3

File details

Details for the file iil_learnfw-0.3.0.tar.gz.

File metadata

  • Download URL: iil_learnfw-0.3.0.tar.gz
  • Upload date:
  • Size: 20.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for iil_learnfw-0.3.0.tar.gz
Algorithm Hash digest
SHA256 57fe86b6808a4d8ac9d7df828defbe9ae28674d5d49bbd8a93e30425d87ae065
MD5 8ed8b56466e787b04feccd984a95eef7
BLAKE2b-256 e245601349eff88dd325ec6d649b99a093a09d655700c1a5ded8dd25827860b4

See more details on using hashes here.

File details

Details for the file iil_learnfw-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: iil_learnfw-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 23.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for iil_learnfw-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 90766b2cfe236aa7a1d65715f1e6553303573589e42d99a024d82760c5ba53ae
MD5 e6805be1defb40c9e44b5b3a43d7024b
BLAKE2b-256 eb33d055cf40f393c89f2696ed4dd9c51e672c215d8e72944dca4fc3980c4317

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page