[Answer]-Formset for quiz models with answers

1👍

I think that you are looking for https://docs.djangoproject.com/en/dev/topics/forms/modelforms/#inline-formsets

I have created a quiz app which might save you some time

https://github.com/tomwalker/django_quiz

Leave a comment