diff --git a/Question.class.php b/Question.class.php index e81be18..691c92e 100644 --- a/Question.class.php +++ b/Question.class.php @@ -92,6 +92,16 @@ class Question return $qnode; } + + public function isValidated() + { + $this->validated = true; + } + + public function getId() + { + return $this->id; + } } ?> \ No newline at end of file diff --git a/index.html b/index.html index 04d5748..865e928 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ Every Questions -