fix vieving feedback
This commit is contained in:
@@ -85,6 +85,7 @@ from generic.views import (
|
||||
ExamGroupsUpdateBase,
|
||||
ExamUpdateBase,
|
||||
ExamViews,
|
||||
GenericViewBase,
|
||||
RedirectMixin,
|
||||
SeriesImagesZipViewBase,
|
||||
UpdateQuestionMixin,
|
||||
@@ -954,6 +955,7 @@ def long_series_order_upload_filename(request, pk):
|
||||
|
||||
|
||||
GenericExamViews = ExamViews(Exam, Long, None, UserAnswer, "longs", "long")
|
||||
GenericViews = GenericViewBase("longs", Long, UserAnswer, Exam)
|
||||
|
||||
|
||||
class ExamCreate(ExamCreateBase):
|
||||
|
||||
Reference in New Issue
Block a user