0 purchases
wagtaillxp 23.8.1
E-learning platform for Wagtail 4.x. LXP stands for Learning eXperience Platform.
Key features
Allows multiple courses in multiple topic groups
Courses of different visibility, from fully open (no sign-in) to hidden for non-logged in users
Supports content in multiple formats: text, images, videos, PDFs, etc.
Has basic quizzes/tests built in, with multiple choice and T/F items.
Quick start
Add "lxp" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'lxp',
]
Include the lxp URLconf in your project urls.py like this::
path('lxp/', include('lxp.urls')),
Run python manage.py migrate to create the lxp models.
Documentation
See here for documentation
Contact & support
Please use Github's Issue Tracker to report bugs, request features, or request support.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.