This commit is contained in:
Ross
2024-02-17 23:17:32 +00:00
parent 5ea910cd63
commit 8793f346ba
5 changed files with 0 additions and 11 deletions
-3
View File
@@ -17,8 +17,6 @@ from django.urls import reverse
from django.utils.translation import gettext_lazy as _
from django.utils.html import mark_safe
from sortedm2m.fields import SortedManyToManyField
import string
from collections import defaultdict
from helpers.images import get_image_hash, image_as_base64
@@ -614,7 +612,6 @@ class ExamQuestionDetail(models.Model):
class Exam(ExamBase):
app_name = "rapids"
#exam_questions = SortedManyToManyField(Rapid, related_name="exams", blank="true")
exam_questions = models.ManyToManyField(Rapid, through=ExamQuestionDetail, related_name="exams")
time_limit = models.IntegerField(