From 9f5d46118d53ceb60dc07112327b71411dca6709 Mon Sep 17 00:00:00 2001 From: Akiva Leffert Date: Thu, 14 Apr 2016 16:07:10 -0400 Subject: [PATCH] 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 --- common/lib/capa/capa/responsetypes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/lib/capa/capa/responsetypes.py b/common/lib/capa/capa/responsetypes.py index 884b1cd7a8..b55744baef 100644 --- a/common/lib/capa/capa/responsetypes.py +++ b/common/lib/capa/capa/responsetypes.py @@ -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 = ''