-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
openedx/openedx-platform
#37806Description
To extract ProblemBlock from edx-platform into xblocks-contrib, we need to remove a few remaining platform dependencies.
Tasks
- Move
ProcessingErrorandNotFoundErrorupstream (XBlock or xblocks-contrib) - Update
ProblemBlockto use the upstream exceptions - Replace all
except ProcessingErrorwith the upstream version - Keep modulestore/contentstore
NotFoundErrorhandling, but add upstreamNotFoundErrorhandling where needed (block_render.py,preview.py, import system) Ref - Move
ShowCorrectnessfromxmodule.gradersinto XBlock Ref - Move
xmodule.fieldsinto XBlock Ref - Move
Progressinto XBlock Ref - Update
edx-platformto use the new upstream locations (remove oldProgress, fix imports, and clean up references)
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
✅ Done