diff --git a/common/lib/capa/capa/tests/test_inputtypes.py b/common/lib/capa/capa/tests/test_inputtypes.py
index f670a38746..287caad28f 100644
--- a/common/lib/capa/capa/tests/test_inputtypes.py
+++ b/common/lib/capa/capa/tests/test_inputtypes.py
@@ -102,6 +102,8 @@ class ChoiceGroupTest(unittest.TestCase):
'choices': [('foil1', 'This is foil One.'),
('foil2', 'This is foil Two.'),
('foil3', 'This is foil Three.'), ],
+ 'show_correctness': 'always',
+ 'submitted_message': 'Answer received.',
'name_array_suffix': expected_suffix, # what is this for??
}