summaryrefslogtreecommitdiff
path: root/testapp/exam/models.py
diff options
context:
space:
mode:
authorhardythe12012-04-18 01:56:51 +0530
committerhardythe12012-04-18 01:56:51 +0530
commit6c0d75e784b87ed05e4c138110f987e88a37701b (patch)
tree6673608e0513a37b1766dedbad109fc4f73530ff /testapp/exam/models.py
parent9d0a737afdb23a50b28237055c87bfa72197d99b (diff)
downloadonline_test-6c0d75e784b87ed05e4c138110f987e88a37701b.tar.gz
online_test-6c0d75e784b87ed05e4c138110f987e88a37701b.tar.bz2
online_test-6c0d75e784b87ed05e4c138110f987e88a37701b.zip
changes for student interface
Diffstat (limited to 'testapp/exam/models.py')
-rw-r--r--testapp/exam/models.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testapp/exam/models.py b/testapp/exam/models.py
index dd0c033..04789da 100644
--- a/testapp/exam/models.py
+++ b/testapp/exam/models.py
@@ -129,6 +129,9 @@ class AnswerPaper(models.Model):
# The time when this paper was started by the user.
start_time = models.DateTimeField()
+
+ # The time when this paper was ended by the user.
+ end_time = models.DateTimeField()
# User's IP which is logged.
user_ip = models.CharField(max_length=15)