diff options
Diffstat (limited to 'yaksh/views.py')
-rw-r--r-- | yaksh/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/views.py b/yaksh/views.py index c4ddcd1..6abfa2b 100644 --- a/yaksh/views.py +++ b/yaksh/views.py @@ -597,7 +597,7 @@ def check(request, q_id, attempt_num=None, questionpaper_id=None): else: user_answer = request.POST.get('answer') if not user_answer: - msg = "Please submit a valid option or code" + msg = "Please submit a valid answer." return show_question( request, current_question, paper, notification=msg ) |