adlnet-archive / edx-xapi-bridge

Watch edX's tracking log for changes, convert events to xAPI format, and publish them to an LRS
Apache License 2.0
16 stars 18 forks source link

Question result data duplicated in 'passed' and 'attempted' statements #7

Open garemoko opened 8 years ago

garemoko commented 8 years ago

Both the 'passed' and 'attempted' statements include a result object like:

"result": {
        "score": {
            "scaled": 1,
            "raw": 1,
            "min": 0,
            "max": 1
        },
        "success": true
}

Sending this data in both statements can lead to double counting in reporting tools like Watershed.