Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

smee/elateXam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elateXam - Open Source eAssessment

This repository contains the complete code of a GPL v2 licensed eAssessment solution suitable for exams in an educational context.

Subprojects

Building

Prerequisites

Make sure you have a recent installation of Java JDK 1.6.0+ as well as Maven 2. Also there are two more external dependencies:

  • HttpBot: scriptable http crawler (importing users from moodle via .csv download)
  • [Flanagan] (http://github.com/smee/flanagan): vast amount of math, statistics etc. (used for test statistics)

Steps

  1. Build the prerequisites.
  2. Checkout sources: git checkout git://github.com/smee/elateXam.git
  3. Build and install the taskmodel: cd taskmodel mvn clean install cd ..
  4. Build and install the examserver: cd examserver mvn clean install

Running

If you have an installation of Tomcat v5.5 available, you may also directly install all needed artifacts by changing the maven commands above to mvn clean install -PdeployTomcat -Dtomcat.path=/path/to/tomcat-5.5.27/'

Assuming your tomcat configuration is unchanged, open your browser and navigate to http://localhost:8080/examServer

About

E-Assessment as practiced at the University of Leipzig, Germany

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages