Commit a804d0e9 by Akiva Leffert

Merge pull request #12158 from edx/aleffert/formula-response-multi-device

Enable multi-device for FormulaResponse
parents 08a81642 9f5d4611
......@@ -3151,6 +3151,7 @@ class FormulaResponse(LoncapaResponse):
allowed_inputfields = ['textline', 'formulaequationinput']
required_attributes = ['answer', 'samples']
max_inputfields = 1
multi_device_support = True
def __init__(self, *args, **kwargs):
self.correct_answer = ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment