From f49b5644b5c4cc2db40d810b3e2b2e4191033c06 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Thu, 21 May 2015 18:41:59 +0530 Subject: 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 --- testapp/exam/xmlrpc_clients.py | 1 + 1 file changed, 1 insertion(+) (limited to 'testapp/exam/xmlrpc_clients.py') 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 -- cgit