continue building examcollections
This commit is contained in:
@@ -14,7 +14,7 @@ from rich.pretty import pprint
|
||||
|
||||
from bs4 import BeautifulSoup
|
||||
|
||||
from longs.views import GenericExamViews as LongExamViews
|
||||
from longs.views import GenericExamViews as LongsExamViews
|
||||
|
||||
from longs.models import (
|
||||
AnswerMarks,
|
||||
@@ -39,7 +39,7 @@ APP_NAME = "longs"
|
||||
|
||||
|
||||
def create_exam(db):
|
||||
exam: Exam = LongExamViews.Exam.objects.create(
|
||||
exam: Exam = LongsExamViews.Exam.objects.create(
|
||||
name="Cid Exam", exam_mode=True, active=True
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user