diff options
Diffstat (limited to 'yaksh/views.py')
-rw-r--r-- | yaksh/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yaksh/views.py b/yaksh/views.py index ff5ff7e..6426a6d 100644 --- a/yaksh/views.py +++ b/yaksh/views.py @@ -903,7 +903,6 @@ def download_csv(request, questionpaper_id): @login_required def grade_user(request, quiz_id = None, user_id=None, attempt_number = None): - """Present an interface with which we can easily grade a user's papers and update all their marks and also give comments for each paper. """ |