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