diff --git a/courseware/capa/responsetypes.py b/courseware/capa/responsetypes.py index 2fbc16ed47efc62dbbf28a8d4b7d6e844a6bf243..d925f31b35343879d7c60b8b4ad7af4e94dab775 100644 --- a/courseware/capa/responsetypes.py +++ b/courseware/capa/responsetypes.py @@ -3,6 +3,8 @@ from util import contextualize_text from calc import evaluator import random, math from django.conf import settings +import eia +import calc # TODO: Should be the same object as in capa_problem global_context={'random':random,