Research Of Online Examination System Submission Method

Li Chen,Song Huihui,Xu Hui,Chen Xing
2014-01-01
Abstract:Currently, an increasing number of organizations tend to adopt paperless online examination system based on B/S system architecture. But for the traditional online examination system, problems will occur when processing the large-scale examination due to the limitations of network quality. Those issues consist of the delay of loading subject pages, no response of committing data, and other problems related to user-experience. AJAX asynchronous technology can solve the above-mentioned problems of B/S system architecture, which use partial refresh technology to improve the user experience. This paper uses the database connection pool and caching mechanism to reduce the overhead and improve the data access efficiency. The partial submission method and differential submission method are also adopted to submit answers with the purpose of reducing network congestion and pressure on the server.
What problem does this paper attempt to address?