include '../config.php'; include 'init.php';
$title = "National Park Quiz | Questions and Answers on the Mobile | Competitive Exams";
$description = "Quiz on National Park Quiz. GK Quiz Questions and Answers on the Mobile, Online Exams, Competitive Exams";
?>
include '../header.php' ?>
National Park - Location Quiz
Match the correct combination.
if (isset($_POST['question_id'])) { include 'result5.php'; }
$category = "National Park" ;
$q_desc1 = "Where is " ;
$q_desc3 = " National Park located ?" ;
$q_desc1r = " Which National Park is located in " ;
$q_desc3r = " ?" ;
if ($attempt < $totalQ) { include 'question5.php'; }
?>
include '../footer.php'; ?>