From 2c3e29ab17d0688387baa668bc4856da9cc5cb19 Mon Sep 17 00:00:00 2001 From: nael Date: Tue, 16 Apr 2019 18:02:07 +0200 Subject: [PATCH] WIP #2647 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index b9b1f0c..076e73b 100644 --- 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); -- 2.39.5