{"library":"staff-graded-xblock","title":"Staff Graded XBlock","type":"library","description":"An XBlock for Open edX that allows staff to manually grade student submissions. Version 4.0.0 is current; releases follow an irregular cadence driven by upstream edX platform changes.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install staff-graded-xblock"],"cli":null},"imports":["from staff_graded import StaffGradedXBlock"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/openedx/staff_graded-xblock","docs":null,"changelog":null,"pypi":"https://pypi.org/project/staff-graded-xblock/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from staff_graded import StaffGradedXBlock\nblock = StaffGradedXBlock(runtime=None, field_data=None, scope_ids=None)\nprint(block.display_name)","lang":"python","description":"Instantiate the XBlock (requires full runtime for actual use).","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}