Fix Selbsteinschätzung in "testen"

This commit is contained in:
Christian Cueni 2022-08-25 08:19:02 +02:00
parent 742d527ffa
commit ad4c8771a8
1 changed files with 4 additions and 0 deletions

View File

@ -257,6 +257,10 @@ def create_circle_children(circle, title):
LearningSequenceFactory(title='Testen', parent=circle, icon='it-icon-ls-test')
lu = LearningUnitFactory(title='Kind zieht von zu Hause aus "Testen"', parent=circle)
LearningUnitQuestionFactory(
title='Passende Frage zu "Kind zieht von zu Hause aus"',
parent=lu
)
LearningContentFactory(
title='Das erwartet dich im Test',
parent=circle,