diff options
Diffstat (limited to 'testapp/exam/views.py')
-rw-r--r-- | testapp/exam/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testapp/exam/views.py b/testapp/exam/views.py index 5b7baac..621ec94 100644 --- a/testapp/exam/views.py +++ b/testapp/exam/views.py @@ -291,6 +291,7 @@ def edit_question(request): description = request.POST.getlist('description') points = request.POST.getlist('points') options = request.POST.getlist('options') + test = request.POST.getlist('test') type = request.POST.getlist('type') active = request.POST.getlist('active') language = request.POST.getlist('language') |