Readme Eng.html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="et" xml:lang="et">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>XLquiz</title>
<style type="text/css">
body {
font-family: georgia;
margin: 2em;
}
h1, h2, h3 {
border-top: solid 6px #fafafa;
border-left: solid 6px #fafafa;
border-right: solid 6px #eee;
border-bottom: solid 6px #eee;
padding: 5px;
color: #999;
}
#main {
width: 640px;
margin:auto;
}
.title
{
font-size: 105%;
font-style: italic;
}
.highlight {
background-color: #eee;
}
</style>
</head>
<body>
<div id="main">
<h1>XLquiz v0.1</h1>
<p class="title">“Repetito est mater studiorum”</p>
<h2>Overview</h2>
<p>It's yet another test-system. It allows 3 kind of questions:</p>
<ul>
<li>radio</li>
<li>checkbox</li>
<li>text</li>
</ul>
<p>Questions/variants can be unlimited number.</p>
<p class="highlight">And because I'm so lazy, there aren't admin-panel — tests are made with … MS Excel (or <a href="http://www.openoffice.org/product2/calc.html">OOCalc</a>) :P </p>
<h2>Demo</h2>
<p>Is here <a href="http://php.bytez.net/xlquiz/taketest.php?id=example">php.bytez.net/xlquiz/</a></p>
<h2>Installation</h2>
<ol>
<li>Copy files into server</li>
<li>chmod "cache" folder 777</li>
<li>Create <a href="dump.sql">mysql table</a></li>
<li>Modify configuration.php with your mysql connection data</li>
</ol>
<h2>Usage</h2>
<p>Here is example test: <a href="example-test.xls">example-test.xls</a></p>
<p>Testfiles (in Excel format) should go to "db" folder. At the first running there is parsed data into "cache" folder.</p>
<p>For adding link to new test use such format:<br />
<a href="taketest.php?id=filename">Test name</a></p>
<p>Nb! Don't add file extension!</p>
<h3>Contact</h3>
Questions, comments <a href="http://lauri.bytez.net/mail.php?subject=xl-quiz">send here</a> !
</body>
</html>
Other Tests And Quiz Scripts: