|
@@ 3396-3398 (lines=3) @@
|
| 3393 |
|
echo '</form>'; |
| 3394 |
|
|
| 3395 |
|
// Getting all the information of the x axis |
| 3396 |
|
if (isset($_GET['xaxis']) && is_numeric($_GET['xaxis'])) { |
| 3397 |
|
$question_x = SurveyManager::get_question($_GET['xaxis']); |
| 3398 |
|
} |
| 3399 |
|
|
| 3400 |
|
// Getting all the information of the y axis |
| 3401 |
|
if (isset($_GET['yaxis']) && is_numeric($_GET['yaxis'])) { |
|
@@ 3401-3403 (lines=3) @@
|
| 3398 |
|
} |
| 3399 |
|
|
| 3400 |
|
// Getting all the information of the y axis |
| 3401 |
|
if (isset($_GET['yaxis']) && is_numeric($_GET['yaxis'])) { |
| 3402 |
|
$question_y = SurveyManager::get_question($_GET['yaxis']); |
| 3403 |
|
} |
| 3404 |
|
|
| 3405 |
|
if (isset($_GET['xaxis']) && is_numeric($_GET['xaxis']) && isset($_GET['yaxis']) && is_numeric($_GET['yaxis'])) { |
| 3406 |
|
// Getting the answers of the two questions |