survey_seahorse

Software Engineering Project - Fall 2018
Log | Files | Refs | README

commit 0f7207fabdc1d2808e3f9ec17243d3364c540e31
parent 583c359ca53046988088fd2ae17e3cc3ebb47555
Author: John Kubach <johnkubach@gmail.com>
Date:   Wed, 19 Dec 2018 14:16:41 -0500

remove text option

remove text option until it is implemented

Diffstat:
Mwebsite/createsurvey.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/createsurvey.php b/website/createsurvey.php @@ -17,7 +17,7 @@ session_start(); <p> Answer Type </p> <input type="radio" name="type" value="00"> Numeric (1 - 10) <br> <input type="radio" name="type" value="01"> Yes / No <br> -<input type="radio" name="type" value="10"> Text <br> +<!-- <input type="radio" name="type" value="10"> Text <br> --> <p> Number of Questions </p> <input type="text" name="number" placeholder="5"> <br>