ZHAW-Logo OAPA-Logo TAT-Logo
zurück  
Diplomarbeit 2004 (DA04): Arbeits-Archiv
 
DA Rea 04/1 - Automatic (Assessment) Tests and Result Checking
Studierende: Thomas Fluckiger, fluectho
  Marc Luchinger, luechmar

Betreuer: Karl Rege, rege

One goal of this thesis was the implementation of a system for the execution of assessments for the modular classes and of regular examinations, as well as the automatic evaluation of the results of such examinations. A further goal was the development of a tool, with which it is possible to automatically register the notes of students in the school own management system Evento without the detour over its web interface.

The result of the first subproject is an operational server system with a web interface for the administration of examinations and a web service, with which examinations can be transferred on the server and fetched from it for filling out. This system was developed with ASP.NET. The draft of a new examination was realized with Microsoft InfoPath, which we programmed with .NET in C #. The examinations can be filled out with a java application that we have developed. This adapts always dynamically its user interface to the indicated examination. When we designed the system, security was one of the main aspects. Users are authenticated on the LDAP service of the ZHW and all data connections are encrypted by SSL.

The result of the second subproject is a Microsoft Excel application, which is able to get a list of students who are enroled in a specific class from the Evento-System. This application allows us to evaluate the students and send the evaluation right back to the Evento-System. The application was programmed with Visual Basic. For the acquisition of the data from the Evento web interface we used a web service that was already provided in parts in a thesis in the year 2003 and able to parse web pages and to extract certain data from it. As well as in the first subproject security is important and therefore all data connections are encrypted by SSL.

zurück