refactor: rename module -> block within lms/djangoapps/courseware
Also, removed unused `_has_access_xmodule` methid from `lms/djangoapps/courseware/access.py`.
This commit is contained in:
@@ -744,7 +744,7 @@ oauth_consumer_key="", oauth_signature="frVp4JuvT1mVXlxktiAUjQ7%2F1cw%3D"'}
|
||||
@XBlock.handler
|
||||
def grade_handler(self, request, suffix): # lint-amnesty, pylint: disable=unused-argument
|
||||
"""
|
||||
This is called by courseware.module_render, to handle an AJAX call.
|
||||
This is called by courseware.block_render, to handle an AJAX call.
|
||||
|
||||
Used only for grading. Returns XML response.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user