Xlquiz 0.1.1 > Docs / Readme Eng.html

Questions? Need Help? Want to share? » PHP Forum
Script Name:
Xlquiz 0.1.1

Download:
xlquiz-0.1.1.zip

Category:
Tests And Quiz

Archive Content:

Xlquiz 0.1.1

Xlquiz 0.1.1 > Docs

Xlquiz 0.1.1 > Cache

Xlquiz 0.1.1 > Css

Xlquiz 0.1.1 > Lang

Xlquiz 0.1.1 > Db

Xlquiz 0.1.1 > Templates

Xlquiz 0.1.1 > Classes

Xlquiz 0.1.1 > Classes > Excel

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">&ldquo;Repetito est mater studiorum&rdquo;</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 &mdash; tests are made with &hellip; 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 /> 
&lt;a href="taketest.php?id=filename"&gt;Test name&lt;/a&gt;</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:

  • Xlquiz 0.1.1
WebMaster Resources Home

©RingsWorld.com