This repository has been archived on 2020-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
nemubot-askweb/validation.php

29 lines
574 B
PHP
Raw Normal View History

2012-05-22 14:05:46 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8" />
</head>
<body>
<h1>Validation de la question</h1>
Vous pouvez valider la question. Cliquez simplement sur le
lien ci dessous.<br/>
<input type="button" value="Valider la question"
onclick="validate()"/>
<?php
include("Question.class.php");
include("QuestionsFile.class.php");
$id = $_GET['id'];
$file = new QuestionsFile('questions.xml');
$questions = $file->get_question($id);
$question->print_test();
?>
</body>
</html>