]> _ Git - bonaquiz.git/commitdiff
WIP #2647
authornael <nael@cubedesigners.com>
Tue, 16 Apr 2019 16:02:07 +0000 (18:02 +0200)
committernael <nael@cubedesigners.com>
Tue, 16 Apr 2019 16:02:07 +0000 (18:02 +0200)
index.php

index b9b1f0c4f459fb4ed347256f2c52cd8b4f530b64..076e73bb1febccfe66a8aedda2fa23be849b71b3 100644 (file)
--- a/index.php
+++ b/index.php
@@ -182,7 +182,7 @@ $questions = [
     foreach ($questions as $question) {
 
         //DISABLE text Qs
-        if ($question['type'] === 'text') continue;
+//        if ($question['type'] === 'text') continue;
 
         displayQuestion($question, $question_count);
         displayAnswer($question, $question_count);