{"library":"ora2","title":"edx-ora2 (Open Response Assessment)","description":"edx-ora2 is the Open edX plugin for Open Response Assessment (ORA) problems. It provides peer, self, and AI grading workflows in edx-platform. Current version: 7.0.0. Release cadence: irregular, major releases roughly annually.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install ora2"],"cli":null},"imports":["from ora2 import OraBlock","from ora2.models import OraConfig"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nfrom ora2 import OraBlock\n\n# OraBlock is typically loaded by the XBlock runtime, not used standalone.\n# Configuration is done via Django admin or settings.\nprint(\"ORA2 library imported successfully.\")\n","lang":"python","description":"Quick import check for ora2; full usage requires an Open edX environment with edx-platform.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}