Beispiel #1
0
<?php

require_once 'Exam.class.php';
define('XOAD_AUTOHANDLE', true);
require_once '../../xoad.php';
$exam = new Exam();
$exam->loadQuestions();
$exam->cleanAnswers();
echo '<?';
?>
xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
	<head>
		<title>XOAD Exam System</title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<?php 
echo XOAD_Utilities::header('../..');
?>

		<style type="text/css" media="screen">

			body
			{
				background-color: #fff;
				color: #000;
				font: normal 0.8em tahoma, verdana, arial, serif;
				margin: 0;
				padding: 1em;
			}