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