Git Product home page Git Product logo

itest's Introduction

iTest

iTest is a Qt application for easy computerised examination. iTest consists of two programs:

  • iTestServer -- question/answer database editor and test server,
  • iTestClient -- test client used by students, connects to the server.

iTest makes it easy to:

  • Create and organise a database of questions and answers,
  • Set up a server and a printer,
  • Connect a client computer for each student, which generates a test according to your server settings.

Supported platforms:

  • Mac OS X
  • Linux and various UNIX-based platforms
  • Windows

Available in:

  • English
  • Czech (thanks to Pavel Fric)
  • German (thanks to Dirk Jung)
  • Hungarian (thanks to Szabó István)
  • Italian (thanks to Francesco Atzeni)
  • Latvian (thanks to Valdis Orols)
  • Portuguese (thanks to Eugéne Suter)
  • Russian (thanks to Constantin Makshin and Eugene Burmistrov)
  • Slovak
  • Spanish (thanks to Gustavo A. Díaz)
  • Turkish (thanks to Serdar Soytetir)
  • Ukrainian (thanks to Vadim Nekhai)

See screenshots, screencasts and the documentation for further information.

Installation

Binaries are available for Mac OS X and Windows at the downloads page.

Ubuntu packages are available here (thanks to Vladimir Yakovlev). To install, run:

sudo deb http://ppa.launchpad.net/nagos/ppa/ubuntu karmic main
sudo apt-get install itest

Building

Requirements

To build iTest from source, you will need Qt 4.4 or a newer, compatible version.

You have two options:

  1. Compile manually
  2. Use the build script to compile iTest

Compile manually

Regardless of your platform, use the following commands (it is assumed that you have already changed directory to that of the iTest source code):

cd iTestServer
lrelease iTestServer.pro
cd ..
cd iTestClient
lrelease iTestClient.pro
cd ..

If you're running Mac OS X, type:

qmake -spec macx-g++ -config release

Otherwise, the following will do:

qmake -config release

And finally, compile iTest by typing:

make

(You can also use any other maketool, such as mingw32-make, gmake or nmake, depending on your platform.)

Compile using the build script

Download and install Squirrel Shell.

Windows

Make sure you have the Qt bin directory (usually C:\Qt\4.x.y\bin) in your PATH environment variable. If that is so, you can compile iTest by double-clicking the build.nut script.

UNIX-based systems

Change directory to that of the iTest source code and type:

./build.nut

The compiled binaries will be put into the bin folder.

itest's People

Contributors

blaubart avatar michal-tomlein avatar

Watchers

 avatar  avatar

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.