Revert "refactor: move common/lib/capa/capa to xmodule/capa" (#30762)

This commit is contained in:
Muhammad Soban Javed
2022-07-21 18:22:15 +05:00
committed by GitHub
parent 06064b237b
commit 4463ee751d
121 changed files with 182 additions and 144 deletions

View File

@@ -12,7 +12,7 @@ from opaque_keys.edx.keys import UsageKey
from xblock.runtime import KvsFieldData
from xblock.scorable import Score
from xmodule.capa.responsetypes import LoncapaProblemError, ResponseError, StudentInputError
from capa.responsetypes import LoncapaProblemError, ResponseError, StudentInputError
from common.djangoapps.student.models import get_user_by_username_or_email
from common.djangoapps.track.event_transaction_utils import create_new_event_transaction_id, set_event_transaction_type
from common.djangoapps.track.views import task_track