diff options
author | ankitjavalkar | 2015-05-21 18:41:59 +0530 |
---|---|---|
committer | ankitjavalkar | 2015-06-01 16:33:56 +0530 |
commit | f49b5644b5c4cc2db40d810b3e2b2e4191033c06 (patch) | |
tree | 2e160e2697f7538e8bdf7acf1bd4cd99fa4b9718 /testapp/exam/xmlrpc_clients.py | |
parent | 5ea5324aba75b3d76c2c1d275851d3da06d78d63 (diff) | |
download | online_test-f49b5644b5c4cc2db40d810b3e2b2e4191033c06.tar.gz online_test-f49b5644b5c4cc2db40d810b3e2b2e4191033c06.tar.bz2 online_test-f49b5644b5c4cc2db40d810b3e2b2e4191033c06.zip |
Add Multiple Features based on feedback
- Remove Attempt later button on last question
- Improve mechanism for cycling through
- Add attempt summary on Quit or Completion
- Fix error paginator not displaying on error
Diffstat (limited to 'testapp/exam/xmlrpc_clients.py')
-rw-r--r-- | testapp/exam/xmlrpc_clients.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testapp/exam/xmlrpc_clients.py b/testapp/exam/xmlrpc_clients.py index 8f5642e..3a3c0c6 100644 --- a/testapp/exam/xmlrpc_clients.py +++ b/testapp/exam/xmlrpc_clients.py @@ -2,6 +2,7 @@ from xmlrpclib import ServerProxy import time import random import socket +import json from settings import SERVER_PORTS, SERVER_POOL_PORT |