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
This commit is contained in:
Akiva Leffert
2016-04-14 16:07:10 -04:00
parent 582debcd58
commit 9f5d46118d

View File

@@ -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 = ''