XLquiz v0.1

“Repetito est mater studiorum”

Overview

It's yet another test-system. It allows 3 kind of questions:

There can be unlimited 255 questions per test and 65000 variants per question.

And because I'm so lazy, there aren't admin-panel — tests are usual xls-files, made with … MS Excel (or OOCalc) :P

Demo

Is here php.tests

Installation

  1. Copy files into server
  2. chmod "cache" folder 777
If yo wish to save results into mysql database:
  1. Create mysql table
  2. Modify configuration.php with your mysql connection data and change USE_SQL to true

Download

Is here: xlquiz.zip

Usage

Here is example test: example-test.xls

Testfiles (in Excel format) should go to "db" folder. At the first running file is parsed into serialized array and saved to "cache" folder.

For adding link to new test use such format:
<a href="taketest.php?id=filename">Test name</a>

Nb! Don't add file extension!

Contact

Questions, comments send here !