Skip to content

raccoongang/edx-gamma-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RG Gamification Tracking

Parse the edX tracking log, convert the events to Gamma format, and publish them to an RG Gamification storage known Gamma.

Configuration

Add the following configuration to the lms settings:

FEATURES.update({
    "RG_GAMIFICATION": {
        "ENABLED": True,
        "RG_GAMIFICATION_ENDPOINT": "https://gamma.domain.in/",
        "KEY": "key",
        "SECRET": "secret",
        "IGNORED_EVENT_TYPES": []
    }
})