feat: Update openedx-calc==3.0.1
This allows common/lib/capa/capa/responsetypes.py to not have to change.
This commit is contained in:
@@ -2546,7 +2546,7 @@ class SymbolicResponse(CustomResponse):
|
||||
super(SymbolicResponse, self).setup_response() # lint-amnesty, pylint: disable=super-with-arguments
|
||||
|
||||
def execute_check_function(self, idset, submission):
|
||||
from symmath.symmath_check import symmath_check
|
||||
from symmath import symmath_check
|
||||
try:
|
||||
# Since we have limited max_inputfields to 1,
|
||||
# we can assume that there is only one submission
|
||||
|
||||
Reference in New Issue
Block a user