#163 Verweis auf andere Quizze

This commit is contained in:
ben8
2025-12-03 15:21:26 +01:00
parent 334d2aa8dd
commit b596655e43
16 changed files with 317 additions and 123 deletions

View File

@@ -43,6 +43,12 @@ class QivipQuiz(models.Model):
on_delete=models.PROTECT,
related_name="quizzes"
)
reference_quizzes = models.ManyToManyField(
'self',
blank=True,
symmetrical=False,
verbose_name="Verweis auf andere Quizze"
)
quiz_played_Lernmodus = models.IntegerField(null=True, blank=True, default=0)