Fix Selbsteinschätzung in "testen"
This commit is contained in:
parent
742d527ffa
commit
ad4c8771a8
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue