XLquiz v0.1
“Repetito est mater studiorum”
Overview
It's yet another test-system. It allows 3 kind of questions:
- radio
- checkbox
- text
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
- Copy files into server
- chmod "cache" folder 777
- Create mysql table
- 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!