Acid XBlock is a test XBlock for the Open edX platform that stresses the XBlock API. It provides a comprehensive test of XBlock functionality including various field types, scopes, and runtime interactions. Current version: 0.4.1, released September 2024. Releases are irregular.
pip install acid-xblockVerified import paths — ran on the pinned version, not inferred.
Get the AcidBlock class. For actual usage, install the package and add 'acid' to the Advanced Module list in Studio course settings.
Upgrade to Python 3.9+ or use acid-xblock==0.3.1
Use 'from acid_xblock import AcidBlock' or 'import acid_xblock'.
Do not rely on this package in production courses. Use only for development or testing.