Skip to content

open-craft/discussion-edx-platform-extensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discussion-edx-platform-extensions

discussion-edx-platform-extensions (social_engagement) is a Django application responsible to compute and persist user's social score per course based on activity in the forums.

Open edX Platform Integration

  1. Update the version of discussion-edx-platform-extensions in the appropriate requirements file (e.g. requirements/edx/custom.txt).
  2. Add social_engagement to the list of installed apps in common.py.
  3. Set following feature flag in common.py.
'ENABLE_SOCIAL_ENGAGEMENT': True
  1. Install social_engagement app via requirements file.
$ pip install -r requirements/edx/custom.txt
  1. (Optional) Run tests:
$ python manage.py lms --settings test test social_engagement.tests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%