Git Product home page Git Product logo

kyro46 / elatexam Goto Github PK

View Code? Open in Web Editor NEW

This project forked from smee/elatexam

0.0 4.0 1.0 41.2 MB

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

Home Page: http://elatexam-preview.appspot.com/preview?id=2711830731051520

License: GNU General Public License v3.0

Java 15.30% PHP 56.07% JavaScript 28.46% XSLT 0.11% Perl 0.03% Shell 0.01% ActionScript 0.03%

elatexam's Introduction

elateXam - Open Source eAssessment

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

elateXamMoodle - Open Source Questionpoolmanagement

The elateXamMoodle-directory contains a modified moodle 2.3 with

  • simplified and new questiontypes
  • advanced metadata-options
  • metasearch
  • exam creation and configuration in a new course-type
  • automated export management and creation for use with elateXam

More Information: [iAssess.Sax] (http://www.uni-leipzig.de/~allpaed/wiki/doku.php?id=projekt2012:bericht)

Subprojects

  • taskmodel
    • embeddable components (api, reference implementation, transformator, addons)
  • examserver
    • Struts 1/JSP based server, runs in Jetty or Tomcat
  • taskmodel-log
  • elateXam-integrationtest

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:

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/'

Due to hardcoded paths, some new functions are only available in apache-tomcat-7.0.29 and with a linux-server. (Core still works on Windows and with other Serversoftware.) *The .war-files have to be saved on Linux in /opt/apache-tomcat-7.0.29/webapps. *The .war-files have to be named examServer-leipzig.war and taskmodel-core-view.war.

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

elatexam's People

Contributors

smee avatar kyro46 avatar ba-al avatar wikjichess avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

Forkers

c3tempwork

elatexam's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.