openedx / openedx/openedx-events
Add event for LTI 1.1 XBlock grading
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 13
- Forks
- 33
- Avg merge
- 14h 37m
- Merged PRs (30d)
- 4
Description
Problem
Currently, Open edX does not emit a dedicated event when an LTI 1.1 XBlock reports a grade back to the platform.
Proposal
Introduce a new event in openedx-events that is emitted when an LTI 1.1 XBlock is graded.
The event should:
-
Represent the grading of LTI 1.1 content
-
Include the relevant grading context (course, block, learner, grade)
-
Follow existing Open edX event and schema conventions
Additional context
A draft implementation has been proposed in: https://github.com/openedx/openedx-events/pull/540
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the draft implementation in pull request #540 and compare it with existing Open edX event and schema conventions. Confirm that the event represents LTI 1.1 grading and includes course, block, learner, and grade context; done means the proposed event is complete and consistent with those conventions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend-api-design
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100