Commit 9f5d4611 by Akiva Leffert

Enable multi-device for FormulaResponse

We've already audited this for responsiveness. Just need to turn it on.

JIRA: https://openedx.atlassian.net/browse/MA-1809
parent 582debcd
......@@ -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