continue building examcollections

This commit is contained in:
Ross
2024-02-05 18:30:35 +00:00
parent 269a86c25b
commit b1da429036
30 changed files with 546 additions and 70 deletions
+2 -2
View File
@@ -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
)