PHP Classes

File: index.html

Recommend this page to a friend!
  Classes of Pierre FAUQUE   QCM Class   index.html   Download  
File: index.html
Role: Auxiliary data
Content type: text/plain
Description: index page for several examples
Class: QCM Class
Load, display and correct online questionnaires
Author: By
Last change: Only one demo instead of several
Date: 15 years ago
Size: 1,229 bytes
 

Contents

Class file image Download
<html> <head> <title></title> <link rel="stylesheet" href="test.css" type="text/css"> <style type="text/css"> a {text-decoration:none} input {width:150px} .sign {font-family:ms sans serif; font-size:9pt} </style> </head> <body> <h1>QCM class demo</h1> <p> <br/>Here, can be a text of presentation for the test.<br/> <br/>You can write the goal of this test, some watchwords to do it correctly and all useful informations.<br/> <br/>In this demo, it's not important to take account of the relevance of the questions. It is about a demo just to see different type of items. <br/>If a valid mail address is given, the result will be sent à this address. </p> <p>&nbsp;<p>&nbsp;<p><hr> <center><form> <p><input type="button" value="Go to the test" onclick="window.location='test3.php'"></p> <p><input type="button" value="Return to Google" onclick="window.location='http://www.google.fr/'"></p> </form></center> <p> <hr align="left" width="200" size="1" noshade> <div class="sign"> &nbsp; <font size="3">&copy; </font>mar 2009, <a href="mailto:pierre@fauque.net">Pierre FAUQUE</a> </div> <hr align="left" width="200" size="1" noshade> </p> </body> </html>