Rajasthan BCI Practice – 100 Questions * { box-sizing: border-box; margin: 0; padding: 0; } body { background: #f4f1ea; font-family: 'Segoe UI', Roboto, system-ui, sans-serif; min-height: 100vh; display: flex; justify-content: center; padding: 1.5rem; } .container { max-width: 1000px; width: 100%; background: white; border-radius: 32px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); padding: 2rem 2rem 2.5rem; } h1 { font-weight: 600; font-size: 2rem; color: #1e2b3a; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; border-bottom: 3px solid #d4a373; padding-bottom: 0.75rem; margin-bottom: 1.5rem; } .timer-box { background: #1e2b3a; color: #f4e9d8; padding: 0.5rem 1.2rem; border-radius: 60px; font-size: 1.4rem; font-weight: 600; display: flex; align-items: center; gap: 0.5rem; } .timer-box span { background: #d4a373; color: #1e2b3a; padding: 0.1rem 0.9rem; border-radius: 40px; font-size: 1.5rem; min-width: 70px; text-align: center; } .meta-panel { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.8rem 1.5rem; background: #f8f5f0; padding: 0.8rem 1.5rem; border-radius: 40px; margin-bottom: 2rem; font-weight: 500; color: #2c3e4f; } .badge { background: #d4a373; color: #1e2b3a; padding: 0.2rem 1rem; border-radius: 30px; font-weight: 600; } .question-panel { background: #fefcf9; border-radius: 24px; padding: 1.8rem 2rem; box-shadow: inset 0 1px 4px rgba(0,0,0,0.02), 0 4px 12px rgba(0,0,0,0.03); margin-bottom: 1.8rem; } .q-header { display: flex; justify-content: space-between; color: #4d5f6e; font-weight: 500; font-size: 0.9rem; margin-bottom: 1.2rem; } .question-text { font-size: 1.3rem; font-weight: 500; line-height: 1.6; color: #1a2632; margin-bottom: 0.3rem; } .question-text .eng { display: block; } .question-text .hin { display: block; font-weight: 400; font-size: 1.1rem; color: #3d4f5e; margin-top: 0.3rem; border-top: 1px dashed #e2dcd2; padding-top: 0.5rem; } .options { margin: 1.8rem 0 0.5rem; display: flex; flex-direction: column; gap: 0.7rem; } .option-item { display: flex; align-items: center; gap: 0.8rem; background: #f7f4ef; padding: 0.7rem 1.2rem; border-radius: 60px; cursor: pointer; border: 2px solid transparent; transition: 0.1s; } .option-item:hover { background: #ede7df; } .option-item.selected { border-color: #1e2b3a; background: #e6dfd4; } .option-item input[type="radio"] { accent-color: #1e2b3a; width: 1.1rem; height: 1.1rem; cursor: pointer; } .option-item .option-label { display: flex; flex-wrap: wrap; gap: 0.3rem 1rem; } .option-item .option-label .opt-en { font-weight: 450; } .option-item .option-label .opt-hi { color: #3d4f5e; font-size: 0.95rem; } .nav-area { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.8rem; } .btn { background: white; border: 2px solid #1e2b3a; padding: 0.5rem 1.8rem; border-radius: 60px; font-weight: 600; font-size: 1rem; color: #1e2b3a; cursor: pointer; transition: 0.15s; background: #fcfaf7; } .btn-primary { background: #1e2b3a; color: white; border-color: #1e2b3a; } .btn-primary:hover { background: #2f4054; } .btn-secondary { background: #eae3d9; border-color: #b7aa99; } .btn-secondary:hover { background: #ddd4c7; } .btn:disabled { opacity: 0.5; pointer-events: none; } .result-area { margin-top: 2.5rem; background: #f1ede6; border-radius: 28px; padding: 1.8rem 2rem; display: none; } .result-area.visible { display: block; } .result-summary { display: flex; flex-wrap: wrap; gap: 1.5rem 3rem; justify-content: center; padding-bottom: 1.2rem; border-bottom: 2px solid #d4c6b6; margin-bottom: 1.2rem; } .stat { background: white; padding: 0.6rem 1.8rem; border-radius: 60px; } .stat span { font-weight: 700; font-size: 1.5rem; margin-left: 0.3rem; } .green { color: #1f7b4d; } .red { color: #b33c3c; } .gray { color: #5f6c7a; } .answer-review { max-height: 400px; overflow-y: auto; padding-right: 0.5rem; } .review-item { background: white; border-radius: 18px; padding: 1rem 1.5rem; margin-bottom: 0.8rem; border-left: 8px solid #b7aa99; } .review-item.correct { border-left-color: #1f7b4d; } .review-item.wrong { border-left-color: #b33c3c; } .review-item .q { font-weight: 600; } .review-item .exp { font-size: 0.9rem; color: #2f4054; background: #f4f0e9; padding: 0.4rem 1rem; border-radius: 40px; margin-top: 0.5rem; } .footer-actions { display: flex; gap: 1rem; justify-content: center; margin-top: 1.8rem; flex-wrap: wrap; } @media (max-width: 700px) { .container { padding: 1.2rem; } h1 { font-size: 1.6rem; } .timer-box { font-size: 1.2rem; } } 📘 Rajasthan BCI · Paper I (100 Q) ⏳ 60:00 📌 1 / 100 📝 0 answered ⚠️ 1/3 negative marking Q1● Not answered Loading... ◀ Prev Next ▶ ✅ Submit Test ✅ Correct: 0 ❌ Wrong: 0 ⬜ Unanswered: 0 🏆 Score: 0 🔄 Reset Test (function() { // ---------- 100 QUESTIONS (Numbered 1 to 100) ---------- const QUESTIONS = [ // Q1-Q10 (Original 21-30) { id: 1, eng: 'Which of the following is known as the "City of Lakes" in Rajasthan?', hin: 'राजस्थान में "City of Lakes" के नाम से कौन-सा शहर प्रसिद्ध है?', options: [{en:'Jaipur',hi:'जयपुर'},{en:'Udaipur',hi:'उदयपुर'},{en:'Bikaner',hi:'बीकानेर'},{en:'Jaisalmer',hi:'जैसलमेर'}], correct: 1, exp: 'Udaipur is popularly known as the City of Lakes.' }, { id: 2, eng: 'Which is the largest district of Rajasthan by area?', hin: 'क्षेत्रफल की दृष्टि से राजस्थान का सबसे बड़ा जिला कौन-सा है?', options: [{en:'Barmer',hi:'बाड़मेर'},{en:'Bikaner',hi:'बीकानेर'},{en:'Jaisalmer',hi:'जैसलमेर'},{en:'Jodhpur',hi:'जोधपुर'}], correct: 2, exp: 'Jaisalmer is the largest district.' }, { id: 3, eng: 'Which fort is known as "Golden Fort"?', hin: 'कौन-सा दुर्ग "Golden Fort" के नाम से प्रसिद्ध है?', options: [{en:'Mehrangarh',hi:'मेहरानगढ़'},{en:'Jaisalmer Fort',hi:'जैसलमेर दुर्ग'},{en:'Kumbhalgarh',hi:'कुंभलगढ़'},{en:'Chittorgarh',hi:'चित्तौड़गढ़'}], correct: 1, exp: 'Jaisalmer Fort is called Sonar Quila.' }, { id: 4, eng: 'Which lake is near Ajmer?', hin: 'निम्नलिखित में से कौन-सी झील अजमेर के पास स्थित है?', options: [{en:'Pichola',hi:'पिछोला'},{en:'Ana Sagar',hi:'आनासागर'},{en:'Jaisamand',hi:'जैसमंद'},{en:'Rajsamand',hi:'राजसमंद'}], correct: 1, exp: 'Ana Sagar is a historic artificial lake in Ajmer.' }, { id: 5, eng: 'Who built Vijay Stambh at Chittorgarh?', hin: 'चित्तौड़गढ़ के विजय स्तंभ का निर्माण किस शासक से संबंधित है?', options: [{en:'Rana Sanga',hi:'राणा संगा'},{en:'Rana Kumbha',hi:'राणा कुंभा'},{en:'Rana Hammir',hi:'राणा हम्मीर'},{en:'Maharana Pratap',hi:'महाराणा प्रताप'}], correct: 1, exp: 'Rana Kumbha built it to commemorate victory over Mahmud Khilji.' }, { id: 6, eng: 'Major tributary of Chambal?', hin: 'निम्नलिखित में से कौन चंबल नदी की प्रमुख सहायक नदी है?', options: [{en:'Banas',hi:'बनास'},{en:'Luni',hi:'लूनी'},{en:'Ghaggar',hi:'घग्गर'},{en:'Sabarmati',hi:'साबरमती'}], correct: 0, exp: 'Banas is a major tributary of Chambal.' }, { id: 7, eng: 'If 3/8 of a number is 45, find the number.', hin: 'यदि किसी संख्या का 3/8 = 45 है, तो संख्या क्या है?', options: [{en:'100',hi:'100'},{en:'120',hi:'120'},{en:'135',hi:'135'},{en:'150',hi:'150'}], correct: 1, exp: '45×8/3 = 120.' }, { id: 8, eng: 'A man spends 70% and saves ₹9000. Income?', hin: 'एक व्यक्ति अपनी आय का 70% खर्च करता है। यदि वह ₹9,000 बचाता है, तो उसकी कुल आय कितनी है?', options: [{en:'₹27,000',hi:'₹27,000'},{en:'₹30,000',hi:'₹30,000'},{en:'₹32,000',hi:'₹32,000'},{en:'₹36,000',hi:'₹36,000'}], correct: 1, exp: '30% = 9000 ⇒ income = 30000.' }, { id: 9, eng: 'Find missing: 4, 12, 36, 108, ?', hin: 'लुप्त संख्या ज्ञात कीजिए: 4, 12, 36, 108, ?', options: [{en:'216',hi:'216'},{en:'324',hi:'324'},{en:'432',hi:'432'},{en:'540',hi:'540'}], correct: 1, exp: '×3 each time, 108×3=324.' }, { id: 10, eng: 'Correct match?', hin: 'निम्नलिखित में से कौन-सा युग्म सही सुमेलित है?', options: [{en:'Gangaur — Gauri/Parvati',hi:'गणगौर — गौरी/पार्वती'},{en:'Teej — Vishnu',hi:'तीज — विष्णु'},{en:'Gavari — Jain',hi:'गवरी — जैन'},{en:'Kalbeliya — Sikh',hi:'कलबेलिया — सिख'}], correct: 0, exp: 'Gangaur is associated with Gauri/Parvati.' }, // Q11-Q20 (Original 31-40) { id: 11, eng: 'Junagarh Fort is in which city?', hin: 'जूनागढ़ दुर्ग किस शहर में स्थित है?', options: [{en:'Jaisalmer',hi:'जैसलमेर'},{en:'Bikaner',hi:'बीकानेर'},{en:'Jodhpur',hi:'जोधपुर'},{en:'Kota',hi:'कोटा'}], correct: 1, exp: 'Junagarh Fort is in Bikaner.' }, { id: 12, eng: 'Desert vegetation characteristic?', hin: 'राजस्थान की मरुस्थलीय वनस्पति की प्रमुख विशेषता क्या है?', options: [{en:'Evergreen',hi:'सदाबहार'},{en:'Xerophytic',hi:'शुष्कोद्भिद'},{en:'Mangrove',hi:'मैंग्रोव'},{en:'Alpine',hi:'अल्पाइन'}], correct: 1, exp: 'Xerophytic plants adapted to arid conditions.' }, { id: 13, eng: 'Chambal irrigation project?', hin: 'निम्नलिखित में से कौन-सी सिंचाई परियोजना चंबल नदी से संबंधित है?', options: [{en:'Chambal Valley',hi:'चंबल घाटी'},{en:'Indira Gandhi',hi:'इंदिरा गांधी'},{en:'Mahi Bajaj',hi:'माही बजाज'},{en:'Bisalpur',hi:'बीसलपुर'}], correct: 0, exp: 'Chambal Valley Project is a multipurpose project.' }, { id: 14, eng: 'Tributary of Mahi?', hin: 'निम्नलिखित में से कौन-सी माही नदी की सहायक नदी है?', options: [{en:'Som',hi:'सोम'},{en:'Banas',hi:'बनास'},{en:'Luni',hi:'लूनी'},{en:'Kali Sindh',hi:'काली सिंध'}], correct: 0, exp: 'Som is a tributary of Mahi.' }, { id: 15, eng: 'CP 2500, SP 2875, profit %?', hin: 'यदि क्रय मूल्य ₹2,500 और विक्रय मूल्य ₹2,875 है, तो लाभ प्रतिशत कितना होगा?', options: [{en:'12%',hi:'12%'},{en:'15%',hi:'15%'},{en:'18%',hi:'18%'},{en:'20%',hi:'20%'}], correct: 1, exp: 'Profit 375, 375/2500*100=15%.' }, { id: 16, eng: '₹12000 divided 5:7, B gets?', hin: '₹12,000 को A और B के बीच 5:7 के अनुपात में बाँटा जाता है। B को कितनी राशि मिलेगी?', options: [{en:'₹5,000',hi:'₹5,000'},{en:'₹6,000',hi:'₹6,000'},{en:'₹7,000',hi:'₹7,000'},{en:'₹8,000',hi:'₹8,000'}], correct: 2, exp: 'B = 7/12*12000 = ₹7000.' }, { id: 17, eng: 'Next: 2, 6, 18, 54, ?', hin: 'अगली संख्या ज्ञात कीजिए: 2, 6, 18, 54, ?', options: [{en:'108',hi:'108'},{en:'162',hi:'162'},{en:'216',hi:'216'},{en:'324',hi:'324'}], correct: 1, exp: '×3, 54×3=162.' }, { id: 18, eng: 'Odd one: 64, 81, 100, 125', hin: 'विषम को चुनिए:', options: [{en:'64',hi:'64'},{en:'81',hi:'81'},{en:'100',hi:'100'},{en:'125',hi:'125'}], correct: 3, exp: '125 is not a perfect square.' }, { id: 19, eng: 'TABLE → UBCMF, CHAIR → ?', hin: 'यदि TABLE को UBCMF लिखा जाता है, तो CHAIR को कैसे लिखा जाएगा?', options: [{en:'DIBJS',hi:'DIBJS'},{en:'DIBIR',hi:'DIBIR'},{en:'DHBJS',hi:'DHBJS'},{en:'EIBJS',hi:'EIBJS'}], correct: 0, exp: 'Each letter +1: C→D, H→I, A→B, I→J, R→S.' }, { id: 20, eng: 'Facing south, turns left, right, right. Direction?', hin: 'एक व्यक्ति दक्षिण की ओर मुख करके खड़ा है। वह पहले left, फिर right और फिर right turn लेता है। अब वह किस दिशा में है?', options: [{en:'North',hi:'उत्तर'},{en:'East',hi:'पूर्व'},{en:'West',hi:'पश्चिम'},{en:'South',hi:'दक्षिण'}], correct: 2, exp: 'South → East → South → West.' }, // Q21-Q30 (Original 41-50) { id: 21, eng: '80 students, 35% girls, boys?', hin: '80 विद्यार्थियों की कक्षा में 35% लड़कियाँ हैं। लड़कों की संख्या कितनी है?', options: [{en:'48',hi:'48'},{en:'52',hi:'52'},{en:'54',hi:'54'},{en:'56',hi:'56'}], correct: 1, exp: 'Girls 28, boys 52.' }, { id: 22, eng: 'Average 10 numbers = 24, add 5 to each, new avg?', hin: '10 संख्याओं का औसत 24 है। यदि प्रत्येक संख्या में 5 जोड़ दिया जाए, तो नया औसत क्या होगा?', options: [{en:'25',hi:'25'},{en:'27',hi:'27'},{en:'29',hi:'29'},{en:'30',hi:'30'}], correct: 2, exp: 'New average = 24+5 = 29.' }, { id: 23, eng: 'A does work in 15d, B 50% more efficient, B days?', hin: 'A किसी कार्य को 15 दिनों में करता है। B, A से 50% अधिक efficient है। B को कितने दिन लगेंगे?', options: [{en:'7.5',hi:'7.5'},{en:'10',hi:'10'},{en:'12',hi:'12'},{en:'13.5',hi:'13.5'}], correct: 1, exp: '15/1.5 = 10 days.' }, { id: 24, eng: 'Train 150m crosses 250m platform in 20s. Speed?', hin: '150 मीटर लंबी ट्रेन 250 मीटर लंबे platform को 20 सेकंड में पार करती है। उसकी गति क्या है?', options: [{en:'54 km/h',hi:'54 किमी/घंटा'},{en:'60 km/h',hi:'60 किमी/घंटा'},{en:'72 km/h',hi:'72 किमी/घंटा'},{en:'80 km/h',hi:'80 किमी/घंटा'}], correct: 2, exp: '400m/20s = 20 m/s = 72 km/h.' }, { id: 25, eng: 'Virus caused disease?', hin: 'निम्नलिखित में से कौन-सा रोग virus के कारण होता है?', options: [{en:'Tuberculosis',hi:'क्षय रोग'},{en:'Malaria',hi:'मलेरिया'},{en:'Dengue',hi:'डेंगू'},{en:'Typhoid',hi:'टाइफाइड'}], correct: 2, exp: 'Dengue is caused by virus.' }, { id: 26, eng: 'Gas released in photosynthesis?', hin: 'Photosynthesis के दौरान मुख्यतः कौन-सी गैस released होती है?', options: [{en:'CO2',hi:'CO2'},{en:'Oxygen',hi:'ऑक्सीजन'},{en:'Nitrogen',hi:'नाइट्रोजन'},{en:'Hydrogen',hi:'हाइड्रोजन'}], correct: 1, exp: 'Oxygen is released.' }, { id: 27, eng: 'Correct match?', hin: 'निम्नलिखित में से कौन-सा सही सुमेलित है?', options: [{en:'Sambhar — Salt lake',hi:'सांभर — खारी झील'},{en:'Jaisamand — Salt lake',hi:'जैसमंद — खारी झील'},{en:'Pichola — Desert lake',hi:'पिछोला — मरुस्थलीय झील'},{en:'Ana Sagar — Glacier lake',hi:'आनासागर — हिमनद झील'}], correct: 0, exp: 'Sambhar is a salt lake.' }, { id: 28, eng: 'Painting style with folk narratives?', hin: 'राजस्थान की कौन-सी painting style धार्मिक एवं वीर लोक कथाओं से पारंपरिक रूप से जुड़ी है?', options: [{en:'Phad',hi:'फड़'},{en:'Madhubani',hi:'मधुबनी'},{en:'Warli',hi:'वारली'},{en:'Kalamkari',hi:'कलमकारी'}], correct: 0, exp: 'Phad depicts folk deities.' }, { id: 29, eng: '30% increase then 30% decrease. Net?', hin: 'किसी संख्या में 30% की वृद्धि और फिर 30% की कमी की जाती है। शुद्ध प्रतिशत परिवर्तन क्या होगा?', options: [{en:'9% inc',hi:'9% वृद्धि'},{en:'9% dec',hi:'9% कमी'},{en:'No change',hi:'कोई परिवर्तन नहीं'},{en:'6% dec',hi:'6% कमी'}], correct: 1, exp: '100→130→91, net 9% decrease.' }, { id: 30, eng: 'Highest peak of Rajasthan?', hin: 'राजस्थान की सबसे ऊँची चोटी कौन-सी है?', options: [{en:'Ser Peak',hi:'सेर पीक'},{en:'Guru Shikhar',hi:'गुरु शिखर'},{en:'Achalgarh',hi:'अचलगढ़'},{en:'Taragarh',hi:'तारागढ़'}], correct: 1, exp: 'Guru Shikhar is the highest peak.' }, // Q31-Q40 (Original 51-60) { id: 31, eng: 'Kota Doria belongs to which district?', hin: 'कोटा डोरिया के लिए कौन-सा जिला प्रसिद्ध है?', options: [{en:'Kota',hi:'कोटा'},{en:'Bundi',hi:'बूंदी'},{en:'Baran',hi:'बाराँ'},{en:'Jhalawar',hi:'झालावाड़'}], correct: 0, exp: 'Kota Doria is from Kota.' }, { id: 32, eng: 'Southeastern Rajasthan characteristic?', hin: 'राजस्थान के दक्षिण-पूर्वी भाग की प्रमुख विशेषता क्या है?', options: [{en:'Arid',hi:'शुष्क'},{en:'Higher rainfall & fertile',hi:'अधिक वर्षा एवं उपजाऊ'},{en:'Sand dunes',hi:'बालू के टीले'},{en:'No perennial rivers',hi:'कोई बारहमासी नदी नहीं'}], correct: 1, exp: 'SE Rajasthan gets more rainfall and has fertile plains.' }, { id: 33, eng: 'Bisalpur Dam is on which river?', hin: 'बीसलपुर बाँध किस नदी पर स्थित है?', options: [{en:'Chambal',hi:'चंबल'},{en:'Banas',hi:'बनास'},{en:'Luni',hi:'लूनी'},{en:'Mahi',hi:'माही'}], correct: 1, exp: 'Bisalpur dam is on Banas.' }, { id: 34, eng: 'Incorrectly matched pair?', hin: 'निम्नलिखित में से कौन-सा युग्म गलत सुमेलित है?', options: [{en:'Guru Shikhar—Mount Abu',hi:'गुरु शिखर—माउंट आबू'},{en:'Mehrangarh—Jodhpur',hi:'मेहरानगढ़—जोधपुर'},{en:'Junagarh—Bikaner',hi:'जूनागढ़—बीकानेर'},{en:'Hawa Mahal—Udaipur',hi:'हवा महल—उदयपुर'}], correct: 3, exp: 'Hawa Mahal is in Jaipur.' }, { id: 35, eng: '20% of x = 60, then 35% of x?', hin: 'यदि x का 20% = 60 है, तो x का 35% कितना होगा?', options: [{en:'90',hi:'90'},{en:'100',hi:'100'},{en:'105',hi:'105'},{en:'120',hi:'120'}], correct: 2, exp: 'x=300, 35% = 105.' }, { id: 36, eng: 'SP ₹1440 at 20% profit, CP?', hin: 'दुकानदार किसी वस्तु को ₹1,440 में 20% लाभ पर बेचता है। उसका क्रय मूल्य क्या था?', options: [{en:'₹1100',hi:'₹1100'},{en:'₹1200',hi:'₹1200'},{en:'₹1250',hi:'₹1250'},{en:'₹1300',hi:'₹1300'}], correct: 1, exp: 'CP = 1440/1.20 = 1200.' }, { id: 37, eng: 'Next: 3,7,15,31,63,?', hin: 'अगली संख्या ज्ञात कीजिए: 3, 7, 15, 31, 63, ?', options: [{en:'95',hi:'95'},{en:'111',hi:'111'},{en:'127',hi:'127'},{en:'129',hi:'129'}], correct: 2, exp: '×2+1, 63×2+1=127.' }, { id: 38, eng: '40 students, R 12th from left, position from right?', hin: '40 विद्यार्थियों की पंक्ति में R बाएँ से 12वाँ है। दाएँ से R का स्थान क्या होगा?', options: [{en:'28th',hi:'28वाँ'},{en:'29th',hi:'29वाँ'},{en:'30th',hi:'30वाँ'},{en:'31st',hi:'31वाँ'}], correct: 1, exp: '40-12+1 = 29.' }, { id: 39, eng: 'PEN coded as 35-5-14, principle?', hin: 'यदि PEN को 35-5-14 लिखा जाता है, तो कौन-सा coding principle प्रयोग हुआ है?', options: [{en:'Reverse alphabet',hi:'उल्टा वर्णमाला'},{en:'Alphabetical',hi:'वर्णानुक्रम'},{en:'Multiplication',hi:'गुणा'},{en:'Random',hi:'यादृच्छिक'}], correct: 3, exp: 'P=16 not 35, so not simple alphabetical.' }, { id: 40, eng: '120 km at 40, return 60. Average speed?', hin: 'एक व्यक्ति 120 किमी की दूरी 40 किमी/घंटा से जाता है और 60 किमी/घंटा से लौटता है। पूरी यात्रा की औसत गति क्या होगी?', options: [{en:'45',hi:'45'},{en:'48',hi:'48'},{en:'50',hi:'50'},{en:'52',hi:'52'}], correct: 1, exp: '2ab/(a+b) = 2*40*60/100 = 48 km/h.' }, // Q41-Q50 (Original 61-70) { id: 41, eng: 'Which city is known as Blue City?', hin: 'कौन-सा शहर "Blue City" के नाम से जाना जाता है?', options: [{en:'Jodhpur',hi:'जोधपुर'},{en:'Jaipur',hi:'जयपुर'},{en:'Udaipur',hi:'उदयपुर'},{en:'Bikaner',hi:'बीकानेर'}], correct: 0, exp: 'Jodhpur is known as the Blue City.' }, { id: 42, eng: 'Which festival is dedicated to Lord Krishna?', hin: 'कौन-सा त्योहार भगवान कृष्ण को समर्पित है?', options: [{en:'Gangaur',hi:'गणगौर'},{en:'Teej',hi:'तीज'},{en:'Janmashtami',hi:'जन्माष्टमी'},{en:'Makar Sankranti',hi:'मकर संक्रांति'}], correct: 2, exp: 'Janmashtami celebrates Lord Krishna.' }, { id: 43, eng: 'What is the state animal of Rajasthan?', hin: 'राजस्थान का राज्य पशु क्या है?', options: [{en:'Camel',hi:'ऊँट'},{en:'Tiger',hi:'बाघ'},{en:'Elephant',hi:'हाथी'},{en:'Chinkara',hi:'चिंकारा'}], correct: 0, exp: 'Camel is the state animal of Rajasthan.' }, { id: 44, eng: 'Which river is known as "Luni"?', hin: 'कौन-सी नदी "लूनी" के नाम से जानी जाती है?', options: [{en:'Salt river',hi:'खारी नदी'},{en:'Ghaggar',hi:'घग्गर'},{en:'Banas',hi:'बनास'},{en:'Mahi',hi:'माही'}], correct: 0, exp: 'Luni is also called the Salt river.' }, { id: 45, eng: 'Who was the founder of the Sikar princely state?', hin: 'सीकर रियासत का संस्थापक कौन था?', options: [{en:'Rao Shekha',hi:'राव शेखा'},{en:'Rao Lunkaran',hi:'राव लूणकरण'},{en:'Rao Jodha',hi:'राव जोधा'},{en:'Rana Kumbha',hi:'राणा कुंभा'}], correct: 0, exp: 'Rao Shekha founded Sikar.' }, { id: 46, eng: 'Which dam is on the Mahi river?', hin: 'माही नदी पर कौन-सा बाँध है?', options: [{en:'Bisalpur',hi:'बीसलपुर'},{en:'Mahi Bajaj Sagar',hi:'माही बजाज सागर'},{en:'Rana Pratap Sagar',hi:'राणा प्रताप सागर'},{en:'Jawai',hi:'जवाई'}], correct: 1, exp: 'Mahi Bajaj Sagar dam is on Mahi.' }, { id: 47, eng: 'Which is the largest saltwater lake in Rajasthan?', hin: 'राजस्थान की सबसे बड़ी खारे पानी की झील कौन-सी है?', options: [{en:'Sambhar',hi:'सांभर'},{en:'Pichola',hi:'पिछोला'},{en:'Fateh Sagar',hi:'फतेह सागर'},{en:'Rajsamand',hi:'राजसमंद'}], correct: 0, exp: 'Sambhar is the largest saltwater lake.' }, { id: 48, eng: 'Which city of Rajasthan is popularly known as the "Sun City"?', hin: 'राजस्थान का कौन-सा शहर "सन सिटी" के नाम से प्रसिद्ध है?', options: [ { en: 'Jodhpur', hi: 'जोधपुर' }, { en: 'Bikaner', hi: 'बीकानेर' }, { en: 'Jaisalmer', hi: 'जैसलमेर' }, { en: 'Udaipur', hi: 'उदयपुर' } ], correct: 0, exp: 'Jodhpur is popularly known as the "Sun City" because of its bright and sunny weather.' }, { id: 49, eng: 'Which of the following is a folk dance of Rajasthan?', hin: 'निम्नलिखित में से कौन राजस्थान का लोक नृत्य है?', options: [{en:'Kathak',hi:'कथक'},{en:'Ghoomar',hi:'घूमर'},{en:'Bhangra',hi:'भांगड़ा'},{en:'Garba',hi:'गरबा'}], correct: 1, exp: 'Ghoomar is a traditional folk dance of Rajasthan.' }, { id: 50, eng: 'Which festival is known as the "festival of colours"?', hin: 'कौन-सा त्योहार "रंगों का त्योहार" कहलाता है?', options: [{en:'Diwali',hi:'दिवाली'},{en:'Holi',hi:'होली'},{en:'Makar Sankranti',hi:'मकर संक्रांति'},{en:'Teej',hi:'तीज'}], correct: 1, exp: 'Holi is the festival of colours.' }, // Q51-Q60 (Original 71-80) { id: 51, eng: 'Which ruler built the Mehrangarh Fort?', hin: 'मेहरानगढ़ दुर्ग का निर्माण किस शासक ने करवाया?', options: [{en:'Rao Jodha',hi:'राव जोधा'},{en:'Rana Kumbha',hi:'राणा कुंभा'},{en:'Maharana Pratap',hi:'महाराणा प्रताप'},{en:'Raja Man Singh',hi:'राजा मान सिंह'}], correct: 0, exp: 'Rao Jodha built Mehrangarh Fort.' }, { id: 52, eng: 'What is the main occupation of people in Rajasthan?', hin: 'राजस्थान में लोगों का मुख्य व्यवसाय क्या है?', options: [{en:'Agriculture',hi:'कृषि'},{en:'Mining',hi:'खनन'},{en:'Tourism',hi:'पर्यटन'},{en:'All of these',hi:'ये सभी'}], correct: 3, exp: 'Agriculture, mining and tourism are all major.' }, { id: 53, eng: 'Which mineral is Rajasthan famous for?', hin: 'राजस्थान किस खनिज के लिए प्रसिद्ध है?', options: [{en:'Coal',hi:'कोयला'},{en:'Iron ore',hi:'लौह अयस्क'},{en:'Zinc',hi:'जस्ता'},{en:'Marble',hi:'संगमरमर'}], correct: 3, exp: 'Rajasthan is famous for marble.' }, { id: 54, eng: 'Which is the largest city of Rajasthan by population?', hin: 'जनसंख्या की दृष्टि से राजस्थान का सबसे बड़ा शहर कौन-सा है?', options: [{en:'Jaipur',hi:'जयपुर'},{en:'Jodhpur',hi:'जोधपुर'},{en:'Udaipur',hi:'उदयपुर'},{en:'Kota',hi:'कोटा'}], correct: 0, exp: 'Jaipur is the largest city.' }, { id: 55, eng: 'Which national park is in Rajasthan?', hin: 'राजस्थान में कौन-सा राष्ट्रीय उद्यान है?', options: [{en:'Ranthambore',hi:'रणथंभौर'},{en:'Kanha',hi:'कान्हा'},{en:'Bandhavgarh',hi:'बांधवगढ़'},{en:'Jim Corbett',hi:'जिम कॉर्बेट'}], correct: 0, exp: 'Ranthambore National Park is in Rajasthan.' }, { id: 56, eng: 'Which is the longest river of Rajasthan?', hin: 'राजस्थान की सबसे लंबी नदी कौन-सी है?', options: [{en:'Chambal',hi:'चंबल'},{en:'Banas',hi:'बनास'},{en:'Luni',hi:'लूनी'},{en:'Mahi',hi:'माही'}], correct: 0, exp: 'Chambal is the longest river.' }, { id: 57, eng: 'Which of the following is a famous sweet of Rajasthan?', hin: 'निम्नलिखित में से कौन राजस्थान की प्रसिद्ध मिठाई है?', options: [{en:'Ghevar',hi:'घेवर'},{en:'Rasgulla',hi:'रसगुल्ला'},{en:'Jalebi',hi:'जलेबी'},{en:'Laddu',hi:'लड्डू'}], correct: 0, exp: 'Ghevar is a traditional Rajasthani sweet.' }, { id: 58, eng: 'Which is the winter capital of Rajasthan?', hin: 'राजस्थान की सर्दियों की राजधानी कौन-सी है?', options: [{en:'Jaipur',hi:'जयपुर'},{en:'Udaipur',hi:'उदयपुर'},{en:'Jodhpur',hi:'जोधपुर'},{en:'Mount Abu',hi:'माउंट आबू'}], correct: 0, exp: 'Jaipur is the winter capital.' }, { id: 59, eng: 'Which of the following is a famous fair of Rajasthan?', hin: 'निम्नलिखित में से कौन राजस्थान का प्रसिद्ध मेला है?', options: [{en:'Pushkar fair',hi:'पुष्कर मेला'},{en:'Kumbh Mela',hi:'कुंभ मेला'},{en:'Surajkund',hi:'सूरजकुंड'},{en:'Taj Mahotsav',hi:'ताज महोत्सव'}], correct: 0, exp: 'Pushkar fair is world famous.' }, { id: 60, eng: 'Which is the state bird of Rajasthan?', hin: 'राजस्थान का राज्य पक्षी क्या है?', options: [{en:'Peacock',hi:'मोर'},{en:'Godawan',hi:'गोडावण'},{en:'Sparrow',hi:'गौरैया'},{en:'Eagle',hi:'चील'}], correct: 1, exp: 'Godawan is the state bird.' }, // Q61-Q70 (Original 81-90) { id: 61, eng: 'Which of the following is a famous palace in Udaipur?', hin: 'उदयपुर का प्रसिद्ध महल कौन-सा है?', options: [{en:'Hawa Mahal',hi:'हवा महल'},{en:'City Palace',hi:'सिटी पैलेस'},{en:'Junagarh',hi:'जूनागढ़'},{en:'Mehrangarh',hi:'मेहरानगढ़'}], correct: 1, exp: 'City Palace is in Udaipur.' }, { id: 62, eng: 'Which is the main food crop of Rajasthan?', hin: 'राजस्थान की मुख्य खाद्य फसल कौन-सी है?', options: [{en:'Wheat',hi:'गेहूँ'},{en:'Rice',hi:'चावल'},{en:'Pearl millet',hi:'बाजरा'},{en:'Maize',hi:'मक्का'}], correct: 2, exp: 'Pearl millet (Bajra) is the main crop.' }, { id: 63, eng: 'Which of the following is a wildlife sanctuary in Rajasthan?', hin: 'राजस्थान में निम्नलिखित में से कौन-सा वन्यजीव अभयारण्य है?', options: [{en:'Sariska',hi:'सरिस्का'},{en:'Kanha',hi:'कान्हा'},{en:'Sundarbans',hi:'सुंदरवन'},{en:'Periyar',hi:'पेरियार'}], correct: 0, exp: 'Sariska is in Rajasthan.' }, { id: 64, eng: 'Which is the most widely spoken language in Rajasthan?', hin: 'राजस्थान में सबसे अधिक बोली जाने वाली भाषा कौन-सी है?', options: [{en:'Hindi',hi:'हिंदी'},{en:'Rajasthani',hi:'राजस्थानी'},{en:'Marwari',hi:'मारवाड़ी'},{en:'Mewari',hi:'मेवाड़ी'}], correct: 0, exp: 'Hindi and Rajasthani are widely spoken.' }, { id: 65, eng: 'Which fort is known as the "Pride of Rajasthan"?', hin: 'कौन-सा दुर्ग "राजस्थान का गौरव" कहलाता है?', options: [{en:'Chittorgarh',hi:'चित्तौड़गढ़'},{en:'Kumbhalgarh',hi:'कुंभलगढ़'},{en:'Mehrangarh',hi:'मेहरानगढ़'},{en:'Amer',hi:'आमेर'}], correct: 0, exp: 'Chittorgarh is often called the pride of Rajasthan.' }, { id: 66, eng: 'Which is the largest city of the Thar Desert?', hin: 'थार मरुस्थल का सबसे बड़ा शहर कौन-सा है?', options: [{en:'Bikaner',hi:'बीकानेर'},{en:'Jaisalmer',hi:'जैसलमेर'},{en:'Barmer',hi:'बाड़मेर'},{en:'Jodhpur',hi:'जोधपुर'}], correct: 0, exp: 'Bikaner is the largest city in the Thar Desert.' }, { id: 67, eng: 'Which of the following is a traditional art form of Rajasthan?', hin: 'निम्नलिखित में से कौन राजस्थान की पारंपरिक कला है?', options: [{en:'Phad painting',hi:'फड़ चित्रकला'},{en:'Madhubani',hi:'मधुबनी'},{en:'Warli',hi:'वारली'},{en:'Patachitra',hi:'पट्टचित्र'}], correct: 0, exp: 'Phad is a traditional art form of Rajasthan.' }, { id: 68, eng: 'Which river flows through the city of Kota?', hin: 'कोटा शहर से कौन-सी नदी बहती है?', options: [{en:'Chambal',hi:'चंबल'},{en:'Banas',hi:'बनास'},{en:'Mahi',hi:'माही'},{en:'Luni',hi:'लूनी'}], correct: 0, exp: 'Chambal river flows through Kota.' }, { id: 69, eng: 'Which is the summer capital of Rajasthan?', hin: 'राजस्थान की गर्मियों की राजधानी कौन-सी है?', options: [{en:'Mount Abu',hi:'माउंट आबू'},{en:'Udaipur',hi:'उदयपुर'},{en:'Jodhpur',hi:'जोधपुर'},{en:'Jaipur',hi:'जयपुर'}], correct: 0, exp: 'Mount Abu is the summer capital.' }, { id: 70, eng: 'Which of the following is a famous temple in Rajasthan?', hin: 'राजस्थान का प्रसिद्ध मंदिर कौन-सा है?', options: [{en:'Dilwara temples',hi:'दिलवाड़ा मंदिर'},{en:'Kashi Vishwanath',hi:'काशी विश्वनाथ'},{en:'Jagannath',hi:'जगन्नाथ'},{en:'Meenakshi',hi:'मीनाक्षी'}], correct: 0, exp: 'Dilwara temples are in Mount Abu, Rajasthan.' }, // Q71-Q80 (Original 91-100) { id: 71, eng: 'Which is the oldest mountain range in India, located in Rajasthan?', hin: 'राजस्थान में स्थित भारत की सबसे पुरानी पर्वत श्रृंखला कौन-सी है?', options: [{en:'Aravalli',hi:'अरावली'},{en:'Himalayas',hi:'हिमालय'},{en:'Western Ghats',hi:'पश्चिमी घाट'},{en:'Eastern Ghats',hi:'पूर्वी घाट'}], correct: 0, exp: 'Aravalli is the oldest mountain range.' }, { id: 72, eng: 'Which of the following is a famous stepwell in Rajasthan?', hin: 'राजस्थान का प्रसिद्ध बावड़ी कौन-सी है?', options: [{en:'Chand Baori',hi:'चांद बावड़ी'},{en:'Rani ki Vav',hi:'रानी की वाव'},{en:'Agrasen ki Baoli',hi:'अग्रसेन की बावली'},{en:'Amber Baoli',hi:'आमेर बावली'}], correct: 0, exp: 'Chand Baori is in Abhaneri, Rajasthan.' }, { id: 73, eng: 'Which is the most famous festival of Udaipur?', hin: 'उदयपुर का सबसे प्रसिद्ध त्योहार कौन-सा है?', options: [{en:'Mewar Festival',hi:'मेवाड़ महोत्सव'},{en:'Teej',hi:'तीज'},{en:'Gangaur',hi:'गणगौर'},{en:'Pushkar Fair',hi:'पुष्कर मेला'}], correct: 0, exp: 'Mewar Festival is famous in Udaipur.' }, { id: 74, eng: 'Which of the following is a major tourist destination in Rajasthan?', hin: 'राजस्थान का प्रमुख पर्यटन स्थल कौन-सा है?', options: [{en:'Jaipur',hi:'जयपुर'},{en:'Jodhpur',hi:'जोधपुर'},{en:'Udaipur',hi:'उदयपुर'},{en:'All of these',hi:'ये सभी'}], correct: 3, exp: 'All are major tourist destinations.' }, { id: 75, eng: 'Which is the state flower of Rajasthan?', hin: 'राजस्थान का राज्य पुष्प क्या है?', options: [{en:'Lotus',hi:'कमल'},{en:'Rohira',hi:'रोहिड़ा'},{en:'Rose',hi:'गुलाब'},{en:'Marigold',hi:'गेंदा'}], correct: 1, exp: 'Rohira is the state flower of Rajasthan.' }, { id: 76, eng: 'Which of the following is a famous handicraft of Rajasthan?', hin: 'राजस्थान का प्रसिद्ध हस्तशिल्प कौन-सा है?', options: [{en:'Blue pottery',hi:'नीली मिट्टी के बर्तन'},{en:'Terracotta',hi:'टेराकोटा'},{en:'Wood carving',hi:'लकड़ी की नक्काशी'},{en:'All of these',hi:'ये सभी'}], correct: 3, exp: 'All are famous handicrafts.' }, { id: 77, eng: 'Which is the major river basin of eastern Rajasthan?', hin: 'पूर्वी राजस्थान का प्रमुख नदी बेसिन कौन-सा है?', options: [{en:'Chambal',hi:'चंबल'},{en:'Banas',hi:'बनास'},{en:'Mahi',hi:'माही'},{en:'Luni',hi:'लूनी'}], correct: 0, exp: 'Chambal basin covers eastern Rajasthan.' }, { id: 78, eng: 'Which of the following is a traditional jewellery of Rajasthan?', hin: 'राजस्थान के पारंपरिक आभूषणों में से कौन-सा है?', options: [{en:'Kundan',hi:'कुंदन'},{en:'Meenakari',hi:'मीनाकारी'},{en:'Silver',hi:'चाँदी'},{en:'All of these',hi:'ये सभी'}], correct: 3, exp: 'All are traditional jewellery forms.' }, { id: 79, eng: 'Which city is known as the "City of Gardens"?', hin: 'कौन-सा शहर "बागों का शहर" कहलाता है?', options: [{en:'Jaipur',hi:'जयपुर'},{en:'Udaipur',hi:'उदयपुर'},{en:'Bikaner',hi:'बीकानेर'},{en:'Kota',hi:'कोटा'}], correct: 1, exp: 'Udaipur is known as the City of Gardens.' }, { id: 80, eng: 'Which of the following is the main source of water in Rajasthan?', hin: 'राजस्थान में पानी का मुख्य स्रोत क्या है?', options: [{en:'Rivers',hi:'नदियाँ'},{en:'Rainwater harvesting',hi:'वर्षा जल संचयन'},{en:'Underground water',hi:'भूजल'},{en:'Canals',hi:'नहरें'}], correct: 2, exp: 'Underground water is the main source.' }, // Q81-Q100 (Additional questions to reach 100) { id: 81, eng: 'Which is the largest district of Rajasthan by population?', hin: 'जनसंख्या की दृष्टि से राजस्थान का सबसे बड़ा जिला कौन-सा है?', options: [{en:'Jaipur',hi:'जयपुर'},{en:'Jodhpur',hi:'जोधपुर'},{en:'Udaipur',hi:'उदयपुर'},{en:'Kota',hi:'कोटा'}], correct: 0, exp: 'Jaipur is the largest district by population.' }, { id: 82, eng: 'Which river is known as the "Sorrow of Rajasthan"?', hin: 'कौन-सी नदी "राजस्थान का शोक" कहलाती है?', options: [{en:'Chambal',hi:'चंबल'},{en:'Banas',hi:'बनास'},{en:'Luni',hi:'लूनी'},{en:'Mahi',hi:'माही'}], correct: 2, exp: 'Luni is known as the Sorrow of Rajasthan.' }, { id: 83, eng: 'Which is the largest fort in Rajasthan?', hin: 'राजस्थान का सबसे बड़ा दुर्ग कौन-सा है?', options: [{en:'Chittorgarh',hi:'चित्तौड़गढ़'},{en:'Kumbhalgarh',hi:'कुंभलगढ़'},{en:'Mehrangarh',hi:'मेहरानगढ़'},{en:'Jaisalmer',hi:'जैसलमेर'}], correct: 0, exp: 'Chittorgarh is the largest fort in Rajasthan.' }, { id: 84, eng: 'Which fair is known as the "Kumbh of Rajasthan"?', hin: 'कौन-सा मेला "राजस्थान का कुंभ" कहलाता है?', options: [{en:'Pushkar',hi:'पुष्कर'},{en:'Nagaur',hi:'नागौर'},{en:'Jambheshwar',hi:'जाम्भेश्वर'},{en:'Kumbhalgarh',hi:'कुंभलगढ़'}], correct: 0, exp: 'Pushkar Fair is known as the Kumbh of Rajasthan.' }, { id: 85, eng: 'Which is the state tree of Rajasthan?', hin: 'राजस्थान का राज्य वृक्ष क्या है?', options: [{en:'Banyan',hi:'बरगद'},{en:'Peepal',hi:'पीपल'},{en:'Khejri',hi:'खेजड़ी'},{en:'Neem',hi:'नीम'}], correct: 2, exp: 'Khejri is the state tree of Rajasthan.' }, { id: 86, eng: 'Which is the largest lake of Rajasthan?', hin: 'राजस्थान की सबसे बड़ी झील कौन-सी है?', options: [{en:'Sambhar',hi:'सांभर'},{en:'Pichola',hi:'पिछोला'},{en:'Jaisamand',hi:'जैसमंद'},{en:'Fateh Sagar',hi:'फतेह सागर'}], correct: 0, exp: 'Sambhar is the largest lake in Rajasthan.' }, { id: 87, eng: 'Which city is famous for its blue pottery?', hin: 'कौन-सा शहर अपनी नीली मिट्टी के बर्तनों के लिए प्रसिद्ध है?', options: [{en:'Jaipur',hi:'जयपुर'},{en:'Jodhpur',hi:'जोधपुर'},{en:'Udaipur',hi:'उदयपुर'},{en:'Bikaner',hi:'बीकानेर'}], correct: 0, exp: 'Jaipur is famous for blue pottery.' }, { id: 88, eng: 'Which is the oldest city of Rajasthan?', hin: 'राजस्थान का सबसे पुराना शहर कौन-सा है?', options: [{en:'Ajmer',hi:'अजमेर'},{en:'Jaipur',hi:'जयपुर'},{en:'Udaipur',hi:'उदयपुर'},{en:'Bikaner',hi:'बीकानेर'}], correct: 0, exp: 'Ajmer is one of the oldest cities in Rajasthan.' }, { id: 89, eng: 'Which mineral is Rajasthan the largest producer of in India?', hin: 'राजस्थान भारत में किस खनिज का सबसे बड़ा उत्पादक है?', options: [{en:'Marble',hi:'संगमरमर'},{en:'Zinc',hi:'जस्ता'},{en:'Copper',hi:'तांबा'},{en:'Lead',hi:'सीसा'}], correct: 0, exp: 'Rajasthan is the largest producer of marble in India.' }, { id: 90, eng: 'Which dynasty ruled Mewar?', hin: 'मेवाड़ पर किस वंश का शासन था?', options: [{en:'Sisodia',hi:'सिसोदिया'},{en:'Kachwaha',hi:'कछवाहा'},{en:'Rathore',hi:'राठौड़'},{en:'Chauhan',hi:'चौहान'}], correct: 0, exp: 'Sisodia dynasty ruled Mewar.' }, { id: 91, eng: 'Which is the most famous temple of Rajasthan?', hin: 'राजस्थान का सबसे प्रसिद्ध मंदिर कौन-सा है?', options: [{en:'Dilwara',hi:'दिलवाड़ा'},{en:'Birla Mandir',hi:'बिरला मंदिर'},{en:'Eklingji',hi:'एकलिंगजी'},{en:'Ranakpur',hi:'रणकपुर'}], correct: 0, exp: 'Dilwara temples are the most famous.' }, { id: 92, eng: 'Which is the largest wildlife sanctuary in Rajasthan?', hin: 'राजस्थान का सबसे बड़ा वन्यजीव अभयारण्य कौन-सा है?', options: [{en:'Sariska',hi:'सरिस्का'},{en:'Ranthambore',hi:'रणथंभौर'},{en:'Keoladeo',hi:'कियोलादेव'},{en:'Desert National Park',hi:'मरुस्थल राष्ट्रीय उद्यान'}], correct: 3, exp: 'Desert National Park is the largest.' }, { id: 93, eng: 'Which river is also known as the "Ganga of Rajasthan"?', hin: 'कौन-सी नदी "राजस्थान की गंगा" कहलाती है?', options: [{en:'Chambal',hi:'चंबल'},{en:'Banas',hi:'बनास'},{en:'Mahi',hi:'माही'},{en:'Luni',hi:'लूनी'}], correct: 0, exp: 'Chambal is known as the Ganga of Rajasthan.' }, { id: 94, eng: 'Which is the main festival of Rajasthan?', hin: 'राजस्थान का मुख्य त्योहार कौन-सा है?', options: [{en:'Gangaur',hi:'गणगौर'},{en:'Teej',hi:'तीज'},{en:'Diwali',hi:'दिवाली'},{en:'Holi',hi:'होली'}], correct: 0, exp: 'Gangaur is the main festival of Rajasthan.' }, { id: 95, eng: 'Which is the famous dance form of Rajasthan?', hin: 'राजस्थान की प्रसिद्ध नृत्य शैली कौन-सी है?', options: [{en:'Ghoomar',hi:'घूमर'},{en:'Kathak',hi:'कथक'},{en:'Bhangra',hi:'भांगड़ा'},{en:'Garba',hi:'गरबा'}], correct: 0, exp: 'Ghoomar is the famous dance form of Rajasthan.' }, { id: 96, eng: 'Which is the most famous palace of Rajasthan?', hin: 'राजस्थान का सबसे प्रसिद्ध महल कौन-सा है?', options: [{en:'Hawa Mahal',hi:'हवा महल'},{en:'City Palace',hi:'सिटी पैलेस'},{en:'Mehrangarh',hi:'मेहरानगढ़'},{en:'Junagarh',hi:'जूनागढ़'}], correct: 0, exp: 'Hawa Mahal is the most famous palace.' }, { id: 97, eng: 'Which is the main crop of Rajasthan?', hin: 'राजस्थान की मुख्य फसल कौन-सी है?', options: [{en:'Bajra',hi:'बाजरा'},{en:'Wheat',hi:'गेहूँ'},{en:'Rice',hi:'चावल'},{en:'Maize',hi:'मक्का'}], correct: 0, exp: 'Bajra (pearl millet) is the main crop.' }, { id: 98, eng: 'Which is the most famous historical fort of Rajasthan?', hin: 'राजस्थान का सबसे प्रसिद्ध ऐतिहासिक दुर्ग कौन-सा है?', options: [{en:'Chittorgarh',hi:'चित्तौड़गढ़'},{en:'Kumbhalgarh',hi:'कुंभलगढ़'},{en:'Mehrangarh',hi:'मेहरानगढ़'},{en:'Jaisalmer',hi:'जैसलमेर'}], correct: 0, exp: 'Chittorgarh is the most famous historical fort.' }, { id: 99, eng: 'Which river provides water to the Indira Gandhi Canal?', hin: 'कौन-सी नदी इंदिरा गांधी नहर को पानी प्रदान करती है?', options: [{en:'Sutlej',hi:'सतलज'},{en:'Beas',hi:'व्यास'},{en:'Ravi',hi:'रावी'},{en:'Chenab',hi:'चेनाब'}], correct: 0, exp: 'Sutlej provides water to the Indira Gandhi Canal.' }, { id: 100, eng: 'Which is the most important industry of Rajasthan?', hin: 'राजस्थान का सबसे महत्वपूर्ण उद्योग कौन-सा है?', options: [{en:'Tourism',hi:'पर्यटन'},{en:'Textiles',hi:'वस्त्र'},{en:'Mining',hi:'खनन'},{en:'Handicrafts',hi:'हस्तशिल्प'}], correct: 0, exp: 'Tourism is the most important industry.' } ]; const totalQ = QUESTIONS.length; let currentIndex = 0; let answers = new Array(totalQ).fill(null); let timerInterval = null; let timeSeconds = 3600; let testSubmitted = false; const timerEl = document.getElementById('timerDisplay'); const currentQDisplay = document.getElementById('currentQDisplay'); const totalQDisplay = document.getElementById('totalQDisplay'); const answeredCount = document.getElementById('answeredCount'); const qNumber = document.getElementById('qNumber'); const qStatus = document.getElementById('qStatus'); const questionText = document.getElementById('questionText'); const optionsContainer = document.getElementById('optionsContainer'); const prevBtn = document.getElementById('prevBtn'); const nextBtn = document.getElementById('nextBtn'); const submitBtn = document.getElementById('submitBtn'); const resultArea = document.getElementById('resultArea'); const correctCount = document.getElementById('correctCount'); const wrongCount = document.getElementById('wrongCount'); const unansweredCount = document.getElementById('unansweredCount'); const scoreDisplay = document.getElementById('scoreDisplay'); const answerReview = document.getElementById('answerReview'); const resetBtn = document.getElementById('resetBtn'); totalQDisplay.textContent = totalQ; function getAnswered() { return answers.filter(a => a !== null).length; } function updateMeta() { currentQDisplay.textContent = currentIndex + 1; answeredCount.textContent = getAnswered(); } function renderQuestion(index) { const q = QUESTIONS[index]; qNumber.textContent = q.id; const engSpan = questionText.querySelector('.eng'); const hinSpan = questionText.querySelector('.hin'); engSpan.textContent = q.eng; hinSpan.textContent = q.hin; const selected = answers[index]; qStatus.textContent = selected !== null ? '● Answered' : '● Not answered'; qStatus.style.color = selected !== null ? '#1f7b4d' : '#b33c3c'; optionsContainer.innerHTML = ''; q.options.forEach((opt, idx) => { const div = document.createElement('div'); div.className = 'option-item' + (selected === idx ? ' selected' : ''); const radio = document.createElement('input'); radio.type = 'radio'; radio.name = 'question'; radio.value = idx; radio.checked = (selected === idx); radio.addEventListener('change', function(e) { if (testSubmitted) return; answers[currentIndex] = parseInt(e.target.value); renderQuestion(currentIndex); updateMeta(); }); const label = document.createElement('span'); label.className = 'option-label'; label.innerHTML = `${opt.en} ${opt.hi}`; div.appendChild(radio); div.appendChild(label); optionsContainer.appendChild(div); }); prevBtn.disabled = (index === 0); nextBtn.disabled = (index === totalQ - 1); updateMeta(); } function navigate(delta) { const newIdx = currentIndex + delta; if (newIdx < 0 || newIdx >= totalQ) return; currentIndex = newIdx; renderQuestion(currentIndex); } function updateTimerDisplay() { const mins = Math.floor(timeSeconds / 60); const secs = timeSeconds % 60; timerEl.textContent = `${mins.toString().padStart(2, '0')}:${secs.toString().padStart(2, '0')}`; if (timeSeconds { if (!testSubmitted) { timeSeconds--; updateTimerDisplay(); if (timeSeconds { const selected = answers[idx]; const isCorrect = (selected === q.correct); let statusText = '', cls = ''; if (selected === null) { unanswered++; statusText = '⬜ Unanswered'; cls = ''; } else if (isCorrect) { correct++; totalScore += 1; statusText = '✅ Correct'; cls = 'correct'; } else { wrong++; totalScore -= 1/3; statusText = '❌ Wrong'; cls = 'wrong'; } const selectedText = selected !== null ? q.options[selected].en : '—'; const correctText = q.options[q.correct].en; reviewHtml.push(` Q${q.id}. ${q.eng} Your answer: ${selectedText} Correct: ${correctText} 📘 ${q.exp} ${statusText} `); }); const finalScore = Math.round(totalScore * 100) / 100; correctCount.textContent = correct; wrongCount.textContent = wrong; unansweredCount.textContent = unanswered; scoreDisplay.textContent = finalScore; answerReview.innerHTML = reviewHtml.join(''); resultArea.classList.add('visible'); document.querySelectorAll('.option-item input[type="radio"]').forEach(r => r.disabled = true); prevBtn.disabled = true; nextBtn.disabled = true; submitBtn.disabled = true; } function resetTest() { testSubmitted = false; clearInterval(timerInterval); timeSeconds = 3600; updateTimerDisplay(); answers.fill(null); currentIndex = 0; resultArea.classList.remove('visible'); renderQuestion(0); updateMeta(); submitBtn.disabled = false; prevBtn.disabled = false; nextBtn.disabled = false; startTimer(); } function init() { renderQuestion(0); updateMeta(); startTimer(); prevBtn.addEventListener('click', () => navigate(-1)); nextBtn.addEventListener('click', () => navigate(1)); submitBtn.addEventListener('click', submitTest); resetBtn.addEventListener('click', resetTest); } init(); })();