Skip to content

Instantly share code, notes, and snippets.

@anabarasan
Created December 12, 2012 05:34
Show Gist options
  • Save anabarasan/4265112 to your computer and use it in GitHub Desktop.
Save anabarasan/4265112 to your computer and use it in GitHub Desktop.
The html used in Quiz for my company's Annual Day event.
<!doctype html>
<html>
<head>
<title>Quiz</title>
<style>
div{
width:100%;
text-align:center;
}
</style>
<script>
NO_OF_QUESTIONS = 20;
CURRENT_AFFAIRS = new Array();
SPORTS = new Array();
INDIAN_POLITICS = new Array();
HISTORY = new Array();
CINEMA = new Array();
SCIENCE = new Array();
pfx = {
"CURRENT_AFFAIRS" : "CA",
"SPORTS" : "SP",
"INDIAN_POLITICS" : "IP",
"HISTORY" : "HIS",
"CINEMA" : "CIN",
"SCIENCE" : "SCI"
}
function toggle(elem){
hideAllDivs();
document.getElementById(elem).style.display="block";
}
function hideAllDivs(){
divs = document.getElementsByTagName('div');
for (var j=0;j<divs.length;j++) {
divs[j].style.display="none";
}
}
function initialize(){
localStorage.setItem('CURRENT_AFFAIRS', CURRENT_AFFAIRS);
localStorage.setItem('SPORTS', CURRENT_AFFAIRS);
localStorage.setItem('INDIAN_POLITICS', CURRENT_AFFAIRS);
localStorage.setItem('HISTORY', CURRENT_AFFAIRS);
localStorage.setItem('CINEMA', CURRENT_AFFAIRS);
localStorage.setItem('SCIENCE', CURRENT_AFFAIRS);
}
function randomizer(topic){
asked = localStorage.getItem(topic);
if (asked != ""){
//IF localStorage exists
asked = asked.split(",");
} else {
//If localStorage doesn't exist
asked = new Array();
}
var randomnumber = Math.floor(Math.random()*NO_OF_QUESTIONS)
var exists = false;
if (asked.length != NO_OF_QUESTIONS){
for (var i=0;i<asked.length;i++){
if (asked[i] == randomnumber){
exists = true;
break;
}
}
if (exists){
//already asked this question, choosing another question.
randomizer(topic)
} else {
asked[asked.length] = randomnumber;
hideAllDivs();
document.getElementById(topic).style.display = "block";
document.getElementById(pfx[topic]+randomnumber).style.display = "block";
localStorage.setItem(topic, asked)
//console.info(asked)
}
} else {
alert("Questions complete");
}
}
</script>
</head>
<body onload="initialize()">
<p style="text-align:center;">
<a href="#" onClick="toggle('CURRENT_AFFAIRS');"> CURRENT AFFAIRS </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="#" onClick="toggle('SPORTS');"> SPORTS </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="#" onClick="toggle('INDIAN_POLITICS');"> INDIAN POLITICS </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="#" onClick="toggle('HISTORY');"> HISTORY </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="#" onClick="toggle('CINEMA');"> CINEMA </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="#" onClick="toggle('SCIENCE');"> SCIENCE </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</p>
<div id="CURRENT_AFFAIRS" style="display:none; text-align:center;">
<center><button onClick="randomizer('CURRENT_AFFAIRS')">Next Current Affairs Question</button></center>
<div id="CA0" style="display:none;">
<h2>Name the Person of India who was appointed as Chief Economist of World Bank</h2>
<ul>
<li>Kaushik basu</li>
<li> Jaideep Sarkar</li>
<li> Narayan Murthy</li>
<li>Nandan Nilkeni</li>
</ul>
</div>
<div id="CA1" style="display:none;">
<h2>Name the Indian boxer and London Olympic bronze medalist who on 24 September 2012 named as the brand ambassador of super fight league.</h2>
<ul>
<li>Vijendra Singh</li>
<li>M C Mary Kom</li>
<li>Manoj Kumar</li>
<li>Vikas Krishan</li>
</ul>
</div>
<div id="CA2" style="display:none;">
<h2>Deepika Kumari the Sports Person from India, won Silver at Recurve World Cup on 23 September 2012 in Tokyo. Recurve world Cup is related to which Sports Event?</h2>
<ul>
<li>Archery</li>
<li>Shooting</li>
<li>Disc Throwing</li>
<li>Volley ball</li>
</ul>
</div>
<div id="CA3" style="display:none;">
<h2>Name the Union Minister who on 24 September 2012 took an additional charge of the Railway Ministry after the exit of Mukul Roy</h2>
<ul>
<li>C.P. Joshi</li>
<li>Nitish kumar</li>
<li>Mamta Banerjee</li>
<li>None of these</li>
</ul>
</div>
<div id="CA4" style="display:none;">
<h2>Which Indian Bollywood actress was appointed as International Goodwill Ambassador for the United Nations Programme on HIV/AIDS (UNAIDS) ?</h2>
<ul>
<li>Katrina Kaif</li>
<li>Aishwarya Rai</li>
<li>Kareena kapoor</li>
<li>Madhuri Dixit</li>
</ul>
</div>
<div id="CA5" style="display:none;">
<h2>Name the Indian nuclear-capable surface-to-surface missile which on 19 September 2012 was successfully test fired from Wheeler Island, off the Odisha Coast</h2>
<ul>
<li>Agni III</li>
<li>Agni IV</li>
<li>Prithvi III</li>
<li>Agni V</li>
</ul>
</div>
<div id="CA6" style="display:none;">
<h2>At what interest rate percent per annum, The Union Cabinet gave its approval to continue interest subsidy to Public Sector Banks (PSBs), Regional Rural Banks (RRBs), Cooperatives Banks and NABARD enabling them to provide short-term crop loans of up to Rs 3 lakhs to farmers during the year 2012-13?</h2>
<ul>
<li>7% Per annum</li>
<li>8.5 % Per annum</li>
<li>6 % Per annum</li>
<li>5 % per annum</li>
</ul>
</div>
<div id="CA7" style="display:none;">
<h2>founder and chief of the Shiv Sena Bal Thackeray died on</h2>
<ul>
<li>23rd Oct</li>
<li>15th Nov</li>
<li>17th Nov</li>
<li>23rd Nov</li>
</ul>
</div>
<div id="CA8" style="display:none;">
<h2>Pranab Mukherjee is elected as India's ___th President</h2>
<ul>
<li>11th</li>
<li>13th</li>
<li>15th</li>
<li>9th</li>
</ul>
</div>
<div id="CA9" style="display:none;">
<h2>On 13 May: Indian parliament celebrates __th anniversary</h2>
<ul>
<li>59th</li>
<li>60th</li>
<li>65th</li>
<li>70th</li>
</ul>
</div>
<div id="CA10" style="display:none;">
<h2>Name of the district collector who was kidnapped by Maoists in Chhattisgarh</h2>
<ul>
<li>Alex Joseph Menon</li>
<li>Alex Paul Menon</li>
<li>Alex David Menon</li>
<li>Alex Kumar Menon</li>
</ul>
</div>
<div id="CA11" style="display:none;">
<h2>Who won the Indian Premier League fifth edition ?</h2>
<ul>
<li> Royal Challengers Bangalore (RCB)</li>
<li> Kolkata Knight Riders (KKR)</li>
<li>Chennai Super Kings (CSK)</li>
<li> Delhi Dare Devils </li>
</ul>
</div>
<div id="CA12" style="display:none;">
<h2>Who is Vice President of India </h2>
<ul>
<li>Mulayam Singh yadav</li>
<li>Hamid Ansari</li>
<li>sushma swaraj</li>
<li>arun jaitley</li>
</ul>
</div>
<div id="CA13" style="display:none;">
<h2>Who got into the Commonwealth controversy ?</h2>
<ul>
<li>Hamid Ansari</li>
<li>Suresh Kalmadi</li>
<li>P Chidambaram</li>
<li>Kabil Sibil</li>
</ul>
</div>
<div id="CA14" style="display:none;">
<h2>Who is Minister of Communications and Information Technology ? </h2>
<ul>
<li>A. K. Antony</li>
<li>Sharad Pawar</li>
<li>Sushilkumar Shinde</li>
<li>Kapil Sibal</li>
</ul>
</div>
<div id="CA15" style="display:none;">
<h2>Who is World No. 1 woman archer </h2>
<ul>
<li>Purnima Mahato</li>
<li>Bombayla Devi </li>
<li>Deepika Kumari</li>
<li>Chekrovolu</li>
</ul>
</div>
<div id="CA16" style="display:none;">
<h2>"Over 100 Air India pilots went on a strike, this is the huge one happened this year.
This happened on which month."</h2>
<ul>
<li>August</li>
<li>May</li>
<li>October</li>
<li>July</li>
</ul>
</div>
<div id="CA17" style="display:none;">
<h2>How India votes Sri Lanka on the resolution to 'credibly investigate' allegations of violations during the war against Liberation Tigers of Tamil Eelam in 2009 in the United Nations Human Rights Council.</h2>
<ul>
<li>Favours</li>
<li>Against</li>
</ul>
</div>
<div id="CA18" style="display:none;">
<h2>IK Gujral, Ex Prime Minister of India Passed away on</h2>
<ul>
<li>27 November</li>
<li>5 December</li>
<li>30 November</li>
<li>29 November</li>
</ul>
</div>
<div id="CA19" style="display:none;">
<h2>Who is governor of tamilnadu ?</h2>
<ul>
<li> Surjit Singh Barnala</li>
<li> Konijeti Rosaiah</li>
<li> Ramamohan Rao</li>
<li> Fathima Beevi</li>
</ul>
</div>
</div>
<div id="SPORTS" style="display:none; text-align:center;">
<center><button onClick="randomizer('SPORTS')">Next Sports Question</button></center>
<div id="SP0" style="display:none;">
<h2>(1) Which of the following countries won the final of the triangular cricket series held in durban in februarry 1997 ? </h2>
<ul>
<li>India</li>
<li>New zealand </li>
<li>South africa </li>
<li>Zimbabwe</li>
</ul>
</div>
<div id="SP1" style="display:none;">
<h2>(2) In which year did Milkha Singh win the first National title in the 400 m race? </h2>
<ul>
<li>1955</li>
<li>1956</li>
<li>1957</li>
<li>1970</li>
</ul>
</div>
<div id="SP2" style="display:none;">
<h2>(3) When was Amateur Athletics Federation of India established? </h2>
<ul>
<li>1936</li>
<li>1946</li>
<li>1956</li>
<li>1966</li>
</ul>
</div>
<div id="SP3" style="display:none;">
<h2>(4) Which of the following is a Manipuri version of Hockey? </h2>
<ul>
<li>Khong Kangjei </li>
<li>Hiyang Tanaba </li>
<li>Yubi Lakpi </li>
</ul>
</div>
<div id="SP4" style="display:none;">
<h2>(5) In which Indian state did the game of Polo originate? </h2>
<ul>
<li>Meghalaya </li>
<li>Rajasthan </li>
<li>Manipur </li>
<li>West Bengal</li>
</ul>
</div>
<div id="SP5" style="display:none;">
<h2>(6) With which sport is the 'Choudhury Trophy' associated? </h2>
<ul>
<li>Golf </li>
<li>Circumnavigation of the earth by car </li>
<li>Formula One racing </li>
<li>Buggy-Jumping</li>
</ul>
</div>
<div id="SP6" style="display:none;">
<h2>(7) How many gold medals did P.T.Usha win in the 1986 Seoul Asian Games? </h2>
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
<li>4</li>
</ul>
</div>
<div id="SP7" style="display:none;">
<h2>(8) India reached the final of the Davis Cup for the first time in...? </h2>
<ul>
<li>1964</li>
<li>1966</li>
<li>1970</li>
<li>1974</li>
</ul>
</div>
<div id="SP8" style="display:none;">
<h2>(9) The name Kunjarani Devi is associated with...? </h2>
<ul>
<li>Weight Lifting </li>
<li>Target shooting </li>
<li>Athletics </li>
<li>Swimming</li>
</ul>
</div>
<div id="SP9" style="display:none;">
<h2>(10) Who received the Wisden Award for the 'Indian Cricketer of 20th Century'? </h2>
<ul>
<li>Sachin Tendulkar</li>
<li>Kapil Dev</li>
<li>Anil Kumble</li>
<li>Sunil Gavaskar</li>
</ul>
</div>
<div id="SP10" style="display:none;">
<h2>(11) To which game is Davis Cup related? </h2>
<ul>
<li>Lawn Tennis</li>
<li>Hockey</li>
<li>Handball</li>
<li>Cricket</li>
</ul>
</div>
<div id="SP11" style="display:none;">
<h2>(12) Which of the following trophies is NOT associated with cricket? </h2>
<ul>
<li>Thomas Cup</li>
<li>Rohinton Baria Trophy</li>
<li>Duleep Trophy</li>
<li>Charminar Challenge Cup</li>
</ul>
</div>
<div id="SP12" style="display:none;">
<h2>(13) Cannon, Cue and Pot' are three terms associated with: </h2>
<ul>
<li>Golf Only</li>
<li>Billiards only</li>
<li>Billiards, Golf and Shooting</li>
<li>Both Billiards and Golf </li>
</ul>
</div>
<div id="SP14" style="display:none;">
<h2>(15) In Cricket World Cup 2011 which team beat Netherlands by 231 runs (largest by runs) in Cricket World Cup 2011? </h2>
<ul>
<li>South Africa</li>
<li>India</li>
<li>Bangladesh</li>
<li>Pakistan</li>
</ul>
</div>
<div id="SP13" style="display:none;">
<h2>(14) No. of players in a team of Water Polo is: </h2>
<ul>
<li>8</li>
<li>7</li>
<li>6</li>
<li>5</li>
</ul>
</div>
<div id="SP15" style="display:none;">
<h2>(16) Who among the following won the Australian Open Women's Singles title 2011? </h2>
<ul>
<li>Li Na</li>
<li>Gisela Dulko</li>
<li>Flavia Pennetta</li>
<li>Kim Klijsters</li>
</ul>
</div>
<div id="SP16" style="display:none;">
<h2>(17 )Which of the following Trophies is related to the game of 'football'? </h2>
<ul>
<li>Mumbai Gold cup</li>
<li>Everest Cup</li>
<li>Merdeka Cup</li>
<li>V.C.C. Cup</li>
</ul>
</div>
<div id="SP17" style="display:none;">
<h2>(18) Where is the Wanderers Test Cricket ground located ? </h2>
<ul>
<li>Colombo</li>
<li>Melbourne</li>
<li>Auckland</li>
<li>Johannesburg</li>
</ul>
</div>
<div id="SP18" style="display:none;">
<h2>(19) Which country clinched the Women Hockey World Cup in 2010? </h2>
<ul>
<li>India</li>
<li>England</li>
<li>Australia</li>
<li>Argentina</li>
</ul>
</div>
<div id="SP19" style="display:none;">
<h2>(20) Samantha Stosur won her first UP Open (Womens Singles) Tennis Championship. She is form </h2>
<ul>
<li>France</li>
<li>Japan</li>
<li>Australia</li>
<li>Austria</li>
</ul>
</div>
</div>
<div id="HISTORY" style="display:none; text-align:center;">
<center><button onClick="randomizer('HISTORY')">Next Indian Politics Question</button></center>
<div id="HIS0" style="display:none;">
<h2>The final act of betrayal was when Tipu went himself to fight the British soldiers that were able to enter the fort courtyard. One of the traitors then ordered the inner doors to be shut. Who was this traitor?</h2>
<ul>
<li>Baharuddin</li>
<li>Zaman</li>
<li>Purnia</li>
<li>Mir Sadiq</li>
</ul>
</div>
<div id="HIS1" style="display:none;">
<h2>Which caves dating back to 600 A.D. are located on Gharapuri Island in Mumbai’s harbour?</h2>
<ul>
<li>Elephanta Caves</li>
<li>Ajanta Caces</li>
<li>Kanheri Caves</li>
<li>Ellora Caves</li>
</ul>
</div>
<div id="HIS2" style="display:none;">
<h2>Which historical monument was built to commemorate the visit of King George V and Queen Mary to Bombay?</h2>
<ul>
<li>India Gate</li>
<li>Church Gate</li>
<li>Arc of Victory</li>
<li>Gateway of India</li>
</ul>
</div>
<div id="HIS3" style="display:none;">
<h2>Which museum is the largest in India?</h2>
<ul>
<li>Indian Museum</li>
<li>Tagore Museum</li>
<li>Calcutta Museum</li>
<li>Subash Chandra Bose Museum</li>
</ul>
</div>
<div id="HIS4" style="display:none;">
<h2>Which dynasty was ruling in Delhi and was defeated by Babur when he invaded India?</h2>
<ul>
<li>Slave Dynasty</li>
<li>Tughlaq Dynasty</li>
<li>Khilji Dynasty</li>
<li>Lodhi Dynasty</li>
</ul>
</div>
<div id="HIS5" style="display:none;">
<h2>In 1857 there was a major rebellion against the British. It began in which city?</h2>
<ul>
<li>Bangalore</li>
<li>Calcutta</li>
<li>Meerut</li>
<li>Bombay</li>
</ul>
</div>
<div id="HIS6" style="display:none;">
<h2>During his time of life in the Gupta empire, which of these is a famous play that the Gupta poet Kalidasa wrote?</h2>
<ul>
<li>Mohenjo Daro</li>
<li>Shankuntala</li>
<li>Kshatriya</li>
<li>Ramayana</li>
</ul>
</div>
<div id="HIS7" style="display:none;">
<h2> Which of these was not one of the things Asoka did for his people during his rule?</h2>
<ul>
<li>Make Stone Pillars across india</li>
<li>Send Missionaries to Sri Lanka</li>
<li>Plant Banyan Trees by the roads</li>
<li>Set up food banks in poor towns</li>
</ul>
</div>
<div id="HIS8" style="display:none;">
<h2>Known as the "philosopher king", Asoka was the emperer of the Maurya empire as of 268 BC. What was his relationship to Chandragupta, the original founder of the empire?</h2>
<ul>
<li>Grandson</li>
<li>Nephew</li>
<li>Son</li>
<li>Son in Law</li>
</ul>
</div>
<div id="HIS9" style="display:none;">
<h2> In which year did Asoka wage the battle of Kalinga?</h2>
<ul>
<li>263 BC</li>
<li>260 BC</li>
<li>261 BC</li>
<li>262 BC</li>
</ul>
</div>
<div id="HIS10" style="display:none;">
<h2>Which was the first occasion when our national song was sung for the first time?</h2>
<ul>
<li>1896 Session of Indian National Congress</li>
<li>1857 Revolt</li>
<li>1919 Jalian Wala Bagh</li>
<li>None of the Above</li>
</ul>
</div>
<div id="HIS11" style="display:none;">
<h2>When Indian national Anthem was was first sung?</h2>
<ul>
<li>August 15 1947</li>
<li>1857 Revolt</li>
<li>December 27 1951 Calcuta</li>
<li>None of the above</li>
</ul>
</div>
<div id="HIS12" style="display:none;">
<h2>Where did ‘Tebhega’ movement occurred in 1946?</h2>
<ul>
<li>Maharashtra</li>
<li>Tamil Nadu</li>
<li>karnataka</li>
<li>Bengal</li>
</ul>
</div>
<div id="HIS13" style="display:none;">
<h2>Who among the following was the first Mughal emperor to allow Britishers to establish trade links with India?</h2>
<ul>
<li>Akbar</li>
<li>Jehangir</li>
<li>Shahjehan</li>
<li>Aurangazeb</li>
</ul>
</div>
<div id="HIS14" style="display:none;">
<h2>The Peacock Throne was made for</h2>
<ul>
<li>Jehangir</li>
<li>Akbar</li>
<li>Shahjehan</li>
<li>Aurangazeb</li>
</ul>
</div>
<div id="HIS15" style="display:none;">
<h2>Who among the following Indian rulers was a contemporary of Akbar?</h2>
<ul>
<li>Rani Durgawathi</li>
<li>Ahilya Bai</li>
<li>Martanda Varma</li>
<li>Raja Sawai Jai Singh</li>
</ul>
</div>
<div id="HIS16" style="display:none;">
<h2>The birthplace of Guru Gobind Singh is</h2>
<ul>
<li>Amritsar</li>
<li>Anandpur Sahib</li>
<li>Fatehgarh Sahib</li>
<li>Patna</li>
</ul>
</div>
<div id="HIS17" style="display:none;">
<h2>At which place was Akbar born?</h2>
<ul>
<li>Delhi</li>
<li>Agra</li>
<li>Amarkot</li>
<li>Kannauj</li>
</ul>
</div>
<div id="HIS18" style="display:none;">
<h2>Which was the first metal to be used by man</h2>
<ul>
<li>Copper</li>
<li>Iron</li>
<li>Bronze</li>
<li>Tin</li>
</ul>
</div>
<div id="HIS19" style="display:none;">
<h2>The rulers of which dynasties established the largest domination in Southern India ?</h2>
<ul>
<li>Cholas</li>
<li>Pandiyas</li>
<li>Cheras</li>
<li>Pallavas</li>
</ul>
</div>
</div>
<div id="INDIAN_POLITICS" style="display:none; text-align:center;">
<center><button onClick="randomizer('INDIAN_POLITICS')">Next History Question</button></center>
<div id="IP0" style="display:none;">
<h2>Mayawati is leader of which of the following Party?</h2>
</div>
<div id="IP1" style="display:none;">
<h2>Mulayam Singh Yadav is leader of which of the following Party?</h2>
</div>
<div id="IP2" style="display:none;">
<h2>Kamal sandesh is newspaper of which of the following party?</h2>
</div>
<div id="IP3" style="display:none;">
<h2>All India Trinamool Congress is founded by</h2>
</div>
<div id="IP4" style="display:none;">
<h2>With what honour has Dr. Kalam been decorated, the highest honour that an Indian citizen can receive?</h2>
<ul>
<li>Arjuna Award</li>
<li>Padma Bushan</li>
<li>Bharat Ratna</li>
<li>Padma Vibhushan</li>
</ul>
</div>
<div id="IP5" style="display:none;">
<h2>Which of the following Constitutional posts is enjoyed for a fixed term?</h2>
<ul>
<li>President</li>
<li>Chief Justice</li>
<li>National Security Advisor</li>
<li>Governor</li>
</ul>
</div>
<div id="IP6" style="display:none;">
<h2>In which year were the first generakl election held in India ?</h2>
<ul>
<li>1947 - 1948</li>
<li>1948 - 1949</li>
<li>1950 - 1951</li>
<li>1951 - 1952</li>
</ul>
</div>
<div id="IP7" style="display:none;">
<h2>Who appoint the Chief Election Commissioner of India ?</h2>
<ul>
<li>Chief Justice of India</li>
<li>President</li>
<li>Prime Minister</li>
<li>Parliment</li>
</ul>
</div>
<div id="IP8" style="display:none;">
<h2>The Chief Election Commisssioner can be removed</h2>
<ul>
<li>Supreme Court</li>
<li>On Charges of corruption provedn in supreme court</li>
<li>By each House of Parliament by a special majority and on the ground of proven misbehaviour or incapacity</li>
<li> By the President of India</li>
</ul>
</div>
<div id="IP9" style="display:none;">
<h2>How many day's time is given for the candidates of files their nominations from the date of notification of the election ?</h2>
<ul>
<li>4</li>
<li>2</li>
<li>8</li>
<li>6</li>
</ul>
</div>
<div id="IP10" style="display:none;">
<h2>The delimitation of the territorial constituencies in India is the responsibility of</h2>
<ul>
<li>Governor</li>
<li>Parliament</li>
<li>Election Commission</li>
<li>President</li>
</ul>
</div>
<div id="IP11" style="display:none;">
<h2>Which of the following dose not come under the purview of the Election Commission ?</h2>
<ul>
<li>To conduct the election of President of India</li>
<li>To assign election symbols to the political parties</li>
<li>To give recognition to the political Parties</li>
<li>To conduct the election of PM of India</li>
</ul>
</div>
<div id="IP12" style="display:none;">
<h2>Which former Indian President died as a result of a road accident?</h2>
<ul>
<li>Giani Zail Singh</li>
<li>Rajendra Prasad</li>
<li>R.Venkatraman </li>
<li>Faqruddin Ali Ahmed</li>
</ul>
</div>
<div id="IP13" style="display:none;">
<h2>Who among the following was killed during 'Operation Bluestar' of 1984?</h2>
<ul>
<li>Haji Mastan</li>
<li>Baba Santa Singh</li>
<li>Jarnail Singh Bhindranwale </li>
<li>Homi Jehangir Bhabha</li>
</ul>
</div>
<div id="IP14" style="display:none;">
<h2>Who is popularly known as 'Father of Indian Constitution'?</h2>
<ul>
<li>Mahatma Gandhi </li>
<li>Jawaharlal Nehru</li>
<li>B.R.Ambedkar </li>
<li>Bal Gangadhar Tilak</li>
</ul>
</div>
<div id="IP15" style="display:none;">
<h2>From which Constitution was the Concept of a Five Year Plan borrowed into the Indian Constitution?</h2>
<ul>
<li>USSR </li>
<li>Ireland</li>
<li>USA </li>
<li>UK</li>
</ul>
</div>
<div id="IP16" style="display:none;">
<h2>When did Gandhiji launch the Quit India movement?</h2>
<ul>
<li>9th August 1942 </li>
<li> 9th August 1938</li>
<li>9th August 1940 </li>
<li> 9th August 1944</li>
</ul>
</div>
<div id="IP17" style="display:none;">
<h2>The members of the Rajya Sabha are elected by</h2>
<ul>
<li> the people</li>
<li>Lok Sabha</li>
<li>elected members of the legislative assembly</li>
<li>elected members of the legislative council</li>
</ul>
</div>
<div id="IP18" style="display:none;">
<h2>Who was the first Indian to hold the post of Governor General in India?</h2>
<ul>
<li>Dr. Rajendra Prasad</li>
<li>Dr. K.M. Munshi</li>
<li>C. Rajagopalachari</li>
<li>Annie Besant</li>
</ul>
</div>
<div id="IP19" style="display:none;">
<h2>Who was India's first woman Cabinet Minister? </h2>
<ul>
<li>Dr. Vijayalakshmi Pandit</li>
<li>Rajkumari Amrit Kaur </li>
<li>Dr. Annie Besant</li>
<li>Sheila Dixit</li>
</ul>
</div>
</div>
<div id="CINEMA" style="display:none; text-align:center;">
<center><button onClick="randomizer('CINEMA')">Next Cinema Question</button></center>
<div id="CIN0" style="display:none;">
<h2> Noted famous Tamil lyricist 'Na.Muthukumar' has written dialogues for which of these movies?</h2>
<ul>
<li>Madarasapattinam</li>
<li>Siva Manasula Sakthi</li>
<li>Keeridom</li>
<li>Vettai</li>
</ul>
</div>
<div id="CIN1" style="display:none;">
<h2> Who is the only actor in indian cinema to give 5 mega hits in a year 1982 including tamil and hindi?</h2>
<ul>
<li>Rajinikanth</li>
<li>Amitabh Bachan</li>
<li>Kamal Haasan</li>
<li>Mohan Lal</li>
</ul>
</div>
<div id="CIN2" style="display:none;">
<h2> Who are the three heroes in the tamil remake of DELHI BELLY?</h2>
<ul>
<li>Arya - Santhanam - Premgi</li>
<li>Arya - Santhaman - Vivek</li>
<li>Arya - Jeeva - Premgi</li>
<li>Arya - Santhanam - Nasser</li>
</ul>
</div>
<div id="CIN3" style="display:none;">
<h2> Hindi movie'FORCE' which had John Abraham and Genelia in the lead is a remake of which tamil blockbuster movie?</h2>
<ul>
<li>Kaakha Kaakha</li>
<li>Saamy</li>
<li>Vettaiyadu Velaadu</li>
<li>Ayan</li>
</ul>
</div>
<div id="CIN4" style="display:none;">
<h2> Who is the tamil actress who recently signed Hollywood filmmaker James Cameroon's movie?</h2>
<ul>
<li>Trisha</li>
<li>Shriya Saran</li>
<li>Lakshmi Rai</li>
<li>Amala Paul</li>
</ul>
</div>
<div id="CIN5" style="display:none;">
<h2> In which movie,did comedian Santhanam make his debut?</h2>
<ul>
<li>Manmadan</li>
<li>Rendu</li>
<li>Vallavan</li>
<li>Pesadha Kannum Pesume</li>
</ul>
</div>
<div id="CIN6" style="display:none;">
<h2> For which movie did actor Suriya get more number of awards from various associations?</h2>
<ul>
<li>Perazhagan</li>
<li>Vaaran Aayiram</li>
<li>Ghajini</li>
<li>Nandha</li>
</ul>
</div>
<div id="CIN7" style="display:none;">
<h2> Who was the first producer of Arya-Madhavan starrer 'VETTAI,who then moved away from the project'?</h2>
<ul>
<li>Udhayanidhi Stalin</li>
<li>Shankar (Director)</li>
<li>Aascar V Ravichandran</li>
<li>Dhayanidi Azhagiri</li>
</ul>
</div>
<div id="CIN8" style="display:none;">
<h2> The famous character'Vandu Murugan' essayed by Vadivelu is from which movie?</h2>
<ul>
<li>Thalainagaram</li>
<li>Ellam Avan Seyal</li>
<li>Azhagarmalai</li>
<li>Marudhamalai</li>
</ul>
</div>
<div id="CIN9" style="display:none;">
<h2> Who is the youngest music composer joining the film industry at the age of 16?</h2>
<ul>
<li>Harris Jayaraj</li>
<li>A R Rahaman</li>
<li>G V Prakash</li>
<li>Yuvan Shankar Raja</li>
</ul>
</div>
<div id="CIN10" style="display:none;">
<h2> Who was the cinematographer for the movie'BOMBAY,who is also a director'?</h2>
<ul>
<li>Santhosh Sivan</li>
<li>Ravi K Chandran</li>
<li>P C Sreeram</li>
<li>Rajiv Menon</li>
</ul>
</div>
<div id="CIN11" style="display:none;">
<h2> Which tamil blockbuster was dubbed and released in telugu as'RANGAM' ?</h2>
<ul>
<li>Naan Mahaan Alla</li>
<li>Mankatha</li>
<li>KO</li>
<li>Ayan</li>
</ul>
</div>
<div id="CIN12" style="display:none;">
<h2> Which is the first prequel film in India which falls out to be a tamil film?</h2>
<ul>
<li>Billa 2</li>
<li>Japanil Kalyanaraman 2</li>
<li>Naan Avan Illai 2</li>
<li>Kanchana (Muni 2)</li>
</ul>
</div>
<div id="CIN13" style="display:none;">
<h2>How many times Superstar Rajinikanth has won National Award?</h2>
<ul>
<li>Never</li>
<li>Once</li>
<li>Twice</li>
<li>Thrice</li>
</ul>
</div>
<div id="CIN14" style="display:none;">
<h2>In which movie, Crazy Mohan joined his hand with Kamal for the first time?</h2>
<ul>
<li>Thenali</li>
<li>Kaadhala Kaadhala</li>
<li>Apoorva Sagodharargal</li>
<li>Avvai Shanmughi</li>
</ul>
</div>
<div id="CIN15" style="display:none;">
<h2>Whose title is "Kaadhal Mannan"</h2>
<ul>
<li>Ajith</li>
<li>Gemini Ganesan</li>
<li>Prashanth</li>
<li>Karthik</li>
</ul>
</div>
<div id="CIN16" style="display:none;">
<h2>Name the Ilaiyaraja's 200th movie?</h2>
<ul>
<li>Idhaya Kovil</li>
<li>Nayagan</li>
<li>Pithamagan</li>
<li>Pudhu Pudhu Arthangal</li>
<li>Mahanadhi</li>
</ul>
</div>
<div id="CIN17" style="display:none;">
<h2>Name the Trisha's first movie?</h2>
<ul>
<li>Lesa Lesa</li>
<li>Mounam Pesiyadhe</li>
<li>Jodi</li>
<li>Alai</li>
</ul>
</div>
<div id="CIN18" style="display:none;">
<h2>I believe this is an easy one Based on which korean movie, Pokkisham was remaked?</h2>
<ul>
<li>Diary Of Love</li>
<li>Impression</li>
<li>My Love</li>
<li>Classic</li>
</ul>
</div>
<div id="CIN19" style="display:none;">
<h2>For which movie, Prakash Raj won his First National Award?</h2>
<ul>
<li>Guru Parvai</li>
<li>Kanchivaram</li>
<li>Iruvar</li>
<li>Aasai</li>
</ul>
</div>
</div>
<div id="SCIENCE" style="display:none; text-align:center;">
<center><button onClick="randomizer('SCIENCE')">Next Science Question</button></center>
<div id="SCI0" style="display:none; text-align:center;">
<h2>Where the ozone layer is mainly found in the Earth’s atmosphere?</h2>
<ul>
<li>Stratosphere</li>
<li>Hemisphere</li>
<li>Ozonosphere</li>
<li>Troposhpere</li>
</ul>
</div>
<div id="SCI1" style="display:none; text-align:center;">
<h2>Prime Minister said India will send a mission to "Mars" to collect scientific information. What is the name of this mission?</h2>
<ul>
<li>Mars Orbitor Mission</li>
<li>Mars Yojana</li>
<li>Mangal Yaan</li>
<li>India Mars Plan</li>
</ul>
</div>
<div id="SCI2" style="display:none; text-align:center;">
<h2>What is the name of the first satellite sent into space?</h2>
</div>
<div id="SCI3" style="display:none; text-align:center;">
<h2>A single piece of coiled DNA is known as a?</h2>
</div>
<div id="SCI4" style="display:none; text-align:center;">
<h2>The process of pasteurization is named after which famous French microbiologist?</h2>
</div>
<div id="SCI5" style="display:none; text-align:center;">
<h2>A change of the DNA in an organism that results in a new trait is known as a?</h2>
</div>
<div id="SCI6" style="display:none; text-align:center;">
<h2>A magnifying glass is what type of lens?</h2>
</div>
<div id="SCI7" style="display:none; text-align:center;">
<h2>What kind of eclipse do we have when the moon is between the sun and the earth?</h2>
</div>
<div id="SCI8" style="display:none; text-align:center;">
<h2>The wire inside an electric bulb is known as the what?</h2>
</div>
<div id="SCI9" style="display:none; text-align:center;">
<h2>Bronze is made from what two metals?</h2>
</div>
<div id="SCI10" style="display:none; text-align:center;">
<h2>Infrared light has a wavelength that is too long or short to be visible for humans?</h2>
</div>
<div id="SCI11" style="display:none; text-align:center;">
<h2>Which of the following gases was absent from the atmosphere of primitive earth?</h2>
</div>
<div id="SCI12" style="display:none; text-align:center;">
<h2>The weight of brain of man is _____ gms</h2>
</div>
<div id="SCI13" style="display:none; text-align:center;">
<h2>Distribution of living organisms on earth is</h2>
</div>
<div id="SCI14" style="display:none; text-align:center;">
<h2>A group of similar cells that work together is called ______.</h2>
</div>
<div id="SCI15" style="display:none; text-align:center;">
<h2>Ends of two bones are connected by</h2>
</div>
<div id="SCI16" style="display:none; text-align:center;">
<h2>Respiratory Quotient (R.Q.) is represented by</h2>
</div>
<div id="SCI17" style="display:none; text-align:center;">
<h2>Where are the oldest stars in the galaxy located?</h2>
<ul>
<li>Black Holes</li>
<li>Halo and Bulge</li>
<li>Spiral Arms</li>
<li>Bulge only</li>
</ul>
</div>
<div id="SCI18" style="display:none; text-align:center;">
<h2>How fast does the sun travel around the center of the galaxy?</h2>
<ul>
<li>150 miles / sec</li>
<li>150 miles / min</li>
<li>150 miles / hour</li>
<li> 150 miles/ day</li>
</ul>
</div>
<div id="SCI19" style="display:none; text-align:center;">
<h2>Where do most of the known asteroids orbit the Sun?</h2>
<ul>
<li>Between the orbit of Mars and Jupiter</li>
<li>Between the orbit of Venus and Earth</li>
<li>Between the orbit of Earth and Mars</li>
<li>Between the orbit of Pluto and Saturn</li>
</ul>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment