<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-8412041815001641998</atom:id><lastBuildDate>Sat, 04 Apr 2026 01:55:10 +0000</lastBuildDate><category>Jobs</category><category>upsc</category><category>QR code</category><category>Latest Jobs</category><category>Latest Results</category><category>QR Code Generator</category><category>Results</category><category>10th Pass Jobs</category><category>12th Pass Jobs</category><category>5 Star Reviews</category><category>Business Growth</category><category>Business Review QR</category><category>Business card</category><category>CTET</category><category>CTET DEC 2024</category><category>CTET2024</category><category>Calculator</category><category>Customer Feedback</category><category>Digital Marketing</category><category>Digital QR</category><category>Free Online Tool</category><category>Free QR Creator</category><category>Generate QR</category><category>Google Business Profile</category><category>Google Review QR</category><category>Google Reviews</category><category>Graduate Jobs</category><category>Instant QR</category><category>International Day of Yoga 2025</category><category>Local SEO</category><category>Online QR Tool</category><category>Online Reputation</category><category>QR Code Download</category><category>QR Creator Online</category><category>QR Link Generator</category><category>QR Maker</category><category>QR Scanner</category><category>Share QR Code</category><category>Trending</category><category>Yoga Day 2025</category><category>Yoga Day June 21</category><category>Yoga Day theme 2025</category><category>article</category><category>cds</category><category>defence job</category><category>exam calendar</category><category>expenses</category><category>neon sign</category><category>ntpc</category><category>quiz 01</category><category>rrb</category><category>rrb ntpc</category><category>rrb ntpc 2024</category><category>ssc cgl</category><category>yoga benefits</category><category>yoga celebration ideas</category><category>yoga for mental health</category><category>yoga for wellness</category><title>Pravesh Kumar</title><description>Government Jobs, Results, Admit Cards, India&#39;s no 1 Online Test Series, Answer Keys, Syllabus And Admissions,High Quality Jobs and Result in India</description><link>https://www.praveshkumar.in/</link><managingEditor>noreply@blogger.com (PRAVESH KUMAR)</managingEditor><generator>Blogger</generator><openSearch:totalResults>27</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-5289725111527794490</guid><pubDate>Thu, 02 Apr 2026 15:44:00 +0000</pubDate><atom:updated>2026-04-02T21:46:42.857+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Calculator</category><category domain="http://www.blogger.com/atom/ns#">expenses</category><title>Personal Expenses Calculator </title><description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;
&lt;title&gt;Comprehensive Budget Calculator&lt;/title&gt;
&lt;script src=&quot;https://cdn.jsdelivr.net/npm/chart.js&quot;&gt;&lt;/script&gt;
&lt;style&gt;
    body { font-family: Arial; background: #f4f6f8; padding: 20px; }
    .container { max-width: 750px; background: white; padding: 20px; border-radius: 10px; margin: auto; box-shadow: 0 0 15px rgba(0,0,0,0.1); }
    h2 { text-align: center; }
    .mode { text-align: center; font-weight: bold; margin-bottom: 10px; color: #555; }
    fieldset { margin-top: 15px; border: 1px solid #ccc; padding: 10px 15px; border-radius: 5px; }
    legend { font-weight: bold; }
    label { display: block; margin-top: 8px; font-weight: bold; }
    input { width: 100%; padding: 6px; margin-top: 3px; }
    button { margin-top: 15px; width: 100%; padding: 10px; border: none; color: white; font-size: 16px; cursor: pointer; border-radius: 5px; }
    .toggle-btn { background: #28a745; }
    .calc-btn { background: #007bff; }
    .result { margin-top: 20px; font-size: 18px; text-align: center; font-weight: bold; color: green; }
    canvas { margin-top: 20px; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;div class=&quot;container&quot;&gt;
&lt;h2&gt;Comprehensive Budget Calculator&lt;/h2&gt;

&lt;div class=&quot;mode&quot; id=&quot;modeLabel&quot;&gt;Mode: Annual&lt;/div&gt;
&lt;button class=&quot;toggle-btn&quot; onclick=&quot;toggleMode()&quot;&gt;Switch to Monthly&lt;/button&gt;

&lt;!-- Section 1: Living Essentials --&gt;
&lt;fieldset&gt;
&lt;legend&gt;Living Essentials&lt;/legend&gt;
&lt;label&gt;Rent / Housing&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;rent&quot;&gt;
&lt;label&gt;Food / Groceries&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;food&quot;&gt;
&lt;label&gt;Electricity&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;electricity&quot;&gt;
&lt;label&gt;Water&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;water&quot;&gt;
&lt;label&gt;Gas / Cooking Fuel&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;gas&quot;&gt;
&lt;label&gt;Fuel / Transport&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;fuel&quot;&gt;
&lt;label&gt;Essentials (Toiletries, Cleaning)&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;essentials&quot;&gt;
&lt;label&gt;Mobile Recharge&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;recharge&quot;&gt;
&lt;/fieldset&gt;

&lt;!-- Section 2: Personal / Lifestyle --&gt;
&lt;fieldset&gt;
&lt;legend&gt;Personal / Lifestyle&lt;/legend&gt;
&lt;label&gt;Clothing&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;clothing&quot;&gt;
&lt;label&gt;Shoes&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;shoes&quot;&gt;
&lt;label&gt;Entertainment / Leisure&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;entertainment&quot;&gt;
&lt;label&gt;Dining Out / Delivery&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;dining&quot;&gt;
&lt;label&gt;Fitness / Gym / Sports&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;fitness&quot;&gt;
&lt;label&gt;Personal Care / Grooming&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;personalCare&quot;&gt;
&lt;label&gt;Subscriptions (Netflix, Spotify, Apps)&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;subscriptions&quot;&gt;
&lt;/fieldset&gt;

&lt;!-- Section 3: Growth / Education --&gt;
&lt;fieldset&gt;
&lt;legend&gt;Growth / Education&lt;/legend&gt;
&lt;label&gt;Education / Courses / Learning&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;education&quot;&gt;
&lt;label&gt;Books / Reference Materials&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;books&quot;&gt;
&lt;label&gt;Certifications / Exams&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;certifications&quot;&gt;
&lt;label&gt;Coaching / Training / Workshops&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;coaching&quot;&gt;
&lt;/fieldset&gt;

&lt;!-- Section 4: Financial Planning --&gt;
&lt;fieldset&gt;
&lt;legend&gt;Financial Planning&lt;/legend&gt;
&lt;label&gt;Insurance (Health, Life, Vehicle)&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;insurance&quot;&gt;
&lt;label&gt;Savings / Investments (SIP, FD, PPF)&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;savings&quot;&gt;
&lt;label&gt;Emergency Fund Contribution&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;emergency&quot;&gt;
&lt;label&gt;Loan / EMI Payments&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;loan&quot;&gt;
&lt;/fieldset&gt;

&lt;!-- Section 5: Miscellaneous / Social --&gt;
&lt;fieldset&gt;
&lt;legend&gt;Miscellaneous / Social&lt;/legend&gt;
&lt;label&gt;Travel (commuting trips outside routine)&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;travel&quot;&gt;
&lt;label&gt;Vacation / Holiday Fund&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;vacation&quot;&gt;
&lt;label&gt;Gifts / Social Obligations&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;gifts&quot;&gt;
&lt;label&gt;Pet Care&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;petCare&quot;&gt;
&lt;label&gt;Hobbies / Recreational Courses&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;hobbies&quot;&gt;
&lt;/fieldset&gt;

&lt;button class=&quot;calc-btn&quot; onclick=&quot;calculateTotal()&quot;&gt;Calculate Total&lt;/button&gt;

&lt;div class=&quot;result&quot; id=&quot;result&quot;&gt;Annual: ₹0 &lt;br&gt; Monthly: ₹0&lt;/div&gt;

&lt;canvas id=&quot;expenseChart&quot; width=&quot;400&quot; height=&quot;400&quot;&gt;&lt;/canvas&gt;
&lt;/div&gt;

&lt;script&gt;
let isAnnual = true;

function getFields() {
    return {
        &quot;Living Essentials&quot;: [&quot;rent&quot;,&quot;food&quot;,&quot;electricity&quot;,&quot;water&quot;,&quot;gas&quot;,&quot;fuel&quot;,&quot;essentials&quot;,&quot;recharge&quot;],
        &quot;Personal / Lifestyle&quot;: [&quot;clothing&quot;,&quot;shoes&quot;,&quot;entertainment&quot;,&quot;dining&quot;,&quot;fitness&quot;,&quot;personalCare&quot;,&quot;subscriptions&quot;],
        &quot;Growth / Education&quot;: [&quot;education&quot;,&quot;books&quot;,&quot;certifications&quot;,&quot;coaching&quot;],
        &quot;Financial Planning&quot;: [&quot;insurance&quot;,&quot;savings&quot;,&quot;emergency&quot;,&quot;loan&quot;],
        &quot;Miscellaneous / Social&quot;: [&quot;travel&quot;,&quot;vacation&quot;,&quot;gifts&quot;,&quot;petCare&quot;,&quot;hobbies&quot;]
    };
}

function toggleMode() {
    let groups = getFields();
    for (let category in groups) {
        groups[category].forEach(id =&gt; {
            let input = document.getElementById(id);
            let value = Number(input.value) || 0;
            if (value &gt; 0) {
                input.value = isAnnual ? (value / 12).toFixed(0) : (value * 12).toFixed(0);
            }
        });
    }
    isAnnual = !isAnnual;
    document.getElementById(&quot;modeLabel&quot;).innerText = &quot;Mode: &quot; + (isAnnual ? &quot;Annual&quot; : &quot;Monthly&quot;);
    document.querySelector(&quot;.toggle-btn&quot;).innerText = isAnnual ? &quot;Switch to Monthly&quot; : &quot;Switch to Annual&quot;;
    calculateTotal();
}

let chart;

function calculateTotal() {
    let groups = getFields();
    let groupTotals = {};
    let total = 0;

    for (let category in groups) {
        groupTotals[category] = 0;
        groups[category].forEach(id =&gt; {
            let value = Number(document.getElementById(id).value) || 0;
            groupTotals[category] += value;
        });
        total += groupTotals[category];
    }

    let annualTotal, monthlyTotal;
    if (isAnnual) {
        annualTotal = total;
        monthlyTotal = total / 12;
    } else {
        monthlyTotal = total;
        annualTotal = total * 12;
    }

    let annualFormatted = annualTotal.toLocaleString(&quot;en-IN&quot;, {style:&quot;currency&quot;, currency:&quot;INR&quot;});
    let monthlyFormatted = monthlyTotal.toLocaleString(&quot;en-IN&quot;, {style:&quot;currency&quot;, currency:&quot;INR&quot;});

    document.getElementById(&quot;result&quot;).innerHTML = &quot;Annual: &quot; + annualFormatted + &quot;&lt;br&gt;Monthly: &quot; + monthlyFormatted;

    // Pie chart
    let labels = Object.keys(groupTotals);
    let values = Object.values(groupTotals).map(v =&gt; isAnnual ? v : v*12);

    if(chart) chart.destroy();
    let ctx = document.getElementById(&#39;expenseChart&#39;).getContext(&#39;2d&#39;);
    chart = new Chart(ctx, {
        type: &#39;pie&#39;,
        data: {
            labels: labels,
            datasets: [{
                data: values,
                backgroundColor: [&quot;#FF6384&quot;,&quot;#36A2EB&quot;,&quot;#FFCE56&quot;,&quot;#4BC0C0&quot;,&quot;#9966FF&quot;]
            }]
        },
        options: {
            responsive: true,
            plugins: {
                legend: { position: &#39;bottom&#39; },
                tooltip: {
                    callbacks: {
                        label: function(context) {
                            return context.label + &quot;: &quot; + context.raw.toLocaleString(&quot;en-IN&quot;, {style:&quot;currency&quot;, currency:&quot;INR&quot;});
                        }
                    }
                }
            }
        }
    });
}
&lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt;</description><link>https://www.praveshkumar.in/2026/04/personal-expenses-calculator.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-2373926870518756361</guid><pubDate>Sat, 23 Aug 2025 03:17:00 +0000</pubDate><atom:updated>2025-08-23T08:47:01.170+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Business Review QR</category><category domain="http://www.blogger.com/atom/ns#">Digital QR</category><category domain="http://www.blogger.com/atom/ns#">Free QR Creator</category><category domain="http://www.blogger.com/atom/ns#">Generate QR</category><category domain="http://www.blogger.com/atom/ns#">Google Review QR</category><category domain="http://www.blogger.com/atom/ns#">Instant QR</category><category domain="http://www.blogger.com/atom/ns#">Online QR Tool</category><category domain="http://www.blogger.com/atom/ns#">QR Code Download</category><category domain="http://www.blogger.com/atom/ns#">QR Code Generator</category><category domain="http://www.blogger.com/atom/ns#">QR Creator Online</category><category domain="http://www.blogger.com/atom/ns#">QR Link Generator</category><category domain="http://www.blogger.com/atom/ns#">QR Maker</category><category domain="http://www.blogger.com/atom/ns#">QR Scanner</category><category domain="http://www.blogger.com/atom/ns#">Share QR Code</category><title>Free Online QR Code Generator – Create &amp; Download Custom QR Codes Instantly</title><description>&lt;p&gt;&amp;nbsp;&lt;strong style=&quot;color: #444444; font-family: Arial; font-size: 16px; letter-spacing: 0.3px;&quot;&gt;[full_width]&lt;/strong&gt;&lt;/p&gt;

&lt;b:section class=&#39;main&#39; id=&#39;main&#39; showaddelement=&#39;yes&#39;&gt;
  &lt;b:widget id=&#39;Blog1&#39; locked=&#39;false&#39; title=&#39;QR Code Generator Tool&#39; type=&#39;Blog&#39; visible=&#39;true&#39;&gt;
    &lt;b:includable id=&#39;main&#39;&gt;
      
      &lt;!-- SEO Meta --&gt;
      &lt;meta name=&#39;description&#39; content=&#39;Free Online QR Code Generator – Create QR codes for URLs, text, email, phone, WhatsApp, Wi-Fi, location, events, crypto, and apps. Instant download, fully responsive, high-quality QR codes for personal or business use.&#39;/&gt;

      &lt;meta name=&#39;keywords&#39; content=&#39;QR Code Generator, Online QR Tool, Free QR Code, Multi-type QR, QR Download, Generate QR Online, QR for Business, QR Marketing, QR Personal Use, Custom QR&#39;/&gt;

      &lt;h2 style=&quot;text-align:center;color:#4285f4;&quot;&gt;QR Code Generator Tool – Create Any Type of QR Instantly&lt;/h2&gt;
      &lt;p style=&quot;text-align:center;max-width:1200px;margin:10px auto;font-size:16px;color:#333;&quot;&gt;
      Our powerful online QR Code Generator allows you to create high-quality QR codes for a variety of uses. Whether you need QR codes for websites, text messages, emails, phone numbers, WhatsApp, Wi-Fi, locations, events, cryptocurrency addresses, or app links, this tool handles it all instantly and efficiently. Generate, preview, and download your QR codes without any registration or limits.
      &lt;/p&gt;

      &lt;!-- QR Generator Tool --&gt;
      &lt;div id=&quot;qr-generator-container&quot; style=&quot;width:100%;max-width:900px;margin:20px auto;padding:30px;border:1px solid #ddd;border-radius:12px;background:#f9f9f9;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,0.08);&quot;&gt;
        &lt;h2&gt;Generate QR Code&lt;/h2&gt;

        &lt;div class=&quot;input-group&quot;&gt;
          &lt;label for=&quot;qrType&quot;&gt;Select QR Type:&lt;/label&gt;
          &lt;select id=&quot;qrType&quot; onchange=&quot;updatePlaceholder()&quot; style=&quot;width:100%;padding:12px;border:1px solid #ccc;border-radius:6px;font-size:16px;&quot;&gt;
            &lt;option value=&quot;url&quot;&gt;Website / URL&lt;/option&gt;
            &lt;option value=&quot;text&quot;&gt;Text&lt;/option&gt;
            &lt;option value=&quot;email&quot;&gt;Email&lt;/option&gt;
            &lt;option value=&quot;phone&quot;&gt;Phone / Call&lt;/option&gt;
            &lt;option value=&quot;sms&quot;&gt;SMS&lt;/option&gt;
            &lt;option value=&quot;whatsapp&quot;&gt;WhatsApp&lt;/option&gt;
            &lt;option value=&quot;wifi&quot;&gt;Wi-Fi&lt;/option&gt;
            &lt;option value=&quot;location&quot;&gt;Location / Map&lt;/option&gt;
            &lt;option value=&quot;event&quot;&gt;Event / Calendar&lt;/option&gt;
            &lt;option value=&quot;bitcoin&quot;&gt;Bitcoin / Crypto&lt;/option&gt;
            &lt;option value=&quot;app&quot;&gt;App Download / Deep Link&lt;/option&gt;
          &lt;/select&gt;
        &lt;/div&gt;

&lt;div class=&quot;input-group&quot;&gt;
  &lt;label for=&quot;qrData&quot;&gt;Enter Data:&lt;/label&gt;
  &lt;input type=&quot;text&quot; id=&quot;qrData&quot; placeholder=&quot;Enter Website URL&quot; style=&quot;width:100%;padding:12px;border:1px solid #ccc;border-radius:6px;font-size:16px;&quot;&gt;
&lt;/div&gt;

&lt;div style=&quot;margin-top:15px;&quot;&gt;
  &lt;button onclick=&quot;generateQR()&quot; style=&quot;padding:12px 25px;background:#4285f4;color:white;border:none;border-radius:6px;font-size:16px;cursor:pointer;&quot;&gt;Generate QR&lt;/button&gt;
&lt;/div&gt;


        &lt;div id=&quot;qrCodeContainer&quot; style=&quot;margin-top:25px;text-align:center;&quot;&gt;&lt;/div&gt;

        &lt;div id=&quot;download-buttons&quot; style=&quot;display:none;margin-top:20px;&quot;&gt;
          &lt;button onclick=&quot;downloadQR()&quot; style=&quot;padding:12px 25px;background:#34a853;color:white;border:none;border-radius:6px;font-size:16px;cursor:pointer;&quot;&gt;Download QR&lt;/button&gt;
        &lt;/div&gt;
      &lt;/div&gt;

      &lt;!-- QR Code JS --&gt;
      &lt;script src=&quot;https://cdn.jsdelivr.net/npm/qrcodejs@1.0.0/qrcode.min.js&quot;&gt;&lt;/script&gt;
      &lt;script&gt;
      let qrImage;

      function updatePlaceholder() {
        const type = document.getElementById(&#39;qrType&#39;).value;
        const input = document.getElementById(&#39;qrData&#39;);
        const placeholders = {
          url: &quot;Enter Website URL&quot;,
          text: &quot;Enter Text&quot;,
          email: &quot;Enter Email Address&quot;,
          phone: &quot;Enter Phone Number&quot;,
          sms: &quot;Enter Phone Number for SMS&quot;,
          whatsapp: &quot;Enter WhatsApp Number (with country code)&quot;,
          wifi: &quot;Enter Wi-Fi details in format: WIFI:S:SSID;T:WPA;P:password;;&quot;,
          location: &quot;Enter Latitude,Longitude (e.g., 12.9716,77.5946)&quot;,
          event: &quot;Enter Event details in iCalendar format&quot;,
          bitcoin: &quot;Enter Bitcoin / Crypto Address&quot;,
          app: &quot;Enter App Download URL or Deep Link&quot;
        };
        input.placeholder = placeholders[type] || &quot;Enter data&quot;;
      }

      function generateQR() {
        const type = document.getElementById(&#39;qrType&#39;).value;
        const data = document.getElementById(&#39;qrData&#39;).value.trim();
        const container = document.getElementById(&#39;qrCodeContainer&#39;);
        const downloadButtons = document.getElementById(&#39;download-buttons&#39;);

        if(!data) { alert(&#39;Please enter valid data.&#39;); return; }

        let qrText = data;

        switch(type) {
          case &#39;email&#39;: qrText = `mailto:${data}`; break;
          case &#39;phone&#39;: qrText = `tel:${data}`; break;
          case &#39;sms&#39;: qrText = `sms:${data}`; break;
          case &#39;whatsapp&#39;: qrText = `https://wa.me/${data}`; break;
          case &#39;wifi&#39;: qrText = `WIFI:${data}`; break;
          case &#39;location&#39;: qrText = `geo:${data}`; break;
          case &#39;event&#39;: qrText = `${data}`; break;
          case &#39;bitcoin&#39;: qrText = `bitcoin:${data}`; break;
          case &#39;app&#39;: qrText = `${data}`; break;
          default: qrText = data;
        }

        container.innerHTML = &#39;&lt;div style=&quot;display:flex;justify-content:center;&quot;&gt;&lt;/div&gt;&#39;;
        const qrDiv = container.querySelector(&#39;div&#39;);
        new QRCode(qrDiv, { text: qrText, width: 300, height: 300, colorDark: &quot;#000&quot;, colorLight: &quot;#fff&quot;, correctLevel: QRCode.CorrectLevel.H });

        setTimeout(() =&gt; {
          qrImage = qrDiv.querySelector(&quot;img&quot;).src;
          downloadButtons.style.display = &#39;block&#39;;
        }, 200);
      }

      function downloadQR() {
        if(!qrImage) { alert(&#39;Generate QR first!&#39;); return; }
        const link = document.createElement(&#39;a&#39;);
        link.href = qrImage;
        link.download = &quot;QRCode.png&quot;;
        link.click();
      }
      &lt;/script&gt;

      &lt;style&gt;
        #qr-generator-container select, #qr-generator-container input { font-size:16px; }
        #qr-generator-container button:hover { opacity:0.9; }
      &lt;/style&gt;

&lt;!-- Professional Feature Description --&gt;
&lt;div style=&quot;max-width:1200px;margin:30px auto;font-size:16px;line-height:1.7;color:#333;&quot;&gt;

  &lt;h2&gt;Features of This QR Code Generator&lt;/h2&gt;
  &lt;p&gt;
  Our &lt;strong&gt;QR Code Generator&lt;/strong&gt; is designed to be powerful, versatile, and easy to use. Not only does it allow instant creation of QR codes, but it also ensures high-quality output suitable for all purposes. In addition, users can generate codes for &lt;strong&gt;URLs, text, emails, phone numbers, SMS messages, WhatsApp, Wi-Fi networks, locations, events, cryptocurrency addresses, and apps&lt;/strong&gt;. This comprehensive coverage makes it ideal for both personal and professional needs.
  &lt;/p&gt;
  &lt;p&gt;
  Moreover, the tool is &lt;strong&gt;fully responsive&lt;/strong&gt; and mobile-friendly, meaning you can create QR codes on smartphones, tablets, or desktops without any layout issues. It offers a &lt;strong&gt;live preview&lt;/strong&gt; feature so that users can see the QR code before downloading. Furthermore, the download is quick and effortless, supporting high-resolution output that is perfect for &lt;strong&gt;printing on brochures, posters, packaging, or digital use on websites and social media&lt;/strong&gt;.
  &lt;/p&gt;
  &lt;p&gt;
  The interface is straightforward: &lt;strong&gt;select the QR type&lt;/strong&gt;, &lt;strong&gt;enter the corresponding data&lt;/strong&gt;, and click &lt;strong&gt;Generate QR&lt;/strong&gt;. As a result, anyone—regardless of technical skill—can create professional-quality QR codes in seconds. Additionally, the tool is &lt;strong&gt;completely free&lt;/strong&gt;, with no hidden costs or watermarks.
  &lt;/p&gt;

  &lt;h2&gt;How You Can Use This QR Code Generator&lt;/h2&gt;
  &lt;p&gt;
  Businesses and individuals alike can benefit from this versatile QR Code Generator. For instance, marketers can create QR codes for &lt;strong&gt;product promotions, discount coupons, or social media pages&lt;/strong&gt;. Meanwhile, event organizers can generate QR codes that link to &lt;strong&gt;event registration pages, schedules, or maps&lt;/strong&gt;, which attendees can easily scan using their smartphones.
  &lt;/p&gt;
  &lt;p&gt;
  In educational settings, teachers and trainers can create QR codes linking to &lt;strong&gt;study materials, assignments, or video tutorials&lt;/strong&gt;. On the other hand, personal users may generate codes for &lt;strong&gt;Wi-Fi sharing, personal contact cards, or app download links&lt;/strong&gt;. By using this tool, users can save time and ensure their QR codes are &lt;strong&gt;scannable across all devices&lt;/strong&gt;.
  &lt;/p&gt;
  &lt;p&gt;
  Furthermore, the QR codes generated here are ideal for &lt;strong&gt;print marketing&lt;/strong&gt;. You can include them on &lt;strong&gt;business cards, flyers, posters, packaging, or invoices&lt;/strong&gt;, making it convenient for your audience to connect with your business. Similarly, for digital purposes, these QR codes can be embedded on &lt;strong&gt;websites, newsletters, and email campaigns&lt;/strong&gt;, providing quick access to content.
  &lt;/p&gt;
  &lt;p&gt;
  By providing multiple QR code types, our tool guarantees that you don’t need to use different generators for different tasks. Instead, you get &lt;strong&gt;a one-stop solution for all QR needs&lt;/strong&gt;. This not only saves time but also ensures a consistent design and quality.
  &lt;/p&gt;

  &lt;h2&gt;Why This QR Code Generator Stands Out&lt;/h2&gt;
  &lt;p&gt;
  Unlike basic QR code tools, this generator offers several advantages. First, it supports &lt;strong&gt;multiple QR formats&lt;/strong&gt;, which means you can create codes for virtually any purpose without restrictions. Second, it ensures &lt;strong&gt;high-resolution output&lt;/strong&gt;, making QR codes suitable for professional printing and display.
  &lt;/p&gt;
  &lt;p&gt;
  Moreover, the generator is &lt;strong&gt;responsive and fast&lt;/strong&gt;, allowing users to generate codes instantly without delays or lags. This feature is particularly useful for businesses or agencies that require &lt;strong&gt;bulk or repeated QR code generation&lt;/strong&gt;. Additionally, the &lt;strong&gt;user-friendly interface&lt;/strong&gt; eliminates any learning curve, making it accessible to everyone.
  &lt;/p&gt;
  &lt;p&gt;
  Another key benefit is &lt;strong&gt;reliability&lt;/strong&gt;. The QR codes created are compatible with all major QR code scanning apps, ensuring that your audience can scan them without any issues. Furthermore, this tool supports &lt;strong&gt;modern QR standards&lt;/strong&gt;, so it works seamlessly for both traditional QR scanning and newer mobile devices.
  &lt;/p&gt;
  &lt;p&gt;
  Lastly, by using this generator, users gain the &lt;strong&gt;freedom to experiment with different QR types&lt;/strong&gt;. For example, you can quickly switch from creating a URL QR code to generating a Wi-Fi access code, all without leaving the page. Consequently, it offers &lt;strong&gt;flexibility and convenience&lt;/strong&gt; unmatched by many other QR code generators available online.
  &lt;/p&gt;

  &lt;h2&gt;Additional Tips for Using QR Codes Effectively&lt;/h2&gt;
  &lt;ul&gt;
    &lt;li&gt;Add clear instructions indicating the QR code can be scanned to increase engagement.&lt;/li&gt;
    &lt;li&gt;Combine QR codes with campaigns on social media, flyers, or email newsletters.&lt;/li&gt;
    &lt;li&gt;Ensure linked content is mobile-friendly for optimal user experience.&lt;/li&gt;
    &lt;li&gt;Track usage with analytics to measure engagement if used for marketing.&lt;/li&gt;
    &lt;li&gt;For print materials, make sure the QR code is large enough (minimum 2x2 cm) with high contrast.&lt;/li&gt;
  &lt;/ul&gt;

  &lt;h2&gt;Summary&lt;/h2&gt;
  &lt;p&gt;
  In conclusion, this &lt;strong&gt;QR Code Generator&lt;/strong&gt; is a professional, all-in-one solution for creating versatile QR codes quickly and easily. It supports multiple QR types, provides instant previews, and offers high-resolution downloads suitable for both digital and print use. Whether you are a business owner, marketer, educator, or individual user, this tool simplifies the QR code creation process, making it accessible and efficient for everyone.
  &lt;/p&gt;
  &lt;p&gt;
  By using this tool, you can save time, maintain consistency in your QR codes, and ensure they are &lt;strong&gt;scannable across all devices&lt;/strong&gt;, ultimately improving user engagement and accessibility.
  &lt;/p&gt;

&lt;/div&gt;


    &lt;/b:includable&gt;
  &lt;/b:widget&gt;
&lt;/b:section&gt;
</description><link>https://www.praveshkumar.in/2025/08/free-qr-code-generator-online-create-download.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-189382258518603916</guid><pubDate>Tue, 12 Aug 2025 01:41:00 +0000</pubDate><atom:updated>2025-08-12T07:32:04.907+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Business card</category><title>Business visiting card generator </title><description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
  &lt;meta charset=&quot;UTF-8&quot;&gt;
  &lt;title&gt;VistaPrint-Style Business Cards&lt;/title&gt;
  &lt;style&gt;
    body {
      font-family: &#39;Segoe UI&#39;, sans-serif;
      background: #f4f4f4;
      padding: 20px;
      text-align: center;
    }
    .form-section {
      background: white;
      padding: 20px;
      max-width: 700px;
      margin: auto;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    input, button {
      width: 100%;
      padding: 10px;
      margin: 8px 0;
      border-radius: 5px;
      border: 1px solid #ccc;
    }
    button {
      background: #0078D7;
      color: white;
      border: none;
      cursor: pointer;
    }

    .cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 30px;
    }

    .card {
      width: 300px;
      height: 170px;
      margin: 10px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      overflow: hidden;
      padding: 15px;
      box-sizing: border-box;
      color: white;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .card img.logo {
      max-height: 40px;
      margin-bottom: 10px;
    }

    .card .qr {
      position: absolute;
      bottom: 10px;
      right: 10px;
    }

    .card.back {
      background: #fff;
      color: #000;
      font-size: 13px;
      border: 1px solid #ccc;
    }

    /* Unique Themes */
    .minimal { background: #333; color: white; }
    .bold { background: linear-gradient(135deg, #ff0080, #7928ca); font-weight: bold; }
    .kraft { background: #c8b89e; color: #4a3b2b; font-family: &#39;Courier New&#39;, monospace; }
    .transparent { background: rgba(255,255,255,0.1); backdrop-filter: blur(8px); color: #000; border: 1px solid #ccc; }
    .foil { background: linear-gradient(45deg, #d4af37, #b8860b); color: black; font-weight: bold; }
    .rounded { border-radius: 20px; }
    .oval { border-radius: 50px; }

  &lt;/style&gt;
  &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js&quot;&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;

  &lt;h2&gt;Business Card Generator (VistaPrint Style)&lt;/h2&gt;
  &lt;div class=&quot;form-section&quot;&gt;
    &lt;input type=&quot;file&quot; id=&quot;logo&quot; accept=&quot;image/*&quot;&gt;
    &lt;input type=&quot;text&quot; id=&quot;bizName&quot; placeholder=&quot;Business Name&quot;&gt;
    &lt;input type=&quot;text&quot; id=&quot;yourName&quot; placeholder=&quot;Your Name&quot;&gt;
    &lt;input type=&quot;text&quot; id=&quot;mobile&quot; placeholder=&quot;Mobile Number&quot;&gt;
    &lt;input type=&quot;email&quot; id=&quot;email&quot; placeholder=&quot;Email&quot;&gt;
    &lt;input type=&quot;text&quot; id=&quot;website&quot; placeholder=&quot;Website (https://...)&quot;&gt;
    &lt;input type=&quot;text&quot; id=&quot;address&quot; placeholder=&quot;Full Address&quot;&gt;
    &lt;input type=&quot;color&quot; id=&quot;color&quot; value=&quot;#0078D7&quot;&gt;
    &lt;button onclick=&quot;generateCards()&quot;&gt;Generate 10 Stylish Cards&lt;/button&gt;
  &lt;/div&gt;

  &lt;div class=&quot;cards&quot; id=&quot;cardsContainer&quot;&gt;&lt;/div&gt;

  &lt;script&gt;
    const styles = [
      &#39;minimal&#39;, &#39;bold rounded&#39;, &#39;kraft rounded&#39;,
      &#39;transparent oval&#39;, &#39;foil rounded&#39;,
      &#39;minimal&#39;, &#39;bold oval&#39;, &#39;kraft&#39;,
      &#39;transparent&#39;, &#39;foil&#39;
    ];

    function generateCards() {
      const logoFile = document.getElementById(&#39;logo&#39;).files[0];
      const bizName = document.getElementById(&#39;bizName&#39;).value;
      const yourName = document.getElementById(&#39;yourName&#39;).value;
      const mobile = document.getElementById(&#39;mobile&#39;).value;
      const email = document.getElementById(&#39;email&#39;).value;
      const website = document.getElementById(&#39;website&#39;).value;
      const address = document.getElementById(&#39;address&#39;).value;
      const customColor = document.getElementById(&#39;color&#39;).value;

      const container = document.getElementById(&#39;cardsContainer&#39;);
      container.innerHTML = &#39;&#39;;

      const reader = new FileReader();
      reader.onload = function(e) {
        const logoURL = e.target.result;

        for (let i = 0; i &lt; 10; i++) {
          const style = styles[i % styles.length];
          const front = document.createElement(&#39;div&#39;);
          front.className = `card front ${style}`;
          if (style.includes(&#39;minimal&#39;)) front.style.background = customColor;

          front.innerHTML = `
            ${logoURL ? `&lt;img src=&quot;${logoURL}&quot; class=&quot;logo&quot;&gt;` : &#39;&#39;}
            &lt;div&gt;
              &lt;strong style=&quot;font-size: 16px;&quot;&gt;${bizName}&lt;/strong&gt;&lt;br&gt;
              ${yourName}&lt;br&gt;${mobile}
            &lt;/div&gt;
            &lt;div class=&quot;qr&quot; id=&quot;qr${i}&quot;&gt;&lt;/div&gt;
          `;

          const back = document.createElement(&#39;div&#39;);
          back.className = &#39;card back&#39;;
          back.innerHTML = `
            &lt;p&gt;&lt;strong&gt;Email:&lt;/strong&gt; ${email}&lt;/p&gt;
            &lt;p&gt;&lt;strong&gt;Website:&lt;/strong&gt; ${website}&lt;/p&gt;
            &lt;p&gt;&lt;strong&gt;Address:&lt;/strong&gt; ${address}&lt;/p&gt;
          `;

          container.appendChild(front);
          container.appendChild(back);

          new QRCode(document.getElementById(`qr${i}`), {
            text: website || email,
            width: 60,
            height: 60
          });
        }
      };

      if (logoFile) {
        reader.readAsDataURL(logoFile);
      } else {
        reader.onload({ target: { result: &#39;&#39; } });
      }
    }
  &lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt;
</description><link>https://www.praveshkumar.in/2025/08/business-visiting-card-generator.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-4832917455424682966</guid><pubDate>Fri, 08 Aug 2025 05:13:00 +0000</pubDate><atom:updated>2025-08-08T11:05:24.970+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">neon sign</category><title>Neon Boards</title><description>&lt;style&gt;
@import url(&#39;https://fonts.googleapis.com/css2?family=Monoton&amp;display=swap&#39;);

/* CSS-only brick wall background */
.om-circle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 60px 0;
  background-color: #111; /* dark base */

  /* Brick wall pattern using CSS gradients */
  background-image:
    linear-gradient(90deg, #222 12%, transparent 12.5%, transparent 87%, #222 87.5%, #222),
    linear-gradient(#222 12%, transparent 12.5%, transparent 87%, #222 87.5%, #222);

  background-size: 80px 40px;
  background-position: 0 0, 40px 20px;
}

/* Circle with ॐ and animations */
.om-circle {
  width: 220px;
  height: 220px;
  border: 6px solid red;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 160px;
  font-family: &#39;Monoton&#39;, cursive;
  color: red;
  text-shadow: 0 0 15px red, 0 0 30px red, 0 0 45px red;
  animation: rgb-glow 4s linear infinite,
             rotate 12s linear infinite,
             pulse 2.5s ease-in-out infinite;
  line-height: 1;
  box-sizing: border-box;
  background: transparent;
}

/* RGB color-shifting animation */
@keyframes rgb-glow {
  0% {
    color: red;
    border-color: red;
    text-shadow: 0 0 15px red, 0 0 30px red, 0 0 45px red;
  }
  33% {
    color: lime;
    border-color: lime;
    text-shadow: 0 0 15px lime, 0 0 30px lime, 0 0 45px lime;
  }
  66% {
    color: blue;
    border-color: blue;
    text-shadow: 0 0 15px blue, 0 0 30px blue, 0 0 45px blue;
  }
  100% {
    color: red;
    border-color: red;
    text-shadow: 0 0 15px red, 0 0 30px red, 0 0 45px red;
  }
}

/* Smooth continuous rotation */
@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Glowing pulsing effect */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  }
  50% {
    transform: scale(1.06);
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.4);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .om-circle {
    width: 160px;
    height: 160px;
    font-size: 110px;
  }
}

@media (max-width: 480px) {
  .om-circle {
    width: 120px;
    height: 120px;
    font-size: 80px;
  }
}
&lt;/style&gt;

&lt;div class=&quot;om-circle-container&quot;&gt;
  &lt;div class=&quot;om-circle&quot;&gt;ॐ&lt;/div&gt;
&lt;/div&gt;

&lt;!-- 🌈🌀 Glowing Rotating Om Sign on Brick Wall (Responsive) --&gt;
&lt;style&gt;
@import url(&#39;https://fonts.googleapis.com/css2?family=Monoton&amp;display=swap&#39;);

/* Main background container */
.om-circle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  background: url(&#39;https://i.imgur.com/oFZ0hG9.jpg&#39;) no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  box-sizing: border-box;
}

/* Circle with ॐ and all animations */
.om-circle {
  width: 220px;
  height: 220px;
  border: 6px solid red;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 160px;
  font-family: &#39;Monoton&#39;, cursive;
  color: red;
  text-shadow: 0 0 15px red, 0 0 30px red, 0 0 45px red;
  animation: rgb-glow 4s linear infinite,
             rotate 12s linear infinite,
             pulse 2.5s ease-in-out infinite;
  transition: all 0.3s ease-in-out;
  line-height: 1;
  box-sizing: border-box;
}

/* RGB color-shifting animation */
@keyframes rgb-glow {
  0% {
    color: red;
    border-color: red;
    text-shadow: 0 0 15px red, 0 0 30px red, 0 0 45px red;
  }
  33% {
    color: lime;
    border-color: lime;
    text-shadow: 0 0 15px lime, 0 0 30px lime, 0 0 45px lime;
  }
  66% {
    color: blue;
    border-color: blue;
    text-shadow: 0 0 15px blue, 0 0 30px blue, 0 0 45px blue;
  }
  100% {
    color: red;
    border-color: red;
    text-shadow: 0 0 15px red, 0 0 30px red, 0 0 45px red;
  }
}

/* Smooth continuous rotation */
@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Glowing pulsing effect */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  }
  50% {
    transform: scale(1.06);
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.4);
  }
}

/* 🔄 Responsive adjustments */
@media (max-width: 768px) {
  .om-circle {
    width: 160px;
    height: 160px;
    font-size: 110px;
  }
}

@media (max-width: 480px) {
  .om-circle {
    width: 120px;
    height: 120px;
    font-size: 80px;
  }
}
&lt;/style&gt;

&lt;!-- HTML Structure --&gt;
&lt;div class=&quot;om-circle-container&quot;&gt;
  &lt;div class=&quot;om-circle&quot;&gt;ॐ&lt;/div&gt;
&lt;/div&gt;

&lt;!-- Neon Button Start --&gt;
&lt;style&gt;
.neon-button {
  padding: 15px 30px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: transparent;
  border: 2px solid #0ff;
  border-radius: 8px;
  cursor: pointer;
  text-shadow: 0 0 5px #0ff, 0 0 10px #0ff, 0 0 20px #0ff;
  box-shadow: 0 0 5px #0ff, 0 0 10px #0ff inset;
  transition: 0.3s ease-in-out;
}

.neon-button:hover {
  box-shadow: 0 0 20px #0ff, 0 0 40px #0ff, 0 0 60px #0ff;
  color: #000;
  background-color: #0ff;
  text-shadow: none;
}
&lt;/style&gt;

&lt;div style=&quot;text-align: center; margin-top: 30px;&quot;&gt;
  &lt;button class=&quot;neon-button&quot; onclick=&quot;window.location.href=&#39;https://your-link-here.com&#39;;&quot;&gt;Click Me&lt;/button&gt;
&lt;/div&gt;
&lt;!-- Neon Button End --&gt;
&lt;!-- Neon Signage Board Start --&gt;
&lt;style&gt;
@import url(&#39;https://fonts.googleapis.com/css2?family=Monoton&amp;display=swap&#39;);

.neon-sign-container {
  text-align: center;
  margin: 40px auto;
  padding: 30px;
  background: #000;
  border: 4px solid #0ff;
  border-radius: 15px;
  box-shadow: 0 0 20px #0ff, 0 0 40px #0ff inset;
  width: fit-content;
}

.neon-text {
  font-family: &#39;Monoton&#39;, cursive;
  font-size: 48px;
  color: #0ff;
  text-shadow:
    0 0 5px #0ff,
    0 0 10px #0ff,
    0 0 20px #0ff,
    0 0 40px #0ff,
    0 0 80px #0ff;
  animation: flicker 2s infinite alternate;
}

@keyframes flicker {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
    opacity: 1;
    text-shadow:
      0 0 5px #0ff,
      0 0 10px #0ff,
      0 0 20px #0ff,
      0 0 40px #0ff,
      0 0 80px #0ff;
  }
  20%, 24%, 55% {
    opacity: 0.4;
    text-shadow: none;
  }
}
&lt;/style&gt;

&lt;div class=&quot;neon-sign-container&quot;&gt;
  &lt;div class=&quot;neon-text&quot;&gt;Pravesh Kumar&lt;/div&gt;
&lt;/div&gt;
&lt;!-- Neon Signage Board End --&gt;
&lt;!-- RGB Neon Sign Start --&gt;
&lt;style&gt;
@import url(&#39;https://fonts.googleapis.com/css2?family=Monoton&amp;display=swap&#39;);

.rgb-neon-container {
  text-align: center;
  margin: 40px auto;
  padding: 30px;
  background: #000;
  border-radius: 15px;
  width: fit-content;
  border: 4px solid #fff;
  box-shadow: 0 0 15px rgba(255,255,255,0.2);
}

.rgb-neon-text {
  font-family: &#39;Monoton&#39;, cursive;
  font-size: 48px;
  color: #fff;
  animation: rgb-glow 4s linear infinite;
}

@keyframes rgb-glow {
  0% {
    color: red;
    text-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red;
    border-color: red;
  }
  33% {
    color: lime;
    text-shadow: 0 0 10px lime, 0 0 20px lime, 0 0 30px lime;
    border-color: lime;
  }
  66% {
    color: blue;
    text-shadow: 0 0 10px blue, 0 0 20px blue, 0 0 30px blue;
    border-color: blue;
  }
  100% {
    color: red;
    text-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red;
    border-color: red;
  }
}
&lt;/style&gt;

&lt;div class=&quot;rgb-neon-container&quot;&gt;
  &lt;div class=&quot;rgb-neon-text&quot;&gt;Pravesh Kumar&lt;/div&gt;
&lt;/div&gt;
&lt;!-- RGB Neon Sign End --&gt;
&lt;!-- RGB Om Sign Start --&gt;
&lt;style&gt;
@import url(&#39;https://fonts.googleapis.com/css2?family=Monoton&amp;display=swap&#39;);

.om-circle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
}

.om-circle {
  width: 200px;
  height: 200px;
  border: 4px solid red;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  font-family: &#39;Monoton&#39;, cursive;
  color: red;
  text-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red;
  animation: rgb-glow 4s linear infinite;
}

@keyframes rgb-glow {
  0% {
    color: red;
    border-color: red;
    text-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red;
  }
  33% {
    color: lime;
    border-color: lime;
    text-shadow: 0 0 10px lime, 0 0 20px lime, 0 0 30px lime;
  }
  66% {
    color: blue;
    border-color: blue;
    text-shadow: 0 0 10px blue, 0 0 20px blue, 0 0 30px blue;
  }
  100% {
    color: red;
    border-color: red;
    text-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red;
  }
}
&lt;/style&gt;

&lt;div class=&quot;om-circle-container&quot;&gt;
  &lt;div class=&quot;om-circle&quot;&gt;ॐ&lt;/div&gt;
&lt;/div&gt;
&lt;!-- RGB Om Sign End --&gt;
&lt;!-- RGB Om Sign Start --&gt;
&lt;style&gt;
@import url(&#39;https://fonts.googleapis.com/css2?family=Monoton&amp;display=swap&#39;);

.om-circle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
}

.om-circle {
  width: 200px;
  height: 200px;
  border: 4px solid red;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  font-family: &#39;Monoton&#39;, cursive;
  color: red;
  text-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red;
  animation: rgb-glow 4s linear infinite;
}

@keyframes rgb-glow {
  0% {
    color: red;
    border-color: red;
    text-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red;
  }
  33% {
    color: lime;
    border-color: lime;
    text-shadow: 0 0 10px lime, 0 0 20px lime, 0 0 30px lime;
  }
  66% {
    color: blue;
    border-color: blue;
    text-shadow: 0 0 10px blue, 0 0 20px blue, 0 0 30px blue;
  }
  100% {
    color: red;
    border-color: red;
    text-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red;
  }
}
&lt;/style&gt;

&lt;div class=&quot;om-circle-container&quot;&gt;
  &lt;div class=&quot;om-circle&quot;&gt;ॐ&lt;/div&gt;
&lt;/div&gt;
&lt;!-- RGB Om Sign End --&gt;
&lt;!-- RGB Om Sign (Larger) Start --&gt;
&lt;style&gt;
@import url(&#39;https://fonts.googleapis.com/css2?family=Monoton&amp;display=swap&#39;);

.om-circle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
}

.om-circle {
  width: 220px;
  height: 220px;
  border: 5px solid red;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 160px; /* Increased size */
  font-family: &#39;Monoton&#39;, cursive;
  color: red;
  text-shadow: 0 0 15px red, 0 0 30px red, 0 0 45px red;
  animation: rgb-glow 4s linear infinite;
  line-height: 1;
}

@keyframes rgb-glow {
  0% {
    color: red;
    border-color: red;
    text-shadow: 0 0 15px red, 0 0 30px red, 0 0 45px red;
  }
  33% {
    color: lime;
    border-color: lime;
    text-shadow: 0 0 15px lime, 0 0 30px lime, 0 0 45px lime;
  }
  66% {
    color: blue;
    border-color: blue;
    text-shadow: 0 0 15px blue, 0 0 30px blue, 0 0 45px blue;
  }
  100% {
    color: red;
    border-color: red;
    text-shadow: 0 0 15px red, 0 0 30px red, 0 0 45px red;
  }
}
&lt;/style&gt;

&lt;div class=&quot;om-circle-container&quot;&gt;
  &lt;div class=&quot;om-circle&quot;&gt;ॐ&lt;/div&gt;
&lt;/div&gt;
&lt;!-- RGB Om Sign (Larger) End --&gt;
&lt;!-- Glowing Rotating Om Sign on Brick Wall --&gt;
&lt;style&gt;
@import url(&#39;https://fonts.googleapis.com/css2?family=Monoton&amp;display=swap&#39;);

/* Container with dark brick wall background */
.om-circle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
  height: 100vh;
  background: url(&#39;https://i.imgur.com/oFZ0hG9.jpg&#39;) no-repeat center center;
  background-size: cover;
}

/* Circle with animated glow, rotation, and pulse */
.om-circle {
  width: 220px;
  height: 220px;
  border: 5px solid red;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 160px;
  font-family: &#39;Monoton&#39;, cursive;
  color: red;
  text-shadow: 0 0 15px red, 0 0 30px red, 0 0 45px red;
  animation: rgb-glow 4s linear infinite, rotate 10s linear infinite, pulse 2s ease-in-out infinite;
  line-height: 1;
}

/* RGB glowing animation */
@keyframes rgb-glow {
  0% {
    color: red;
    border-color: red;
    text-shadow: 0 0 15px red, 0 0 30px red, 0 0 45px red;
  }
  33% {
    color: lime;
    border-color: lime;
    text-shadow: 0 0 15px lime, 0 0 30px lime, 0 0 45px lime;
  }
  66% {
    color: blue;
    border-color: blue;
    text-shadow: 0 0 15px blue, 0 0 30px blue, 0 0 45px blue;
  }
  100% {
    color: red;
    border-color: red;
    text-shadow: 0 0 15px red, 0 0 30px red, 0 0 45px red;
  }
}

/* Rotating effect */
@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Glowing pulse effect */
@keyframes pulse {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  }
  50% {
    transform: scale(1.05) rotate(180deg);
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.4);
  }
}
&lt;/style&gt;

&lt;div class=&quot;om-circle-container&quot;&gt;
  &lt;div class=&quot;om-circle&quot;&gt;ॐ&lt;/div&gt;
&lt;/div&gt;
&lt;!-- Responsive Glowing Rotating Om Sign on Brick Wall --&gt;
&lt;style&gt;
@import url(&#39;https://fonts.googleapis.com/css2?family=Monoton&amp;display=swap&#39;);

/* Fullscreen container with black brick wall background */
.om-circle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  background: url(&#39;https://i.imgur.com/oFZ0hG9.jpg&#39;) no-repeat center center;
  background-size: cover;
}

/* Circle with animated glow, rotation, and pulse */
.om-circle {
  width: 220px;
  height: 220px;
  border: 5px solid red;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 160px;
  font-family: &#39;Monoton&#39;, cursive;
  color: red;
  text-shadow: 0 0 15px red, 0 0 30px red, 0 0 45px red;
  animation: rgb-glow 4s linear infinite, rotate 10s linear infinite, pulse 2s ease-in-out infinite;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

/* RGB color animation */
@keyframes rgb-glow {
  0% {
    color: red;
    border-color: red;
    text-shadow: 0 0 15px red, 0 0 30px red, 0 0 45px red;
  }
  33% {
    color: lime;
    border-color: lime;
    text-shadow: 0 0 15px lime, 0 0 30px lime, 0 0 45px lime;
  }
  66% {
    color: blue;
    border-color: blue;
    text-shadow: 0 0 15px blue, 0 0 30px blue, 0 0 45px blue;
  }
  100% {
    color: red;
    border-color: red;
    text-shadow: 0 0 15px red, 0 0 30px red, 0 0 45px red;
  }
}

/* Rotating animation */
@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Glowing pulse animation */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.4);
  }
}

/* ✅ RESPONSIVE STYLES */
@media (max-width: 768px) {
  .om-circle {
    width: 160px;
    height: 160px;
    font-size: 110px;
  }
}

@media (max-width: 480px) {
  .om-circle {
    width: 120px;
    height: 120px;
    font-size: 80px;
  }
}
&lt;/style&gt;

&lt;div class=&quot;om-circle-container&quot;&gt;
  &lt;div class=&quot;om-circle&quot;&gt;ॐ&lt;/div&gt;
&lt;/div&gt;

</description><link>https://www.praveshkumar.in/2025/08/neon-boards.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-1834720206658238186</guid><pubDate>Wed, 06 Aug 2025 12:25:00 +0000</pubDate><atom:updated>2025-08-06T18:12:16.976+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">QR code</category><title>QR testing for all size</title><description>&lt;style&gt;
  /* Base container for the entire tool */
  #qr-generator-container {
    font-family: Arial, sans-serif;
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
    padding: 25px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    box-sizing: border-box;
  }
  #qr-generator-container h2 {
    color: #4285f4;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .input-group {
    margin-bottom: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .input-group label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
  }
  .input-group input, .input-group select {
    width: calc(100% - 20px);
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
  }
  .input-group button {
    padding: 12px 25px;
    background-color: #4285f4;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .input-group button:hover {
    background-color: #357ae8;
  }
  .custom-color-inputs {
    display: none;
    margin-top: 10px;
  }
  .custom-color-inputs input {
    width: calc(25% - 10px);
    margin: 5px;
  }

  /* Sticker preview styling */
  #sticker-preview {
    display: none;
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  .card {
    background-color: #ffffff;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 1px solid #e0e0e0;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .google-logo-container {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .google-review-container {
    height: auto;
  }
  .qr-code-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
  }
  .qr-code-container img {
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
  }
  .business-name {
    font-weight: bold;
    color: #333;
    margin: 10px auto;
    word-wrap: break-word;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .separator-line {
    height: 8px;
    margin: 10px auto;
  }
  
  /* Colored Borders */
  .border-strip {
    position: absolute;
    height: 100%;
    top: 0;
    display: none;
  }
  .border-strip.left {
    left: 0;
  }
  .border-strip.right {
    right: 0;
  }
  .top-strip {
    position: absolute;
    top: 0;
    height: 10px;
    display: none;
  }
  .bottom-strip {
    position: absolute;
    bottom: 0;
    height: 10px;
    display: none;
  }
  .border-strip.active, .top-strip.active, .bottom-strip.active {
    display: block;
  }

  /* Download buttons styling */
  #download-buttons {
    display: none;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  #download-buttons button {
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #34a853;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  #download-buttons button:hover {
    background-color: #2b8c47;
  }

  /* Checkbox and select group */
  .checkbox-group, .select-group {
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
  }
  .checkbox-group input {
    margin-right: 8px;
  }

  /* Mobile responsiveness */
  @media (max-width: 600px) {
    #qr-generator-container {
      padding: 15px;
    }
    .input-group, #download-buttons {
      max-width: 100%;
      padding: 0 10px;
    }
    .card {
      transform: scale(0.8);
    }
    .google-review-container {
      max-width: 80px;
    }
  }
&lt;/style&gt;

&lt;div id=&quot;qr-generator-container&quot;&gt;
  &lt;h2&gt;Generate Your Google Review Sticker&lt;/h2&gt;
  &lt;div class=&quot;input-group&quot;&gt;
    &lt;label for=&quot;reviewLink&quot; aria-label=&quot;Enter your Google Business Profile review link&quot;&gt;Paste your Google Business Profile Review Link:&lt;/label&gt;
    &lt;input type=&quot;text&quot; id=&quot;reviewLink&quot; aria-required=&quot;true&quot; placeholder=&quot;e.g., https://g.page/r/your-business-id/review&quot;&gt;
    &lt;label for=&quot;businessName&quot; aria-label=&quot;Enter your business name&quot;&gt;Business Name:&lt;/label&gt;
    &lt;input type=&quot;text&quot; id=&quot;businessName&quot; aria-required=&quot;true&quot; placeholder=&quot;e.g., My Awesome Business&quot;&gt;
    &lt;div class=&quot;select-group&quot;&gt;
      &lt;label for=&quot;stickerSize&quot;&gt;Sticker Size:&lt;/label&gt;
      &lt;select id=&quot;stickerSize&quot;&gt;
        &lt;option value=&quot;small&quot;&gt;Small (200x350px)&lt;/option&gt;
        &lt;option value=&quot;medium&quot; selected&gt;Medium (300x500px)&lt;/option&gt;
        &lt;option value=&quot;large&quot;&gt;Large (400x650px)&lt;/option&gt;
        &lt;option value=&quot;4x6&quot;&gt;4x6 inches (1200x1800px)&lt;/option&gt;
        &lt;option value=&quot;5x7&quot;&gt;5x7 inches (1500x2100px)&lt;/option&gt;
        &lt;option value=&quot;a4&quot;&gt;A4 (2480x3508px)&lt;/option&gt;
      &lt;/select&gt;
    &lt;/div&gt;
    &lt;div class=&quot;select-group&quot;&gt;
      &lt;label for=&quot;colorScheme&quot;&gt;Color Scheme:&lt;/label&gt;
      &lt;select id=&quot;colorScheme&quot;&gt;
        &lt;option value=&quot;google&quot;&gt;Google Colors&lt;/option&gt;
        &lt;option value=&quot;monochrome&quot;&gt;Monochrome&lt;/option&gt;
        &lt;option value=&quot;blue&quot;&gt;Blue Gradient&lt;/option&gt;
        &lt;option value=&quot;custom&quot;&gt;Custom&lt;/option&gt;
      &lt;/select&gt;
    &lt;/div&gt;
    &lt;div class=&quot;custom-color-inputs&quot; id=&quot;customColorInputs&quot;&gt;
      &lt;input type=&quot;color&quot; id=&quot;color1&quot; value=&quot;#4285f4&quot; aria-label=&quot;First custom color&quot;&gt;
      &lt;input type=&quot;color&quot; id=&quot;color2&quot; value=&quot;#ea4335&quot; aria-label=&quot;Second custom color&quot;&gt;
      &lt;input type=&quot;color&quot; id=&quot;color3&quot; value=&quot;#fbbc05&quot; aria-label=&quot;Third custom color&quot;&gt;
      &lt;input type=&quot;color&quot; id=&quot;color4&quot; value=&quot;#34a853&quot; aria-label=&quot;Fourth custom color&quot;&gt;
    &lt;/div&gt;
    &lt;div class=&quot;select-group&quot;&gt;
      &lt;label for=&quot;businessFont&quot;&gt;Business Name Font:&lt;/label&gt;
      &lt;select id=&quot;businessFont&quot;&gt;
        &lt;option value=&quot;Arial&quot;&gt;Arial&lt;/option&gt;
        &lt;option value=&quot;Roboto&quot;&gt;Roboto&lt;/option&gt;
        &lt;option value=&quot;Open Sans&quot;&gt;Open Sans&lt;/option&gt;
        &lt;option value=&quot;Lato&quot;&gt;Lato&lt;/option&gt;
      &lt;/select&gt;
    &lt;/div&gt;
    &lt;div class=&quot;checkbox-group&quot;&gt;
      &lt;input type=&quot;checkbox&quot; id=&quot;showBorders&quot; checked&gt;
      &lt;label for=&quot;showBorders&quot;&gt;Show colored borders&lt;/label&gt;
    &lt;/div&gt;
    &lt;button onclick=&quot;generateSticker()&quot; aria-label=&quot;Generate QR code sticker&quot;&gt;Create Sticker&lt;/button&gt;
  &lt;/div&gt;
  &lt;div id=&quot;sticker-preview&quot;&gt;
    &lt;div class=&quot;card&quot; id=&quot;reviewCard&quot;&gt;
      &lt;div class=&quot;border-strip left active&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;border-strip right active&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;top-strip active&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;google-logo-container&quot;&gt;
        &lt;canvas id=&quot;googleReviewCanvas&quot; class=&quot;google-review-container&quot;&gt;&lt;/canvas&gt;
      &lt;/div&gt;
      &lt;div class=&quot;qr-code-container&quot; id=&quot;qrCodeContainer&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;separator-line&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;business-name&quot; id=&quot;businessNameDisplay&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;bottom-strip active&quot;&gt;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;div id=&quot;download-buttons&quot;&gt;
    &lt;button onclick=&quot;downloadImage(&#39;Print&#39;)&quot; aria-label=&quot;Download print quality sticker&quot;&gt;Download Print Quality (300 DPI)&lt;/button&gt;
    &lt;button onclick=&quot;downloadImage(&#39;Standard&#39;)&quot; aria-label=&quot;Download standard quality sticker&quot;&gt;Download Standard Quality&lt;/button&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;script src=&quot;https://cdn.jsdelivr.net/npm/qrcodejs@1.0.0/qrcode.min.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;https://html2canvas.hertzen.com/dist/html2canvas.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
  // Load Google Fonts for font options
  const link = document.createElement(&#39;link&#39;);
  link.href = &#39;https://fonts.googleapis.com/css2?family=Roboto&amp;family=Open+Sans&amp;family=Lato&amp;display=swap&#39;;
  link.rel = &#39;stylesheet&#39;;
  document.head.appendChild(link);

  // Draw circular &quot;Review us on Google&quot; graphic with Google colors
  function drawGoogleReviewCanvas(size) {
    const canvas = document.getElementById(&#39;googleReviewCanvas&#39;);
    const ctx = canvas.getContext(&#39;2d&#39;);

    // Adjust canvas size based on sticker size
    const canvasSize = size === &#39;a4&#39; ? 400 : size === &#39;5x7&#39; ? 300 : size === &#39;4x6&#39; ? 250 : size === &#39;large&#39; ? 200 : size === &#39;small&#39; ? 100 : 150;
    canvas.width = canvasSize;
    canvas.height = canvasSize;
    canvas.style.maxWidth = `${canvasSize}px`;

    // Clear canvas
    ctx.clearRect(0, 0, canvas.width, canvas.height);

    // Draw circular background
    const centerX = canvas.width / 2;
    const centerY = canvas.height / 2;
    const radius = canvas.width / 2 - 10;

    // Get color scheme
    const colorScheme = document.getElementById(&#39;colorScheme&#39;).value;
    let colors;
    if (colorScheme === &#39;custom&#39;) {
      colors = [
        document.getElementById(&#39;color1&#39;).value,
        document.getElementById(&#39;color2&#39;).value,
        document.getElementById(&#39;color3&#39;).value,
        document.getElementById(&#39;color4&#39;).value
      ];
    } else if (colorScheme === &#39;monochrome&#39;) {
      colors = [&#39;#4A4A4A&#39;, &#39;#4A4A4A&#39;, &#39;#4A4A4A&#39;, &#39;#4A4A4A&#39;];
    } else if (colorScheme === &#39;blue&#39;) {
      colors = [&#39;#4285f4&#39;, &#39;#357ae8&#39;, &#39;#1a73e8&#39;, &#39;#0d47a1&#39;];
    } else {
      colors = [&#39;#4285f4&#39;, &#39;#ea4335&#39;, &#39;#fbbc05&#39;, &#39;#34a853&#39;];
    }

    // Draw four colored arcs
    for (let i = 0; i &lt; 4; i++) {
      ctx.beginPath();
      ctx.arc(centerX, centerY, radius, (i * Math.PI / 2), ((i + 1) * Math.PI / 2));
      ctx.lineTo(centerX, centerY);
      ctx.fillStyle = colors[i];
      ctx.fill();
    }

    // Draw white inner circle
    ctx.beginPath();
    ctx.arc(centerX, centerY, radius - 10, 0, 2 * Math.PI);
    ctx.fillStyle = &#39;#ffffff&#39;;
    ctx.fill();

    // Text
    const fontSize = size === &#39;a4&#39; ? 24 : size === &#39;5x7&#39; ? 20 : size === &#39;4x6&#39; ? 18 : size === &#39;large&#39; ? 18 : size === &#39;small&#39; ? 10 : 14;
    ctx.fillStyle = colorScheme === &#39;monochrome&#39; ? &#39;#4A4A4A&#39; : &#39;#4285f4&#39;;
    ctx.font = `bold ${fontSize}px Arial`;
    ctx.textAlign = &#39;center&#39;;
    ctx.textBaseline = &#39;middle&#39;;
    ctx.fillText(&#39;Review us on&#39;, centerX, centerY - fontSize / 2);
    ctx.fillStyle = colorScheme === &#39;monochrome&#39; ? &#39;#4A4A4A&#39; : &#39;#ea4335&#39;;
    ctx.font = `bold ${fontSize + 4}px Arial`;
    ctx.fillText(&#39;Google&#39;, centerX, centerY + fontSize / 2);
  }

  // Initialize canvas on page load
  window.onload = function() {
    drawGoogleReviewCanvas(&#39;medium&#39;);
    toggleCustomColorInputs();
    applyStyles();
  };

  function isValidGoogleReviewLink(link) {
    return /^https:\/\/(g\.page\/r\/|www\.google\.com\/maps\/place\/).+\/review/.test(link);
  }

  function applyStyles() {
    const size = document.getElementById(&#39;stickerSize&#39;).value;
    const colorScheme = document.getElementById(&#39;colorScheme&#39;).value;
    const businessFont = document.getElementById(&#39;businessFont&#39;).value;
    const showBorders = document.getElementById(&#39;showBorders&#39;).checked;
    const card = document.getElementById(&#39;reviewCard&#39;);
    const qrCodeContainer = document.getElementById(&#39;qrCodeContainer&#39;);
    const businessNameDisplay = document.getElementById(&#39;businessNameDisplay&#39;);
    const separatorLine = document.querySelector(&#39;.separator-line&#39;);
    const borderElements = document.querySelectorAll(&#39;.border-strip, .top-strip, .bottom-strip&#39;);

    // Set size-specific styles
    let cardWidth, cardHeight, qrSize, fontSize, separatorWidth, borderWidth, canvasSize, padding;
    if (size === &#39;a4&#39;) {
      cardWidth = Math.min(window.innerWidth * 0.9, 2480); // A4 at 300 DPI
      cardHeight = cardWidth * (3508 / 2480);
      qrSize = cardWidth * 0.25;
      fontSize = 48;
      separatorWidth = cardWidth * 0.35;
      borderWidth = cardWidth * 0.015;
      canvasSize = cardWidth * 0.16;
      padding = cardWidth * 0.025;
    } else if (size === &#39;5x7&#39;) {
      cardWidth = Math.min(window.innerWidth * 0.9, 1500); // 5x7 at 300 DPI
      cardHeight = cardWidth * (2100 / 1500);
      qrSize = cardWidth * 0.3;
      fontSize = 36;
      separatorWidth = cardWidth * 0.4;
      borderWidth = cardWidth * 0.02;
      canvasSize = cardWidth * 0.2;
      padding = cardWidth * 0.03;
    } else if (size === &#39;4x6&#39;) {
      cardWidth = Math.min(window.innerWidth * 0.9, 1200); // 4x6 at 300 DPI
      cardHeight = cardWidth * (1800 / 1200);
      qrSize = cardWidth * 0.33;
      fontSize = 32;
      separatorWidth = cardWidth * 0.42;
      borderWidth = cardWidth * 0.02;
      canvasSize = cardWidth * 0.2;
      padding = cardWidth * 0.03;
    } else if (size === &#39;large&#39;) {
      cardWidth = Math.min(window.innerWidth * 0.9, 400);
      cardHeight = cardWidth * (650 / 400);
      qrSize = cardWidth * 0.625;
      fontSize = 22;
      separatorWidth = cardWidth * 0.875;
      borderWidth = cardWidth * 0.05;
      canvasSize = cardWidth * 0.5;
      padding = cardWidth * 0.05;
    } else if (size === &#39;small&#39;) {
      cardWidth = Math.min(window.innerWidth * 0.9, 200);
      cardHeight = cardWidth * (350 / 200);
      qrSize = cardWidth * 0.6;
      fontSize = 12;
      separatorWidth = cardWidth * 0.8;
      borderWidth = cardWidth * 0.05;
      canvasSize = cardWidth * 0.5;
      padding = cardWidth * 0.05;
    } else {
      cardWidth = Math.min(window.innerWidth * 0.9, 300);
      cardHeight = cardWidth * (500 / 300);
      qrSize = cardWidth * 0.667;
      fontSize = 18;
      separatorWidth = cardWidth * 0.867;
      borderWidth = cardWidth * 0.05;
      canvasSize = cardWidth * 0.5;
      padding = cardWidth * 0.05;
    }

    // Apply card styles
    card.style.width = `${cardWidth}px`;
    card.style.height = `${cardHeight}px`;
    card.style.padding = `${padding}px`;

    // Apply QR code styles
    qrCodeContainer.style.width = `${qrSize}px`;
    qrCodeContainer.style.height = `${qrSize}px`;
    qrCodeContainer.style.maxWidth = `${cardWidth - padding * 2}px`;
    qrCodeContainer.style.display = &#39;flex&#39;;
    qrCodeContainer.style.justifyContent = &#39;center&#39;;
    qrCodeContainer.style.alignItems = &#39;center&#39;;

    // Apply business name styles
    businessNameDisplay.style.fontSize = `${fontSize}px`;
    businessNameDisplay.style.maxWidth = `${separatorWidth}px`;
    businessNameDisplay.style.fontFamily = businessFont;
    businessNameDisplay.style.lineHeight = &#39;1.2&#39;;

    // Apply separator styles
    separatorLine.style.width = `${separatorWidth}px`;

    // Apply canvas styles
    const canvas = document.getElementById(&#39;googleReviewCanvas&#39;);
    canvas.style.maxWidth = `${canvasSize}px`;
    canvas.style.width = `${canvasSize}px`;
    canvas.style.height = `${canvasSize}px`;

    // Apply border styles
    document.querySelector(&#39;.border-strip.left&#39;).style.width = `${borderWidth}px`;
    document.querySelector(&#39;.border-strip.right&#39;).style.width = `${borderWidth}px`;
    document.querySelector(&#39;.top-strip&#39;).style.left = `${borderWidth}px`;
    document.querySelector(&#39;.top-strip&#39;).style.right = `${borderWidth}px`;
    document.querySelector(&#39;.top-strip&#39;).style.height = `${borderWidth / 2}px`;
    document.querySelector(&#39;.bottom-strip&#39;).style.left = `${borderWidth}px`;
    document.querySelector(&#39;.bottom-strip&#39;).style.right = `${borderWidth}px`;
    document.querySelector(&#39;.bottom-strip&#39;).style.height = `${borderWidth / 2}px`;

    // Apply color scheme
    let colors;
    if (colorScheme === &#39;custom&#39;) {
      colors = [
        document.getElementById(&#39;color1&#39;).value,
        document.getElementById(&#39;color2&#39;).value,
        document.getElementById(&#39;color3&#39;).value,
        document.getElementById(&#39;color4&#39;).value
      ];
    } else if (colorScheme === &#39;monochrome&#39;) {
      colors = [&#39;#4A4A4A&#39;, &#39;#4A4A4A&#39;, &#39;#4A4A4A&#39;, &#39;#4A4A4A&#39;];
    } else if (colorScheme === &#39;blue&#39;) {
      colors = [&#39;#4285f4&#39;, &#39;#357ae8&#39;, &#39;#1a73e8&#39;, &#39;#0d47a1&#39;];
    } else {
      colors = [&#39;#4285f4&#39;, &#39;#ea4335&#39;, &#39;#fbbc05&#39;, &#39;#34a853&#39;];
    }

    const borderGradient = `linear-gradient(to bottom, ${colors[0]} 25%, ${colors[1]} 25%, ${colors[1]} 50%, ${colors[2]} 50%, ${colors[2]} 75%, ${colors[3]} 75%)`;
    const topGradient = `linear-gradient(to left, ${colors[0]} 25%, ${colors[1]} 25%, ${colors[1]} 50%, ${colors[2]} 50%, ${colors[2]} 75%, ${colors[3]} 75%)`;
    const separatorGradient = `linear-gradient(to right, ${colors[0]} 25%, ${colors[1]} 25%, ${colors[1]} 50%, ${colors[2]} 50%, ${colors[2]} 75%, ${colors[3]} 75%)`;

    document.querySelector(&#39;.border-strip.left&#39;).style.background = borderGradient;
    document.querySelector(&#39;.border-strip.right&#39;).style.background = borderGradient;
    document.querySelector(&#39;.top-strip&#39;).style.background = topGradient;
    document.querySelector(&#39;.bottom-strip&#39;).style.background = separatorGradient;
    separatorLine.style.background = separatorGradient;

    borderElements.forEach(el =&gt; el.classList.toggle(&#39;active&#39;, showBorders));

    // Redraw canvas for size and color
    drawGoogleReviewCanvas(size);

    // Update QR code size
    qrCodeContainer.innerHTML = &#39;&#39;;
    const link = document.getElementById(&#39;reviewLink&#39;).value;
    if (link &amp;&amp; isValidGoogleReviewLink(link)) {
      new QRCode(qrCodeContainer, {
        text: link,
        width: qrSize,
        height: qrSize,
        colorDark: &quot;#000000&quot;,
        colorLight: &quot;#ffffff&quot;,
        correctLevel: QRCode.CorrectLevel.H
      });
    }
  }

  function toggleCustomColorInputs() {
    const colorScheme = document.getElementById(&#39;colorScheme&#39;).value;
    const customColorInputs = document.getElementById(&#39;customColorInputs&#39;);
    customColorInputs.style.display = colorScheme === &#39;custom&#39; ? &#39;block&#39; : &#39;none&#39;;
  }

  async function generateSticker() {
    const link = document.getElementById(&#39;reviewLink&#39;).value;
    const businessName = document.getElementById(&#39;businessName&#39;).value;
    const qrCodeContainer = document.getElementById(&#39;qrCodeContainer&#39;);
    const businessNameDisplay = document.getElementById(&#39;businessNameDisplay&#39;);
    const stickerPreview = document.getElementById(&#39;sticker-preview&#39;);
    const downloadButtons = document.getElementById(&#39;download-buttons&#39;);

    if (!link.trim()) {
      alert(&#39;Please enter a Google review link.&#39;);
      return;
    }

    if (!isValidGoogleReviewLink(link)) {
      alert(&#39;Please enter a valid Google Business Profile review link (e.g., https://g.page/r/your-business-id/review).&#39;);
      return;
    }

    if (!businessName.trim()) {
      alert(&#39;Please enter a business name.&#39;);
      return;
    }

    try {
      businessNameDisplay.textContent = businessName;
      applyStyles();
      stickerPreview.style.display = &#39;flex&#39;;
      downloadButtons.style.display = &#39;flex&#39;;
    } catch (error) {
      console.error(&#39;Error during sticker generation:&#39;, error);
      alert(&#39;Failed to generate sticker. Please check the link and try again.&#39;);
    }
  }

  async function downloadImage(mode) {
    const card = document.getElementById(&#39;reviewCard&#39;);
    const size = document.getElementById(&#39;stickerSize&#39;).value;

    let scale;
    if (mode === &#39;Print&#39;) {
      const targetHeight = size === &#39;a4&#39; ? 3508 : size === &#39;5x7&#39; ? 2100 : size === &#39;4x6&#39; ? 1800 : size === &#39;large&#39; ? 2600 : size === &#39;small&#39; ? 1400 : 2000;
      scale = targetHeight / card.offsetHeight;
    } else {
      scale = 2;
    }

    try {
      drawGoogleReviewCanvas(size);
      html2canvas(card, { scale: scale }).then(canvas =&gt; {
        const link = document.createElement(&#39;a&#39;);
        link.download = `Google_Review_QR_Sticker_${mode}.png`;
        link.href = canvas.toDataURL(&#39;image/png&#39;);
        link.click();
      });
    } catch (error) {
      console.error(&#39;Error generating image:&#39;, error);
      alert(&#39;Failed to generate the sticker image. Please try again.&#39;);
    }
  }

  // Event listeners for dynamic updates
  document.getElementById(&#39;stickerSize&#39;).addEventListener(&#39;change&#39;, applyStyles);
  document.getElementById(&#39;colorScheme&#39;).addEventListener(&#39;change&#39;, () =&gt; {
    toggleCustomColorInputs();
    applyStyles();
  });
  document.getElementById(&#39;businessFont&#39;).addEventListener(&#39;change&#39;, applyStyles);
  document.getElementById(&#39;showBorders&#39;).addEventListener(&#39;change&#39;, applyStyles);
  document.getElementById(&#39;color1&#39;).addEventListener(&#39;input&#39;, applyStyles);
  document.getElementById(&#39;color2&#39;).addEventListener(&#39;input&#39;, applyStyles);
  document.getElementById(&#39;color3&#39;).addEventListener(&#39;input&#39;, applyStyles);
  document.getElementById(&#39;color4&#39;).addEventListener(&#39;input&#39;, applyStyles);
  window.addEventListener(&#39;resize&#39;, applyStyles);
&lt;/script&gt;</description><link>https://www.praveshkumar.in/2025/08/qr-testing-for-all-size.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-8978244026270074528</guid><pubDate>Wed, 06 Aug 2025 12:06:00 +0000</pubDate><atom:updated>2025-08-06T17:38:56.837+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">QR code</category><title>QR Testing 2</title><description>&lt;style&gt;
  /* Base container for the entire tool */
  #qr-generator-container {
    font-family: Arial, sans-serif;
    max-width: 600px;
    margin: 20px auto;
    padding: 25px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
  }
  #qr-generator-container h2 {
    color: #4285f4;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .input-group {
    margin-bottom: 20px;
  }
  .input-group label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
  }
  .input-group input {
    width: calc(100% - 20px);
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
  }
  .input-group button {
    padding: 12px 25px;
    background-color: #4285f4;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .input-group button:hover {
    background-color: #357ae8;
  }

  /* Sticker preview styling */
  #sticker-preview {
    display: none; /* Initially hidden */
    margin-top: 30px;
  }
  .card {
    width: 300px;
    height: 500px; /* Increased height to accommodate business name and separator */
    background-color: #ffffff;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    border: 1px solid #e0e0e0;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: content-box;
  }
  .google-logo-container {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .google-review-container {
    max-width: 150px;
    height: auto;
  }
  .qr-code-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .qr-code-container img {
    width: 200px;
    height: auto;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
  .business-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
    word-wrap: break-word;
    max-width: ;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  /* Separator line with Google colors */
  .separator-line {
    width: 260px; /* Matches QR code container width to avoid touching borders */
    height: 8px;
    background: linear-gradient(to right, #4285f4 25%, #ea4335 25%, #ea4335 50%, #fbbc05 50%, #fbbc05 75%, #34a853 75%);
    margin: 10px auto;
  }
  
  /* Colored Borders */
  .border-strip {
    position: absolute;
    height: 100%;
    width: 15px;
    top: 0;
    display: none; /* Hidden by default, toggled by checkbox */
  }
  .border-strip.left {
    left: 0;
    background: linear-gradient(to bottom, #4285f4 25%, #ea4335 25%, #ea4335 50%, #fbbc05 50%, #fbbc05 75%, #34a853 75%);
  }
  .border-strip.right {
    right: 0;
    background: linear-gradient(to top, #4285f4 25%, #ea4335 25%, #ea4335 50%, #fbbc05 50%, #fbbc05 75%, #34a853 75%);
  }
  .top-strip {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 10px;
    background: linear-gradient(to left, #4285f4 25%, #ea4335 25%, #ea4335 50%, #fbbc05 50%, #fbbc05 75%, #34a853 75%);
    display: none;
  }
  .bottom-strip {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 10px;
    background: linear-gradient(to right, #4285f4 25%, #ea4335 25%, #ea4335 50%, #fbbc05 50%, #fbbc05 75%, #34a853 75%);
    display: none;
  }
  .border-strip.active, .top-strip.active, .bottom-strip.active {
    display: block;
  }

  /* Download buttons styling */
  #download-buttons {
    display: none;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
  }
  #download-buttons button {
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #34a853;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  #download-buttons button:hover {
    background-color: #2b8c47;
  }

  /* Checkbox for borders */
  .checkbox-group {
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
  }
  .checkbox-group input {
    margin-right: 8px;
  }

  /* Mobile responsiveness */
  @media (max-width: 400px) {
    .card {
      width: 200px;
      height: 350px;
    }
    .qr-code-container img {
      width: 150px;
    }
    .google-review-container {
      max-width: 100px;
    }
    .business-name {
      font-size: 14px;
      max-width: 180px;
    }
    .separator-line {
      width: 180px;
    }
  }
&lt;/style&gt;

&lt;div id=&quot;qr-generator-container&quot;&gt;
  &lt;h2&gt;Generate Your Google Review Sticker&lt;/h2&gt;
  &lt;div class=&quot;input-group&quot;&gt;
    &lt;label for=&quot;reviewLink&quot; aria-label=&quot;Enter your Google Business Profile review link&quot;&gt;Paste your Google Business Profile Review Link:&lt;/label&gt;
    &lt;input type=&quot;text&quot; id=&quot;reviewLink&quot; aria-required=&quot;true&quot; placeholder=&quot;e.g., https://g.page/r/your-business-id/review&quot;&gt;
    &lt;label for=&quot;businessName&quot; aria-label=&quot;Enter your business name&quot;&gt;Business Name:&lt;/label&gt;
    &lt;input type=&quot;text&quot; id=&quot;businessName&quot; aria-required=&quot;true&quot; placeholder=&quot;e.g., My Awesome Business&quot;&gt;
    &lt;br&gt;&lt;br&gt;
    &lt;div class=&quot;checkbox-group&quot;&gt;
      &lt;input type=&quot;checkbox&quot; id=&quot;showBorders&quot; checked&gt;
      &lt;label for=&quot;showBorders&quot;&gt;Show colored borders&lt;/label&gt;
    &lt;/div&gt;
    &lt;button onclick=&quot;generateSticker()&quot; aria-label=&quot;Generate QR code sticker&quot;&gt;Create Sticker&lt;/button&gt;
  &lt;/div&gt;
  &lt;div id=&quot;sticker-preview&quot;&gt;
    &lt;div class=&quot;card&quot; id=&quot;reviewCard&quot;&gt;
      &lt;div class=&quot;border-strip left active&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;border-strip right active&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;top-strip active&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;google-logo-container&quot;&gt;
        &lt;canvas id=&quot;googleReviewCanvas&quot; class=&quot;google-review-container&quot; width=&quot;150&quot; height=&quot;150&quot;&gt;&lt;/canvas&gt;
      &lt;/div&gt;
      &lt;div class=&quot;qr-code-container&quot; id=&quot;qrCodeContainer&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;separator-line&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;business-name&quot; id=&quot;businessNameDisplay&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;bottom-strip active&quot;&gt;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;div id=&quot;download-buttons&quot;&gt;
    &lt;button onclick=&quot;downloadImage(&#39;Print&#39;)&quot; aria-label=&quot;Download print quality sticker&quot;&gt;Download Print Quality (300 DPI)&lt;/button&gt;
    &lt;button onclick=&quot;downloadImage(&#39;Standard&#39;)&quot; aria-label=&quot;Download standard quality sticker&quot;&gt;Download Standard Quality&lt;/button&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;script src=&quot;https://cdn.jsdelivr.net/npm/qrcodejs@1.0.0/qrcode.min.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;https://html2canvas.hertzen.com/dist/html2canvas.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
  // Draw circular &quot;Review us on Google&quot; graphic with Google colors
  function drawGoogleReviewCanvas() {
    const canvas = document.getElementById(&#39;googleReviewCanvas&#39;);
    const ctx = canvas.getContext(&#39;2d&#39;);

    // Clear canvas
    ctx.clearRect(0, 0, canvas.width, canvas.height);

    // Draw circular background
    const centerX = canvas.width / 2;
    const centerY = canvas.height / 2;
    const radius = canvas.width / 2 - 10;

    // Draw four colored arcs (Google colors: blue, red, yellow, green)
    const colors = [&#39;#4285f4&#39;, &#39;#ea4335&#39;, &#39;#fbbc05&#39;, &#39;#34a853&#39;];
    for (let i = 0; i &lt; 4; i++) {
      ctx.beginPath();
      ctx.arc(centerX, centerY, radius, (i * Math.PI / 2), ((i + 1) * Math.PI / 2));
      ctx.lineTo(centerX, centerY);
      ctx.fillStyle = colors[i];
      ctx.fill();
    }

    // Draw white inner circle to create a ring effect
    ctx.beginPath();
    ctx.arc(centerX, centerY, radius - 10, 0, 2 * Math.PI);
    ctx.fillStyle = &#39;#ffffff&#39;;
    ctx.fill();

    // Text
    ctx.fillStyle = &#39;#4285f4&#39;;
    ctx.font = &#39;bold 14px Arial&#39;;
    ctx.textAlign = &#39;center&#39;;
    ctx.textBaseline = &#39;middle&#39;;
    ctx.fillText(&#39;Review us on&#39;, centerX, centerY - 10);
    ctx.fillStyle = &#39;#ea4335&#39;;
    ctx.font = &#39;bold 18px Arial&#39;;
    ctx.fillText(&#39;Google&#39;, centerX, centerY + 10);
  }

  // Initialize canvas on page load
  window.onload = function() {
    drawGoogleReviewCanvas();
  };

  function isValidGoogleReviewLink(link) {
    return /^https:\/\/(g\.page\/r\/|www\.google\.com\/maps\/place\/).+\/review/.test(link);
  }

  async function generateSticker() {
    const link = document.getElementById(&#39;reviewLink&#39;).value;
    const businessName = document.getElementById(&#39;businessName&#39;).value;
    const qrCodeContainer = document.getElementById(&#39;qrCodeContainer&#39;);
    const businessNameDisplay = document.getElementById(&#39;businessNameDisplay&#39;);
    const stickerPreview = document.getElementById(&#39;sticker-preview&#39;);
    const downloadButtons = document.getElementById(&#39;download-buttons&#39;);
    const showBorders = document.getElementById(&#39;showBorders&#39;).checked;
    const borderElements = document.querySelectorAll(&#39;.border-strip, .top-strip, .bottom-strip&#39;);

    if (!link.trim()) {
      alert(&#39;Please enter a Google review link.&#39;);
      return;
    }

    if (!isValidGoogleReviewLink(link)) {
      alert(&#39;Please enter a valid Google Business Profile review link (e.g., https://g.page/r/your-business-id/review).&#39;);
      return;
    }

    if (!businessName.trim()) {
      alert(&#39;Please enter a business name.&#39;);
      return;
    }

    try {
      // Redraw canvas to ensure it&#39;s fresh
      drawGoogleReviewCanvas();
      qrCodeContainer.innerHTML = &#39;&#39;;
      new QRCode(qrCodeContainer, {
        text: link,
        width: 200,
        height: 200,
        colorDark: &quot;#000000&quot;,
        colorLight: &quot;#ffffff&quot;,
        correctLevel: QRCode.CorrectLevel.H
      });
      businessNameDisplay.textContent = businessName;
      borderElements.forEach(el =&gt; el.classList.toggle(&#39;active&#39;, showBorders));
      stickerPreview.style.display = &#39;block&#39;;
      downloadButtons.style.display = &#39;flex&#39;;
    } catch (error) {
      console.error(&#39;Error during sticker generation:&#39;, error);
      alert(&#39;Failed to generate sticker. Please check the link and try again.&#39;);
    }
  }

  async function downloadImage(mode) {
    const card = document.getElementById(&#39;reviewCard&#39;);

    let scale;
    if (mode === &#39;Print&#39;) {
      const targetHeight = 2000; // Adjusted for increased card height
      scale = targetHeight / card.offsetHeight;
    } else {
      scale = 2; // Standard quality
    }

    try {
      // Ensure canvas is drawn before rendering
      drawGoogleReviewCanvas();
      html2canvas(card, { scale: scale }).then(canvas =&gt; {
        const link = document.createElement(&#39;a&#39;);
        link.download = `Google_Review_QR_Sticker_${mode}.png`;
        link.href = canvas.toDataURL(&#39;image/png&#39;);
        link.click();
      });
    } catch (error) {
      console.error(&#39;Error generating image:&#39;, error);
      alert(&#39;Failed to generate the sticker image. Please try again.&#39;);
    }
  }

  // Update border visibility on checkbox change
  document.getElementById(&#39;showBorders&#39;).addEventListener(&#39;change&#39;, function() {
    const borderElements = document.querySelectorAll(&#39;.border-strip, .top-strip, .bottom-strip&#39;);
    borderElements.forEach(el =&gt; el.classList.toggle(&#39;active&#39;, this.checked));
  });
&lt;/script&gt;</description><link>https://www.praveshkumar.in/2025/08/qr-testing-2.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-647255154695025472</guid><pubDate>Wed, 06 Aug 2025 12:04:00 +0000</pubDate><atom:updated>2025-08-23T12:20:39.184+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">QR code</category><title>Qr Testing 1</title><description>&lt;!-- ================================
 GOOGLE REVIEW STICKER GENERATOR
 Blogger-Safe Version
================================= --&gt;

&lt;div id=&quot;sticker-generator&quot; style=&quot;max-width:700px;margin:20px auto;padding:20px;border:1px solid #ddd;border-radius:10px;background:#f9f9f9;box-shadow:0 4px 10px rgba(0,0,0,0.1);font-family:Arial, sans-serif;&quot;&gt;
  
  &lt;h2 style=&quot;text-align:center;color:#333;&quot;&gt;Google Review Sticker Generator&lt;/h2&gt;
  
  &lt;!-- Business Info --&gt;
  &lt;label&gt;Google Review Link:&lt;/label&gt;
  &lt;input type=&quot;text&quot; id=&quot;reviewLink&quot; placeholder=&quot;Enter Google Review Link&quot; style=&quot;width:100%;padding:10px;margin:8px 0;border:1px solid #ccc;border-radius:5px;&quot;&gt;
  
  &lt;label&gt;Business Name:&lt;/label&gt;
  &lt;input type=&quot;text&quot; id=&quot;businessName&quot; placeholder=&quot;Enter Business Name&quot; style=&quot;width:100%;padding:10px;margin:8px 0;border:1px solid #ccc;border-radius:5px;&quot;&gt;

  &lt;!-- Custom Message --&gt;
  &lt;label&gt;Custom Message:&lt;/label&gt;
  &lt;input type=&quot;text&quot; id=&quot;customMessage&quot; placeholder=&quot;e.g. Scan &amp; Review Us!&quot; style=&quot;width:100%;padding:10px;margin:8px 0;border:1px solid #ccc;border-radius:5px;&quot;&gt;

  &lt;!-- Logo Upload --&gt;
  &lt;label&gt;Upload Business Logo (optional):&lt;/label&gt;&lt;br&gt;
  &lt;input type=&quot;file&quot; id=&quot;logoUpload&quot; accept=&quot;image/*&quot;&gt;&lt;br&gt;
  &lt;div id=&quot;logoPreview&quot; style=&quot;margin-top:10px;&quot;&gt;&lt;/div&gt;

  &lt;!-- Border Option --&gt;
  &lt;label&gt;&lt;input type=&quot;checkbox&quot; id=&quot;showBorders&quot;&gt; Add Google-colored borders&lt;/label&gt;&lt;br&gt;&lt;br&gt;

  &lt;!-- Generate Button --&gt;
  &lt;button onclick=&quot;generateStickers()&quot; style=&quot;background:#4285F4;color:#fff;padding:12px 20px;border:none;border-radius:5px;cursor:pointer;&quot;&gt;Create Sticker&lt;/button&gt;

  &lt;!-- Preview Area --&gt;
  &lt;div id=&quot;sticker-preview&quot; style=&quot;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:20px;&quot;&gt;&lt;/div&gt;
  
  &lt;!-- Download Buttons --&gt;
  &lt;div id=&quot;download-buttons&quot; style=&quot;margin-top:20px;text-align:center;&quot;&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;!-- JS Libraries --&gt;
&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.4.1/html2canvas.min.js&quot;&gt;&lt;/script&gt;

&lt;script&gt;
let uploadedLogoImage = null;

// Handle Logo Upload
document.getElementById(&quot;logoUpload&quot;).addEventListener(&quot;change&quot;, function(e) {
  const file = e.target.files[0];
  if (file) {
    const reader = new FileReader();
    reader.onload = function(evt) {
      uploadedLogoImage = new Image();
      uploadedLogoImage.src = evt.target.result;
      uploadedLogoImage.onload = () =&gt; {
        document.getElementById(&quot;logoPreview&quot;).innerHTML = 
          `&lt;img src=&quot;${uploadedLogoImage.src}&quot; style=&quot;max-width:120px;border:1px solid #ccc;border-radius:8px;&quot;&gt;`;
      };
    };
    reader.readAsDataURL(file);
  }
});

// Generate Sticker
function generateStickers() {
  const reviewLink = document.getElementById(&quot;reviewLink&quot;).value.trim();
  const businessName = document.getElementById(&quot;businessName&quot;).value.trim();
  const message = document.getElementById(&quot;customMessage&quot;).value.trim() || &quot;Scan &amp; Review Us!&quot;;
  const showBorders = document.getElementById(&quot;showBorders&quot;).checked;

  if (!reviewLink || !businessName) {
    alert(&quot;Please enter Google Review link and Business Name.&quot;);
    return;
  }

  const preview = document.getElementById(&quot;sticker-preview&quot;);
  preview.innerHTML = &quot;&quot;;

  const card = document.createElement(&quot;div&quot;);
  card.style.width = &quot;300px&quot;;
  card.style.height = &quot;400px&quot;;
  card.style.border = showBorders ? &quot;6px solid #4285F4&quot; : &quot;2px solid #ccc&quot;;
  card.style.borderRadius = &quot;15px&quot;;
  card.style.padding = &quot;15px&quot;;
  card.style.background = &quot;#fff&quot;;
  card.style.display = &quot;flex&quot;;
  card.style.flexDirection = &quot;column&quot;;
  card.style.alignItems = &quot;center&quot;;
  card.style.justifyContent = &quot;space-between&quot;;
  card.style.textAlign = &quot;center&quot;;
  card.style.position = &quot;relative&quot;;

  // Sticker canvas (logo/circle + message)
  const canvas = document.createElement(&quot;canvas&quot;);
  canvas.width = 280;
  canvas.height = 180;
  drawStickerCanvas(canvas, message);
  card.appendChild(canvas);

  // QR Code
  const qrDiv = document.createElement(&quot;div&quot;);
  new QRCode(qrDiv, { text: reviewLink, width: 140, height: 140 });
  card.appendChild(qrDiv);

  // Business name
  const bname = document.createElement(&quot;div&quot;);
  bname.innerText = businessName;
  bname.style.fontSize = &quot;18px&quot;;
  bname.style.fontWeight = &quot;bold&quot;;
  bname.style.marginTop = &quot;10px&quot;;
  card.appendChild(bname);

  preview.appendChild(card);

  // Download Button
  const dlBtns = document.getElementById(&quot;download-buttons&quot;);
  dlBtns.innerHTML = `&lt;button onclick=&quot;downloadImage(&#39;${card.id || &#39;sticker-card&#39;}&#39;)&quot; 
    style=&quot;background:#34A853;color:#fff;padding:10px 18px;border:none;border-radius:5px;cursor:pointer;&quot;&gt;Download Sticker&lt;/button&gt;`;
}

// Draw Logo OR Google Circle
function drawStickerCanvas(canvas, message) {
  const ctx = canvas.getContext(&quot;2d&quot;);
  const centerX = canvas.width / 2;
  const centerY = canvas.height / 2;
  ctx.clearRect(0, 0, canvas.width, canvas.height);

  if (uploadedLogoImage) {
    // CASE 1: Logo uploaded
    const size = 120;
    ctx.save();
    ctx.beginPath();
    ctx.arc(centerX, centerY-10, size/2, 0, Math.PI*2);
    ctx.clip();
    ctx.drawImage(uploadedLogoImage, centerX - size/2, centerY-10 - size/2, size, size);
    ctx.restore();

    ctx.fillStyle = &quot;#000&quot;;
    ctx.font = &quot;bold 16px Arial&quot;;
    ctx.textAlign = &quot;center&quot;;
    ctx.fillText(message, centerX, canvas.height - 20);

  } else {
    // CASE 2: Google circle
    const colors = [&quot;#4285F4&quot;,&quot;#EA4335&quot;,&quot;#FBBC05&quot;,&quot;#34A853&quot;];
    const radius = 70;
    let startAngle = 0;
    colors.forEach(c=&gt;{
      ctx.beginPath();
      ctx.moveTo(centerX, centerY-20);
      ctx.arc(centerX, centerY-20, radius, startAngle, startAngle+Math.PI/2);
      ctx.closePath();
      ctx.fillStyle = c;
      ctx.fill();
      startAngle += Math.PI/2;
    });

    // Auto-fit text size
    let fontSize = 18;
    ctx.font = `bold ${fontSize}px Arial`;
    while (ctx.measureText(message).width &gt; canvas.width - 40 &amp;&amp; fontSize &gt; 10) {
      fontSize--;
      ctx.font = `bold ${fontSize}px Arial`;
    }
    ctx.fillStyle = &quot;#000&quot;;
    ctx.textAlign = &quot;center&quot;;
    ctx.fillText(message, centerX, canvas.height - 20);
  }
}

// Download as PNG
function downloadImage(cardId) {
  const card = document.querySelector(&quot;#sticker-preview div&quot;);
  html2canvas(card, { scale: 3 }).then(canvas =&gt; {
    const link = document.createElement(&quot;a&quot;);
    link.download = &quot;Google_Review_Sticker.png&quot;;
    link.href = canvas.toDataURL(&quot;image/png&quot;);
    link.click();
  });
}
&lt;/script&gt;
</description><link>https://www.praveshkumar.in/2025/08/qr-testing-1.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-9220218034017637491</guid><pubDate>Wed, 06 Aug 2025 11:59:00 +0000</pubDate><atom:updated>2025-08-19T13:53:59.384+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">QR code</category><title>QR Testing</title><description>&lt;style&gt;
  /* Base container for the entire tool */
  #qr-generator-container {
    font-family: Arial, sans-serif;
    max-width: 600px;
    margin: 20px auto;
    padding: 25px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
  }
  #qr-generator-container h2 {
    color: #4285f4;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .input-group {
    margin-bottom: 20px;
  }
  .input-group label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
  }
  .input-group input {
    width: calc(100% - 20px);
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
  }
  .input-group button {
    padding: 12px 25px;
    background-color: #4285f4;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .input-group button:hover {
    background-color: #357ae8;
  }

  /* Sticker preview styling */
  #sticker-preview {
    display: none; /* Initially hidden */
    margin-top: 30px;
  }
  .card {
    width: 300px;
    height: 500px; /* Increased height to accommodate business name */
    background-color: #ffffff;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    border: 1px solid #e0e0e0;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: content-box;
  }
  .google-logo-container {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .google-review-container {
    max-width: 150px;
    height: auto;
  }
  .qr-code-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .qr-code-container img {
    width: 200px;
    height: auto;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
  .business-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
    word-wrap: break-word;
    max-width: 260px;
  }
  
  /* Colored Borders */
  .border-strip {
    position: absolute;
    height: 100%;
    width: 15px;
    top: 0;
    display: none; /* Hidden by default, toggled by checkbox */
  }
  .border-strip.left {
    left: 0;
    background: linear-gradient(to bottom, #4285f4 25%, #ea4335 25%, #ea4335 50%, #fbbc05 50%, #fbbc05 75%, #34a853 75%);
  }
  .border-strip.right {
    right: 0;
    background: linear-gradient(to top, #4285f4 25%, #ea4335 25%, #ea4335 50%, #fbbc05 50%, #fbbc05 75%, #34a853 75%);
  }
  .top-strip {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 10px;
    background: linear-gradient(to left, #4285f4 25%, #ea4335 25%, #ea4335 50%, #fbbc05 50%, #fbbc05 75%, #34a853 75%);
    display: none;
  }
  .bottom-strip {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 10px;
    background: linear-gradient(to right, #4285f4 25%, #ea4335 25%, #ea4335 50%, #fbbc05 50%, #fbbc05 75%, #34a853 75%);
    display: none;
  }
  .border-strip.active, .top-strip.active, .bottom-strip.active {
    display: block;
  }

  /* Download buttons styling */
  #download-buttons {
    display: none;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
  }
  #download-buttons button {
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #34a853;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  #download-buttons button:hover {
    background-color: #2b8c47;
  }

  /* Checkbox for borders */
  .checkbox-group {
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
  }
  .checkbox-group input {
    margin-right: 8px;
  }

  /* Mobile responsiveness */
  @media (max-width: 400px) {
    .card {
      width: 200px;
      height: 350px;
    }
    .qr-code-container img {
      width: 150px;
    }
    .google-review-container {
      max-width: 100px;
    }
    .business-name {
      font-size: 14px;
      max-width: 180px;
    }
  }
&lt;/style&gt;

&lt;div id=&quot;qr-generator-container&quot;&gt;
  &lt;h2&gt;Generate Your Google Review Sticker&lt;/h2&gt;
  &lt;div class=&quot;input-group&quot;&gt;
    &lt;label for=&quot;reviewLink&quot; aria-label=&quot;Enter your Google Business Profile review link&quot;&gt;Paste your Google Business Profile Review Link:&lt;/label&gt;
    &lt;input type=&quot;text&quot; id=&quot;reviewLink&quot; aria-required=&quot;true&quot; placeholder=&quot;e.g., https://g.page/r/your-business-id/review&quot;&gt;
    &lt;label for=&quot;businessName&quot; aria-label=&quot;Enter your business name&quot;&gt;Business Name:&lt;/label&gt;
    &lt;input type=&quot;text&quot; id=&quot;businessName&quot; aria-required=&quot;true&quot; placeholder=&quot;e.g., My Awesome Business&quot;&gt;
    &lt;br&gt;&lt;br&gt;
    &lt;div class=&quot;checkbox-group&quot;&gt;
      &lt;input type=&quot;checkbox&quot; id=&quot;showBorders&quot; checked&gt;
      &lt;label for=&quot;showBorders&quot;&gt;Show colored borders&lt;/label&gt;
    &lt;/div&gt;
    &lt;button onclick=&quot;generateSticker()&quot; aria-label=&quot;Generate QR code sticker&quot;&gt;Create Sticker&lt;/button&gt;
  &lt;/div&gt;
  &lt;div id=&quot;sticker-preview&quot;&gt;
    &lt;div class=&quot;card&quot; id=&quot;reviewCard&quot;&gt;
      &lt;div class=&quot;border-strip left active&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;border-strip right active&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;top-strip active&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;google-logo-container&quot;&gt;
        &lt;canvas id=&quot;googleReviewCanvas&quot; class=&quot;google-review-container&quot; width=&quot;150&quot; height=&quot;150&quot;&gt;&lt;/canvas&gt;
      &lt;/div&gt;
      &lt;div class=&quot;qr-code-container&quot; id=&quot;qrCodeContainer&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;business-name&quot; id=&quot;businessNameDisplay&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;bottom-strip active&quot;&gt;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;div id=&quot;download-buttons&quot;&gt;
    &lt;button onclick=&quot;downloadImage(&#39;Print&#39;)&quot; aria-label=&quot;Download print quality sticker&quot;&gt;Download Print Quality (300 DPI)&lt;/button&gt;
    &lt;button onclick=&quot;downloadImage(&#39;Standard&#39;)&quot; aria-label=&quot;Download standard quality sticker&quot;&gt;Download Standard Quality&lt;/button&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;script src=&quot;https://cdn.jsdelivr.net/npm/qrcodejs@1.0.0/qrcode.min.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;https://html2canvas.hertzen.com/dist/html2canvas.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
  // Draw circular &quot;Review us on Google&quot; graphic with Google colors
  function drawGoogleReviewCanvas() {
    const canvas = document.getElementById(&#39;googleReviewCanvas&#39;);
    const ctx = canvas.getContext(&#39;2d&#39;);

    // Clear canvas
    ctx.clearRect(0, 0, canvas.width, canvas.height);

    // Draw circular background
    const centerX = canvas.width / 2;
    const centerY = canvas.height / 2;
    const radius = canvas.width / 2 - 10;

    // Draw four colored arcs (Google colors: blue, red, yellow, green)
    const colors = [&#39;#4285f4&#39;, &#39;#ea4335&#39;, &#39;#fbbc05&#39;, &#39;#34a853&#39;];
    for (let i = 0; i &lt; 4; i++) {
      ctx.beginPath();
      ctx.arc(centerX, centerY, radius, (i * Math.PI / 2), ((i + 1) * Math.PI / 2));
      ctx.lineTo(centerX, centerY);
      ctx.fillStyle = colors[i];
      ctx.fill();
    }

    // Draw white inner circle to create a ring effect
    ctx.beginPath();
    ctx.arc(centerX, centerY, radius - 10, 0, 2 * Math.PI);
    ctx.fillStyle = &#39;#ffffff&#39;;
    ctx.fill();

    // Text
    ctx.fillStyle = &#39;#4285f4&#39;;
    ctx.font = &#39;bold 14px Arial&#39;;
    ctx.textAlign = &#39;center&#39;;
    ctx.textBaseline = &#39;middle&#39;;
    ctx.fillText(&#39;Review us on&#39;, centerX, centerY - 10);
    ctx.fillStyle = &#39;#ea4335&#39;;
    ctx.font = &#39;bold 18px Arial&#39;;
    ctx.fillText(&#39;Google&#39;, centerX, centerY + 10);
  }

  // Initialize canvas on page load
  window.onload = function() {
    drawGoogleReviewCanvas();
  };

  function isValidGoogleReviewLink(link) {
    return /^https:\/\/(g\.page\/r\/|www\.google\.com\/maps\/place\/).+\/review/.test(link);
  }

  async function generateSticker() {
    const link = document.getElementById(&#39;reviewLink&#39;).value;
    const businessName = document.getElementById(&#39;businessName&#39;).value;
    const qrCodeContainer = document.getElementById(&#39;qrCodeContainer&#39;);
    const businessNameDisplay = document.getElementById(&#39;businessNameDisplay&#39;);
    const stickerPreview = document.getElementById(&#39;sticker-preview&#39;);
    const downloadButtons = document.getElementById(&#39;download-buttons&#39;);
    const showBorders = document.getElementById(&#39;showBorders&#39;).checked;
    const borderElements = document.querySelectorAll(&#39;.border-strip, .top-strip, .bottom-strip&#39;);

    if (!link.trim()) {
      alert(&#39;Please enter a Google review link.&#39;);
      return;
    }

    if (!isValidGoogleReviewLink(link)) {
      alert(&#39;Please enter a valid Google Business Profile review link (e.g., https://g.page/r/your-business-id/review).&#39;);
      return;
    }

    if (!businessName.trim()) {
      alert(&#39;Please enter a business name.&#39;);
      return;
    }

    try {
      // Redraw canvas to ensure it&#39;s fresh
      drawGoogleReviewCanvas();
      qrCodeContainer.innerHTML = &#39;&#39;;
      new QRCode(qrCodeContainer, {
        text: link,
        width: 200,
        height: 200,
        colorDark: &quot;#000000&quot;,
        colorLight: &quot;#ffffff&quot;,
        correctLevel: QRCode.CorrectLevel.H
      });
      businessNameDisplay.textContent = businessName;
      borderElements.forEach(el =&gt; el.classList.toggle(&#39;active&#39;, showBorders));
      stickerPreview.style.display = &#39;block&#39;;
      downloadButtons.style.display = &#39;flex&#39;;
    } catch (error) {
      console.error(&#39;Error during sticker generation:&#39;, error);
      alert(&#39;Failed to generate sticker. Please check the link and try again.&#39;);
    }
  }

  async function downloadImage(mode) {
    const card = document.getElementById(&#39;reviewCard&#39;);

    let scale;
    if (mode === &#39;Print&#39;) {
      const targetHeight = 1800; // Adjusted for increased card height
      scale = targetHeight / card.offsetHeight;
    } else {
      scale = 2; // Standard quality
    }

    try {
      // Ensure canvas is drawn before rendering
      drawGoogleReviewCanvas();
      html2canvas(card, { scale: scale }).then(canvas =&gt; {
        const link = document.createElement(&#39;a&#39;);
        link.download = `Google_Review_QR_Sticker_${mode}.png`;
        link.href = canvas.toDataURL(&#39;image/png&#39;);
        link.click();
      });
    } catch (error) {
      console.error(&#39;Error generating image:&#39;, error);
      alert(&#39;Failed to generate the sticker image. Please try again.&#39;);
    }
  }

  // Update border visibility on checkbox change
  document.getElementById(&#39;showBorders&#39;).addEventListener(&#39;change&#39;, function() {
    const borderElements = document.querySelectorAll(&#39;.border-strip, .top-strip, .bottom-strip&#39;);
    borderElements.forEach(el =&gt; el.classList.toggle(&#39;active&#39;, this.checked));
  });
&lt;/script&gt;</description><link>https://www.praveshkumar.in/2025/08/qr-testing.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-1792494486061573059</guid><pubDate>Sun, 03 Aug 2025 10:51:00 +0000</pubDate><atom:updated>2025-08-23T14:16:59.613+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">QR code</category><title>Google Business Profile Reviews QR code </title><description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;Google Review Sticker Generator&lt;/title&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/qrcodejs@1.0.0/qrcode.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://html2canvas.hertzen.com/dist/html2canvas.min.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
    &lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.gstatic.com&quot; crossorigin&gt;
    &lt;link href=&quot;https://fonts.googleapis.com/css2?family=Inter:wght@400;700&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
    &lt;style&gt;
        body {
            background-color: #f0f2f5;
            margin: 0;
            padding: 0;
            font-family: &#39;Inter&#39;, sans-serif;
        }
        #qr-generator-container {
            width: 100%;
            max-width: 900px;
            margin: 20px auto;
            padding: 25px;
            border-radius: 10px;
            background-color: #ffffff;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            text-align: center;
        }
        #qr-generator-container h2 {
            color: #4285f4;
            margin-bottom: 20px;
            font-size: 24px;
        }
        .input-group {
            margin-bottom: 20px;
        }
        .input-group label {
            display: block;
            font-size: 16px;
            margin-bottom: 8px;
            font-weight: bold;
            color: #333;
        }
        .input-group input[type=&quot;text&quot;] {
            width: calc(100% - 24px);
            padding: 12px;
            border: 1px solid #ccc;
            border-radius: 6px;
            font-size: 16px;
            margin-bottom: 10px;
        }
        .input-group button {
            padding: 12px 25px;
            background-color: #4285f4;
            color: white;
            border: none;
            border-radius: 6px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        .input-group button:hover {
            background-color: #357ae8;
        }

        /* Logo upload area */
        #logoDropArea {
            width: 100%;
            max-width: 520px;
            margin: 6px auto 16px;
            padding: 14px;
            border: 2px dashed #d0d0d0;
            border-radius: 8px;
            cursor: pointer;
            background: #fafafa;
            text-align: center;
            outline: none;
            display: block;
        }
        #logoDropArea:focus {
            box-shadow: 0 0 0 3px rgba(66,133,244,0.15);
        }
        #logoDropArea:hover { border-color: #4285f4; }
        #logoPreviewImg {
            display: none;
            max-height: 80px;
            margin-top: 10px;
            object-fit: contain;
        }
        #logoPreviewText {
            font-size: 14px;
            color: #555;
        }

        /* Sticker preview styling */
        #sticker-preview-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: flex-start;
            gap: 20px;
            margin-top: 30px;
        }
        .sticker-preview-item {
            display: none;
            flex: 1 1 300px;
            max-width: 320px;
            margin: 10px 20px;
        }
        .card {
            width: 100%;
            height: 500px;
            background-color: #ffffff;
            border-radius: 10px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
            padding: 20px;
            text-align: center;
            border: 1px solid #e0e0e0;
            position: relative;
            overflow: hidden;
            margin: 0 auto;
            box-sizing: content-box;
        }
        .google-logo-container {
            display: flex;
            justify-content: center;
            align-items: center;
            padding-top: 20px;
            padding-bottom: 10px;
            height: 180px;
        }
        .google-review-container {
            width: 180px;
            height: 180px;
        }
        .qr-code-container {
            display: flex;
            justify-content: center;
            margin-top: 20px;
            margin-bottom: 10px;
        }
        .qr-code-container img {
            width: 200px;
            height: auto;
            border: 1px solid #d0d0d0;
            border-radius: 10px;
            padding: 10px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        }
        .business-name {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            margin-top: 10px;
            word-wrap: break-word;
            max-width: 100%;
            display: flex;
            justify-content: center;
            text-align: center;
        }
        .separator-line {
            width: 260px;
            height: 8px;
            background: linear-gradient(to right, #4285f4 25%, #ea4335 25%, #ea4335 50%, #fbbc05 50%, #fbbc05 75%, #34a853 75%);
            margin: 10px auto;
        }
        
        /* Colored Borders */
        .border-strip {
            position: absolute;
            height: 100%;
            width: 15px;
            top: 0;
            display: none;
        }
        .border-strip.left {
            left: 0;
            background: linear-gradient(to bottom, #4285f4 25%, #ea4335 25%, #ea4335 50%, #fbbc05 50%, #fbbc05 75%, #34a853 75%);
        }
        .border-strip.right {
            right: 0;
            background: linear-gradient(to top, #4285f4 25%, #ea4335 25%, #ea4335 50%, #fbbc05 50%, #fbbc05 75%, #34a853 75%);
        }
        .top-strip {
            position: absolute;
            top: 0;
            left: 15px;
            right: 15px;
            height: 10px;
            background: linear-gradient(to left, #4285f4 25%, #ea4335 25%, #ea4335 50%, #fbbc05 50%, #fbbc05 75%, #34a853 75%);
            display: none;
        }
        .bottom-strip {
            position: absolute;
            bottom: 0;
            left: 15px;
            right: 15px;
            height: 10px;
            background: linear-gradient(to right, #4285f4 25%, #ea4335 25%, #ea4335 50%, #fbbc05 50%, #fbbc05 75%, #34a853 75%);
            display: none;
        }
        .border-strip.active, .top-strip.active, .bottom-strip.active {
            display: block;
        }

        /* Download buttons styling */
        #download-buttons {
            display: none;
            flex-direction: column;
            gap: 15px;
            margin-top: 20px;
        }
        #download-buttons button {
            padding: 12px 25px;
            font-size: 16px;
            font-weight: bold;
            color: #ffffff;
            background-color: #34a853;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        #download-buttons button:hover {
            background-color: #2b8c47;
        }

        /* Checkbox styling */
        .checkbox-group {
            margin: 10px auto 20px;
            font-size: 14px;
            color: #333;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .checkbox-group input {
            margin-right: 8px;
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;div id=&quot;qr-generator-container&quot;&gt;
  &lt;h2&gt;Generate Your Google Review Sticker&lt;/h2&gt;
  &lt;div class=&quot;input-group&quot;&gt;
    &lt;label for=&quot;reviewLink&quot;&gt;Paste your Google Business Profile Review Link:&lt;/label&gt;
    &lt;input type=&quot;text&quot; id=&quot;reviewLink&quot; aria-required=&quot;true&quot; placeholder=&quot;e.g., https://g.page/r/your-business-id/review&quot;&gt;
    &lt;label for=&quot;businessName&quot;&gt;Business Name:&lt;/label&gt;
    &lt;input type=&quot;text&quot; id=&quot;businessName&quot; aria-required=&quot;true&quot; placeholder=&quot;e.g., My Awesome Business&quot;&gt;
    &lt;br&gt;&lt;br&gt;

    &lt;label for=&quot;logoUpload&quot; style=&quot;display:block; font-weight:bold; margin-bottom:8px;&quot;&gt;Upload Logo (optional):&lt;/label&gt;
    &lt;label for=&quot;logoUpload&quot; id=&quot;logoDropArea&quot; tabindex=&quot;0&quot; role=&quot;button&quot; aria-label=&quot;Drop or click to upload logo&quot;&gt;
      &lt;div id=&quot;logoPreviewText&quot;&gt;Drop logo here, or click to choose (PNG / JPG / SVG)&lt;/div&gt;
      &lt;img id=&quot;logoPreviewImg&quot; src=&quot;&quot; alt=&quot;Logo preview&quot;&gt;
    &lt;/label&gt;
    &lt;input type=&quot;file&quot; id=&quot;logoUpload&quot; accept=&quot;image/*&quot; style=&quot;display:none;&quot;&gt;

    &lt;div class=&quot;checkbox-group&quot;&gt;
        &lt;input type=&quot;checkbox&quot; id=&quot;forceCircleLogo&quot; disabled&gt;
        &lt;label for=&quot;forceCircleLogo&quot;&gt;Crop logo to a circle&lt;/label&gt;
    &lt;/div&gt;
    &lt;div class=&quot;checkbox-group&quot; style=&quot;margin-top: -10px;&quot;&gt;
      &lt;input type=&quot;checkbox&quot; id=&quot;showBorders&quot; checked&gt;
      &lt;label for=&quot;showBorders&quot;&gt;Show colored borders&lt;/label&gt;
    &lt;/div&gt;
    &lt;button onclick=&quot;generateStickers()&quot; aria-label=&quot;Generate QR code sticker&quot;&gt;Create Stickers&lt;/button&gt;
  &lt;/div&gt;

  &lt;div id=&quot;sticker-preview-container&quot;&gt;
    &lt;div id=&quot;sticker-preview-1&quot; class=&quot;sticker-preview-item&quot;&gt;
      &lt;div class=&quot;card&quot; id=&quot;reviewCard-1&quot;&gt;
        &lt;div class=&quot;border-strip left active&quot;&gt;&lt;/div&gt; &lt;div class=&quot;border-strip right active&quot;&gt;&lt;/div&gt; &lt;div class=&quot;top-strip active&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;google-logo-container&quot;&gt; &lt;canvas id=&quot;googleReviewCanvas-1&quot; class=&quot;google-review-container&quot; width=&quot;180&quot; height=&quot;180&quot;&gt;&lt;/canvas&gt; &lt;/div&gt;
        &lt;div class=&quot;qr-code-container&quot; id=&quot;qrCodeContainer-1&quot;&gt;&lt;/div&gt; &lt;div class=&quot;separator-line&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;business-name&quot; id=&quot;businessNameDisplay-1&quot;&gt;&lt;/div&gt; &lt;div class=&quot;bottom-strip active&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div id=&quot;sticker-preview-2&quot; class=&quot;sticker-preview-item&quot;&gt;
      &lt;div class=&quot;card&quot; id=&quot;reviewCard-2&quot;&gt;
        &lt;div class=&quot;border-strip left active&quot;&gt;&lt;/div&gt; &lt;div class=&quot;border-strip right active&quot;&gt;&lt;/div&gt; &lt;div class=&quot;top-strip active&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;google-logo-container&quot;&gt; &lt;canvas id=&quot;googleReviewCanvas-2&quot; class=&quot;google-review-container&quot; width=&quot;180&quot; height=&quot;180&quot;&gt;&lt;/canvas&gt; &lt;/div&gt;
        &lt;div class=&quot;qr-code-container&quot; id=&quot;qrCodeContainer-2&quot;&gt;&lt;/div&gt; &lt;div class=&quot;separator-line&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;business-name&quot; id=&quot;businessNameDisplay-2&quot;&gt;&lt;/div&gt; &lt;div class=&quot;bottom-strip active&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div id=&quot;sticker-preview-3&quot; class=&quot;sticker-preview-item&quot;&gt;
      &lt;div class=&quot;card&quot; id=&quot;reviewCard-3&quot;&gt;
        &lt;div class=&quot;border-strip left active&quot;&gt;&lt;/div&gt; &lt;div class=&quot;border-strip right active&quot;&gt;&lt;/div&gt; &lt;div class=&quot;top-strip active&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;google-logo-container&quot;&gt; &lt;canvas id=&quot;googleReviewCanvas-3&quot; class=&quot;google-review-container&quot; width=&quot;180&quot; height=&quot;180&quot;&gt;&lt;/canvas&gt; &lt;/div&gt;
        &lt;div class=&quot;qr-code-container&quot; id=&quot;qrCodeContainer-3&quot;&gt;&lt;/div&gt; &lt;div class=&quot;separator-line&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;business-name&quot; id=&quot;businessNameDisplay-3&quot;&gt;&lt;/div&gt; &lt;div class=&quot;bottom-strip active&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div id=&quot;sticker-preview-4&quot; class=&quot;sticker-preview-item&quot;&gt;
        &lt;div class=&quot;card&quot; id=&quot;reviewCard-4&quot;&gt;
          &lt;div class=&quot;border-strip left active&quot;&gt;&lt;/div&gt; &lt;div class=&quot;border-strip right active&quot;&gt;&lt;/div&gt; &lt;div class=&quot;top-strip active&quot;&gt;&lt;/div&gt;
          &lt;div class=&quot;google-logo-container&quot;&gt; &lt;canvas id=&quot;googleReviewCanvas-4&quot; class=&quot;google-review-container&quot; width=&quot;180&quot; height=&quot;180&quot;&gt;&lt;/canvas&gt; &lt;/div&gt;
          &lt;div class=&quot;qr-code-container&quot; id=&quot;qrCodeContainer-4&quot;&gt;&lt;/div&gt; &lt;div class=&quot;separator-line&quot;&gt;&lt;/div&gt;
          &lt;div class=&quot;business-name&quot; id=&quot;businessNameDisplay-4&quot;&gt;&lt;/div&gt; &lt;div class=&quot;bottom-strip active&quot;&gt;&lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div id=&quot;sticker-preview-5&quot; class=&quot;sticker-preview-item&quot;&gt;
        &lt;div class=&quot;card&quot; id=&quot;reviewCard-5&quot;&gt;
          &lt;div class=&quot;border-strip left active&quot;&gt;&lt;/div&gt; &lt;div class=&quot;border-strip right active&quot;&gt;&lt;/div&gt; &lt;div class=&quot;top-strip active&quot;&gt;&lt;/div&gt;
          &lt;div class=&quot;google-logo-container&quot;&gt; &lt;canvas id=&quot;googleReviewCanvas-5&quot; class=&quot;google-review-container&quot; width=&quot;180&quot; height=&quot;180&quot;&gt;&lt;/canvas&gt; &lt;/div&gt;
          &lt;div class=&quot;qr-code-container&quot; id=&quot;qrCodeContainer-5&quot;&gt;&lt;/div&gt; &lt;div class=&quot;separator-line&quot;&gt;&lt;/div&gt;
          &lt;div class=&quot;business-name&quot; id=&quot;businessNameDisplay-5&quot;&gt;&lt;/div&gt; &lt;div class=&quot;bottom-strip active&quot;&gt;&lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div id=&quot;sticker-preview-6&quot; class=&quot;sticker-preview-item&quot;&gt;
        &lt;div class=&quot;card&quot; id=&quot;reviewCard-6&quot;&gt;
          &lt;div class=&quot;border-strip left active&quot;&gt;&lt;/div&gt; &lt;div class=&quot;border-strip right active&quot;&gt;&lt;/div&gt; &lt;div class=&quot;top-strip active&quot;&gt;&lt;/div&gt;
          &lt;div class=&quot;google-logo-container&quot;&gt; &lt;canvas id=&quot;googleReviewCanvas-6&quot; class=&quot;google-review-container&quot; width=&quot;180&quot; height=&quot;180&quot;&gt;&lt;/canvas&gt; &lt;/div&gt;
          &lt;div class=&quot;qr-code-container&quot; id=&quot;qrCodeContainer-6&quot;&gt;&lt;/div&gt; &lt;div class=&quot;separator-line&quot;&gt;&lt;/div&gt;
          &lt;div class=&quot;business-name&quot; id=&quot;businessNameDisplay-6&quot;&gt;&lt;/div&gt; &lt;div class=&quot;bottom-strip active&quot;&gt;&lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
  &lt;/div&gt;

  &lt;div id=&quot;download-buttons&quot;&gt;
    &lt;button onclick=&quot;downloadImage(&#39;reviewCard-1&#39;, &#39;Scan_Review_Us&#39;)&quot; aria-label=&quot;Download sticker 1&quot;&gt;Download: &quot;Scan &amp; Review Us!&quot;&lt;/button&gt;
    &lt;button onclick=&quot;downloadImage(&#39;reviewCard-2&#39;, &#39;Your_Feedback_Matters&#39;)&quot; aria-label=&quot;Download sticker 2&quot;&gt;Download: &quot;Your feedback matters!&quot;&lt;/button&gt;
    &lt;button onclick=&quot;downloadImage(&#39;reviewCard-3&#39;, &#39;Your_Opinion_Matters&#39;)&quot; aria-label=&quot;Download sticker 3&quot;&gt;Download: &quot;Your opinion matters!&quot;&lt;/button&gt;
    &lt;button onclick=&quot;downloadImage(&#39;reviewCard-4&#39;, &#39;Scan_to_give_feedback&#39;)&quot; aria-label=&quot;Download sticker 4&quot;&gt;Download: &quot;Scan to give feedback!&quot;&lt;/button&gt;
    &lt;button onclick=&quot;downloadImage(&#39;reviewCard-5&#39;, &#39;Scan_for_feedback&#39;)&quot; aria-label=&quot;Download sticker 5&quot;&gt;Download: &quot;Scan for feedback&quot;&lt;/button&gt;
    &lt;button onclick=&quot;downloadImage(&#39;reviewCard-6&#39;, &#39;Scan_to_leave_a_review&#39;)&quot; aria-label=&quot;Download sticker 6&quot;&gt;Download: &quot;Scan to leave a review&quot;&lt;/button&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;script&gt;
  let uploadedLogoImage = null;

  function loadImageFromFile(file) {
    return new Promise((resolve, reject) =&gt; {
      if (!file) return reject(&#39;No file&#39;);
      const reader = new FileReader();
      reader.onload = (e) =&gt; {
        const img = new Image();
        img.onload = () =&gt; resolve(img);
        img.onerror = () =&gt; reject(&#39;Image load error&#39;);
        img.src = e.target.result;
      };
      reader.onerror = () =&gt; reject(&#39;File read error&#39;);
      reader.readAsDataURL(file);
    });
  }

  (function setupLogoUploadUI() {
    const dropArea = document.getElementById(&#39;logoDropArea&#39;);
    const fileInput = document.getElementById(&#39;logoUpload&#39;);
    const previewImg = document.getElementById(&#39;logoPreviewImg&#39;);
    const previewText = document.getElementById(&#39;logoPreviewText&#39;);
    const forceCircleCheckbox = document.getElementById(&#39;forceCircleLogo&#39;);

    const handleFile = async (file) =&gt; {
      if (!file) return;
      if (!file.type.startsWith(&#39;image/&#39;)) { alert(&#39;Please choose an image file.&#39;); return; }
      try {
        const img = await loadImageFromFile(file);
        uploadedLogoImage = img;
        previewImg.src = img.src;
        previewImg.style.display = &#39;inline-block&#39;;
        previewText.style.display = &#39;none&#39;;
        forceCircleCheckbox.disabled = false;
        refreshAllStickerCanvases();
      } catch (err) {
        console.error(err);
        alert(&#39;Could not load that image. Try a different file.&#39;);
      }
    };
    
    forceCircleCheckbox.addEventListener(&#39;change&#39;, refreshAllStickerCanvases);
    fileInput.addEventListener(&#39;change&#39;, (e) =&gt; handleFile(e.target.files?.[0]));
    dropArea.addEventListener(&#39;keydown&#39;, (e) =&gt; { if (e.key === &#39;Enter&#39; || e.key === &#39; &#39;) { e.preventDefault(); fileInput.click(); }});
    [&#39;dragenter&#39;,&#39;dragover&#39;].forEach(ev =&gt; dropArea.addEventListener(ev, (e) =&gt; { e.preventDefault(); e.stopPropagation(); dropArea.style.borderColor = &#39;#4285f4&#39;; dropArea.style.background = &#39;#f3f8ff&#39;; }));
    [&#39;dragleave&#39;,&#39;drop&#39;,&#39;dragend&#39;].forEach(ev =&gt; dropArea.addEventListener(ev, (e) =&gt; { e.preventDefault(); e.stopPropagation(); dropArea.style.borderColor = &#39;#d0d0d0&#39;; dropArea.style.background = &#39;#fafafa&#39;; }));
    dropArea.addEventListener(&#39;drop&#39;, (e) =&gt; { e.preventDefault(); e.stopPropagation(); handleFile(e.dataTransfer?.files?.[0]); });
  })();

  function drawStickerCanvas(canvasId, primaryMessage) {
    const canvas = document.getElementById(canvasId);
    if (!canvas) return;
    const ctx = canvas.getContext(&#39;2d&#39;);
    const centerX = canvas.width / 2;
    const centerY = canvas.height / 2;
    
    ctx.clearRect(0, 0, canvas.width, canvas.height);

    if (uploadedLogoImage) {
        // --- RENDER LOGO + TEXT BENEATH ---
        const img = uploadedLogoImage;
        const forceCircle = document.getElementById(&#39;forceCircleLogo&#39;).checked;

        // 1. Define areas
        const logoAreaHeight = 125;
        const textAreaHeight = canvas.height - logoAreaHeight;
        const logoCenterY = logoAreaHeight / 2;
        const textCenterY = logoAreaHeight + (textAreaHeight / 2);

        // 2. Draw the logo
        if (forceCircle) {
            const diameter = Math.min(canvas.width - 20, logoAreaHeight - 10);
            const radius = diameter / 2;
            ctx.save();
            ctx.beginPath();
            ctx.arc(centerX, logoCenterY, radius, 0, 2 * Math.PI);
            ctx.clip();
            let s_dim = Math.min(img.width, img.height);
            let s_x = (img.width - s_dim) / 2;
            let s_y = (img.height - s_dim) / 2;
            ctx.drawImage(img, s_x, s_y, s_dim, s_dim, centerX - radius, logoCenterY - radius, diameter, diameter);
            ctx.restore();
        } else {
            const ratio = Math.min((canvas.width - 10) / img.width, (logoAreaHeight - 10) / img.height);
            const dw = img.width * ratio;
            const dh = img.height * ratio;
            ctx.drawImage(img, centerX - dw / 2, logoCenterY - dh / 2, dw, dh);
        }

        // 3. Draw text below logo
        const reviewText = &quot;Review us on Google&quot;;
        const textMaxWidth = canvas.width - 10;
        let fontSize = 20;
        for (let fs = fontSize; fs &gt;= 8; fs--) {
            ctx.font = `bold ${fs}px Arial`;
            if (ctx.measureText(reviewText).width &lt; textMaxWidth) { fontSize = fs; break; }
        }
        ctx.fillStyle = &#39;#4285f4&#39;;
        ctx.font = `bold ${fontSize}px Arial`;
        ctx.textAlign = &#39;center&#39;;
        ctx.textBaseline = &#39;middle&#39;;
        ctx.fillText(reviewText, centerX, textCenterY);

    } else {
        // --- RENDER GOOGLE CIRCLE (NO LOGO) ---
        const radius = canvas.width / 2 - 10;
        const colors = [&#39;#4285f4&#39;, &#39;#ea4335&#39;, &#39;#fbbc05&#39;, &#39;#34a853&#39;];
        for (let i = 0; i &lt; 4; i++) {
          ctx.beginPath();
          ctx.arc(centerX, centerY, radius, (i * Math.PI / 2), ((i + 1) * Math.PI / 2));
          ctx.lineTo(centerX, centerY);
          ctx.fillStyle = colors[i];
          ctx.fill();
        }
        const innerRadius = radius - 10;
        ctx.beginPath();
        ctx.arc(centerX, centerY, innerRadius, 0, 2 * Math.PI);
        ctx.fillStyle = &#39;#ffffff&#39;;
        ctx.fill();
        
        const text = primaryMessage;
        const maxWidth = (innerRadius * 2) * 0.85;
        let fontSize = 32;
        for (let fs = fontSize; fs &gt;= 10; fs--) {
            ctx.font = `bold ${fs}px Arial`;
            const words = text.split(&#39; &#39;);
            let lines = [];
            let currentLine = words[0];
            for (let i = 1; i &lt; words.length; i++) {
                if (ctx.measureText(currentLine + &quot; &quot; + words[i]).width &lt; maxWidth) {
                    currentLine += &quot; &quot; + words[i];
                } else { lines.push(currentLine); currentLine = words[i]; }
            }
            lines.push(currentLine);
            if (lines.length * fs * 1.1 &lt;= maxWidth) { fontSize = fs; break; }
        }
        
        ctx.fillStyle = &#39;#212121&#39;;
        ctx.font = `bold ${fontSize}px Arial`;
        ctx.textAlign = &#39;center&#39;;
        ctx.textBaseline = &#39;middle&#39;;
        const words = text.split(&#39; &#39;);
        let lines = [];
        let currentLine = words[0] || &#39;&#39;;
        for (let i = 1; i &lt; words.length; i++) {
            if (ctx.measureText(currentLine + &quot; &quot; + words[i]).width &lt; maxWidth) {
                currentLine += &quot; &quot; + words[i];
            } else { lines.push(currentLine); currentLine = words[i]; }
        }
        lines.push(currentLine);
        const lineHeight = fontSize * 1.1;
        const startY = centerY - ((lines.length - 1) * lineHeight) / 2;
        lines.forEach((line, i) =&gt; ctx.fillText(line, centerX, startY + (i * lineHeight)));
    }
  }

  function refreshAllStickerCanvases() {
    drawStickerCanvas(&#39;googleReviewCanvas-1&#39;, &#39;Scan &amp; Review Us!&#39;);
    drawStickerCanvas(&#39;googleReviewCanvas-2&#39;, &#39;Your feedback matters!&#39;);
    drawStickerCanvas(&#39;googleReviewCanvas-3&#39;, &#39;Your opinion matters!&#39;);
    drawStickerCanvas(&#39;googleReviewCanvas-4&#39;, &#39;Scan to give feedback!&#39;);
    drawStickerCanvas(&#39;googleReviewCanvas-5&#39;, &#39;Scan for feedback&#39;);
    drawStickerCanvas(&#39;googleReviewCanvas-6&#39;, &#39;Scan to leave a review&#39;);
  }

  window.addEventListener(&#39;load&#39;, refreshAllStickerCanvases);

  function isValidGoogleReviewLink(link) {
    return /^https:\/\/(g\.page\/r\/|www\.google\.com\/maps\/place\/).+\/review/.test(link);
  }

  async function generateStickers() {
    const link = document.getElementById(&#39;reviewLink&#39;).value;
    const businessName = document.getElementById(&#39;businessName&#39;).value;
    const showBorders = document.getElementById(&#39;showBorders&#39;).checked;

    if (!link || !link.trim() || !businessName || !businessName.trim()) {
      alert(&#39;Please enter both a review link and a business name.&#39;);
      return;
    }
    if (!isValidGoogleReviewLink(link.trim())) {
      alert(&#39;Please enter a valid Google Business Profile review link.&#39;);
      return;
    }

    refreshAllStickerCanvases();

    for (let i = 1; i &lt;= 6; i++) {
        const qrCodeContainer = document.getElementById(`qrCodeContainer-${i}`);
        qrCodeContainer.innerHTML = &#39;&#39;;
        new QRCode(qrCodeContainer, {
          text: link.trim(), width: 200, height: 200,
          colorDark: &quot;#000000&quot;, colorLight: &quot;#ffffff&quot;,
          correctLevel: QRCode.CorrectLevel.H
        });
        document.getElementById(`businessNameDisplay-${i}`).textContent = businessName;
        document.querySelectorAll(`#reviewCard-${i} .border-strip, #reviewCard-${i} .top-strip, #reviewCard-${i} .bottom-strip`)
            .forEach(el =&gt; el.classList.toggle(&#39;active&#39;, showBorders));
        document.getElementById(`sticker-preview-${i}`).style.display = &#39;block&#39;;
    }
    document.getElementById(&#39;download-buttons&#39;).style.display = &#39;flex&#39;;
  }

  async function downloadImage(cardId, fileName) {
    const card = document.getElementById(cardId);
    const scale = 1200 / card.offsetWidth;
    try {
      const canvas = await html2canvas(card, { scale: scale, useCORS: true });
      const link = document.createElement(&#39;a&#39;);
      link.download = `Google_Review_Sticker_${fileName}_4x6_300dpi.png`;
      link.href = canvas.toDataURL(&#39;image/png&#39;);
      link.click();
    } catch (error) {
      console.error(&#39;Error generating image:&#39;, error);
      alert(&#39;Failed to generate the sticker image. Please try again.&#39;);
    }
  }

  document.getElementById(&#39;showBorders&#39;).addEventListener(&#39;change&#39;, function() {
    const isChecked = this.checked;
    document.querySelectorAll(&#39;.border-strip, .top-strip, .bottom-strip&#39;).forEach(el =&gt; el.classList.toggle(&#39;active&#39;, isChecked));
  });
&lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt;</description><link>https://www.praveshkumar.in/2025/08/google-business-profile-reviews-qr-code_42.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-2291975259981129154</guid><pubDate>Sun, 03 Aug 2025 08:26:00 +0000</pubDate><atom:updated>2025-08-23T11:35:32.285+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">5 Star Reviews</category><category domain="http://www.blogger.com/atom/ns#">Business Growth</category><category domain="http://www.blogger.com/atom/ns#">Customer Feedback</category><category domain="http://www.blogger.com/atom/ns#">Digital Marketing</category><category domain="http://www.blogger.com/atom/ns#">Free Online Tool</category><category domain="http://www.blogger.com/atom/ns#">Google Business Profile</category><category domain="http://www.blogger.com/atom/ns#">Google Reviews</category><category domain="http://www.blogger.com/atom/ns#">Local SEO</category><category domain="http://www.blogger.com/atom/ns#">Online Reputation</category><category domain="http://www.blogger.com/atom/ns#">QR Code Generator</category><title>Free Google Business Profile Reviews QR Code Generator – Boost Local SEO &amp; Get More 5-Star Reviews</title><description>&lt;p&gt;&amp;nbsp;&lt;strong style=&quot;color: #444444; font-family: Arial; font-size: 16px; letter-spacing: 0.3px;&quot;&gt;[full_width]&lt;/strong&gt;&lt;/p&gt;

    &lt;title&gt;Google Review Sticker Generator&lt;/title&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/qrcodejs@1.0.0/qrcode.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://html2canvas.hertzen.com/dist/html2canvas.min.js&quot;&gt;&lt;/script&gt;
    &lt;style&gt;
        /* Base container for the entire tool */
        body {
            background-color: #f0f2f5;
            margin: 0;
            padding: 0;
            font-family: &#39;Inter&#39;, sans-serif;
        }
        #qr-generator-container {
            width: 100%;
            margin: 20px auto;
            padding: 25px;
            border-radius: 10px;
            background-color: #ffffff;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            text-align: center;
        }
        #qr-generator-container h2 {
            color: #4285f4;
            margin-bottom: 20px;
            font-size: 24px;
        }
        .input-group {
            margin-bottom: 20px;
        }
        .input-group label {
            display: block;
            font-size: 16px;
            margin-bottom: 8px;
            font-weight: bold;
            color: #333;
        }
        .input-group input {
            width: calc(100% - 20px);
            padding: 12px;
            border: 1px solid #ccc;
            border-radius: 6px;
            font-size: 16px;
        }
        .input-group button {
            padding: 12px 25px;
            background-color: #4285f4;
            color: white;
            border: none;
            border-radius: 6px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        .input-group button:hover {
            background-color: #357ae8;
        }

        /* Sticker preview styling */
        #sticker-preview-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: flex-start; /* Aligns items to the top */
            gap: 20px;
            margin-top: 30px;
        }
        .sticker-preview-item {
            display: none; /* Initially hidden */
            flex: 1 1 300px; /* This is the key to responsiveness */
            max-width: 320px; /* Prevents stickers from getting too wide */
            margin: 10px 20px; /* Added margin for separation */
        }
        .card {
            width: 100%; /* Take full width of its flex container */
            height: 500px;
            background-color: #ffffff;
            border-radius: 10px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); /* Increased shadow for separation */
            padding: 20px;
            text-align: center;
            border: 1px solid #e0e0e0;
            position: relative;
            overflow: hidden;
            margin: 0 auto;
            box-sizing: content-box;
        }
        .google-logo-container {
            display: flex;
            justify-content: center;
            padding-top: 20px;
            padding-bottom: 10px;
        }
        .google-review-container {
            width: 180px; /* Increased circle size */
            height: 180px;
        }
        .qr-code-container {
            display: flex;
            justify-content: center;
            margin-top: 20px;
            margin-bottom: 10px;
        }
        .qr-code-container img {
            width: 200px;
            height: auto;
            border: 1px solid #d0d0d0;
            border-radius: 10px;
            padding: 10px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        }
        .business-name {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            margin-top: 10px;
            word-wrap: break-word;
            max-width: 100%;
            display: flex;
            justify-content: center;
            text-align: center;
        }
        /* Separator line with Google colors */
        .separator-line {
            width: 260px;
            height: 8px;
            background: linear-gradient(to right, #4285f4 25%, #ea4335 25%, #ea4335 50%, #fbbc05 50%, #fbbc05 75%, #34a853 75%);
            margin: 10px auto;
        }
        
        /* Colored Borders */
        .border-strip {
            position: absolute;
            height: 100%;
            width: 15px;
            top: 0;
            display: none;
        }
        .border-strip.left {
            left: 0;
            background: linear-gradient(to bottom, #4285f4 25%, #ea4335 25%, #ea4335 50%, #fbbc05 50%, #fbbc05 75%, #34a853 75%);
        }
        .border-strip.right {
            right: 0;
            background: linear-gradient(to top, #4285f4 25%, #ea4335 25%, #ea4335 50%, #fbbc05 50%, #fbbc05 75%, #34a853 75%);
        }
        .top-strip {
            position: absolute;
            top: 0;
            left: 15px;
            right: 15px;
            height: 10px;
            background: linear-gradient(to left, #4285f4 25%, #ea4335 25%, #ea4335 50%, #fbbc05 50%, #fbbc05 75%, #34a853 75%);
            display: none;
        }
        .bottom-strip {
            position: absolute;
            bottom: 0;
            left: 15px;
            right: 15px;
            height: 10px;
            background: linear-gradient(to right, #4285f4 25%, #ea4335 25%, #ea4335 50%, #fbbc05 50%, #fbbc05 75%, #34a853 75%);
            display: none;
        }
        .border-strip.active, .top-strip.active, .bottom-strip.active {
            display: block;
        }

        /* Download buttons styling */
        #download-buttons {
            display: none;
            flex-direction: column;
            gap: 15px;
            margin-top: 20px;
        }
        #download-buttons button {
            padding: 12px 25px;
            font-size: 16px;
            font-weight: bold;
            color: #ffffff;
            background-color: #34a853;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        #download-buttons button:hover {
            background-color: #2b8c47;
        }

        /* Checkbox for borders */
        .checkbox-group {
            margin-bottom: 20px;
            font-size: 14px;
            color: #333;
        }
        .checkbox-group input {
            margin-right: 8px;
        }

        /* Mobile responsiveness */
        @media (max-width: 768px) {
            #qr-generator-container {
                width: 95%;
                padding: 15px;
            }
            .sticker-preview-item {
                flex: 1 1 100%; /* Stack on mobile */
                max-width: 400px;
            }
            .card {
                width: 100%;
                height: auto;
            }
            .google-review-container {
                width: 150px;
                height: 150px;
            }
            .qr-code-container img {
                width: 180px;
            }
            .business-name {
                font-size: 16px;
            }
        }
    &lt;/style&gt;


&lt;div id=&quot;qr-generator-container&quot;&gt;
  &lt;h2&gt;Generate Your Google Review Sticker&lt;/h2&gt;
  &lt;div class=&quot;input-group&quot;&gt;
    &lt;label for=&quot;reviewLink&quot; aria-label=&quot;Enter your Google Business Profile review link&quot;&gt;Paste your Google Business Profile Review Link:&lt;/label&gt;
    &lt;input type=&quot;text&quot; id=&quot;reviewLink&quot; aria-required=&quot;true&quot; placeholder=&quot;e.g., https://g.page/r/your-business-id/review&quot;&gt;
    &lt;label for=&quot;businessName&quot; aria-label=&quot;Enter your business name&quot;&gt;Business Name:&lt;/label&gt;
    &lt;input type=&quot;text&quot; id=&quot;businessName&quot; aria-required=&quot;true&quot; placeholder=&quot;e.g., My Awesome Business&quot;&gt;
    &lt;br&gt;&lt;br&gt;
    &lt;div class=&quot;checkbox-group&quot;&gt;
      &lt;input type=&quot;checkbox&quot; id=&quot;showBorders&quot; checked&gt;
      &lt;label for=&quot;showBorders&quot;&gt;Show colored borders&lt;/label&gt;
    &lt;/div&gt;
    &lt;button onclick=&quot;generateStickers()&quot; aria-label=&quot;Generate QR code sticker&quot;&gt;Create Stickers&lt;/button&gt;
  &lt;/div&gt;

  &lt;div id=&quot;sticker-preview-container&quot;&gt;
    &lt;div id=&quot;sticker-preview-1&quot; class=&quot;sticker-preview-item&quot;&gt;
      &lt;div class=&quot;card&quot; id=&quot;reviewCard-1&quot;&gt;
        &lt;div class=&quot;border-strip left active&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;border-strip right active&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;top-strip active&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;google-logo-container&quot;&gt;
          &lt;canvas id=&quot;googleReviewCanvas-1&quot; class=&quot;google-review-container&quot; width=&quot;180&quot; height=&quot;180&quot;&gt;&lt;/canvas&gt;
        &lt;/div&gt;
        &lt;div class=&quot;qr-code-container&quot; id=&quot;qrCodeContainer-1&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;separator-line&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;business-name&quot; id=&quot;businessNameDisplay-1&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;bottom-strip active&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div id=&quot;sticker-preview-2&quot; class=&quot;sticker-preview-item&quot;&gt;
      &lt;div class=&quot;card&quot; id=&quot;reviewCard-2&quot;&gt;
        &lt;div class=&quot;border-strip left active&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;border-strip right active&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;top-strip active&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;google-logo-container&quot;&gt;
          &lt;canvas id=&quot;googleReviewCanvas-2&quot; class=&quot;google-review-container&quot; width=&quot;180&quot; height=&quot;180&quot;&gt;&lt;/canvas&gt;
        &lt;/div&gt;
        &lt;div class=&quot;qr-code-container&quot; id=&quot;qrCodeContainer-2&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;separator-line&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;business-name&quot; id=&quot;businessNameDisplay-2&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;bottom-strip active&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div id=&quot;sticker-preview-3&quot; class=&quot;sticker-preview-item&quot;&gt;
      &lt;div class=&quot;card&quot; id=&quot;reviewCard-3&quot;&gt;
        &lt;div class=&quot;border-strip left active&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;border-strip right active&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;top-strip active&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;google-logo-container&quot;&gt;
          &lt;canvas id=&quot;googleReviewCanvas-3&quot; class=&quot;google-review-container&quot; width=&quot;180&quot; height=&quot;180&quot;&gt;&lt;/canvas&gt;
        &lt;/div&gt;
        &lt;div class=&quot;qr-code-container&quot; id=&quot;qrCodeContainer-3&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;separator-line&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;business-name&quot; id=&quot;businessNameDisplay-3&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;bottom-strip active&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div id=&quot;sticker-preview-4&quot; class=&quot;sticker-preview-item&quot;&gt;
      &lt;div class=&quot;card&quot; id=&quot;reviewCard-4&quot;&gt;
        &lt;div class=&quot;border-strip left active&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;border-strip right active&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;top-strip active&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;google-logo-container&quot;&gt;
          &lt;canvas id=&quot;googleReviewCanvas-4&quot; class=&quot;google-review-container&quot; width=&quot;180&quot; height=&quot;180&quot;&gt;&lt;/canvas&gt;
        &lt;/div&gt;
        &lt;div class=&quot;qr-code-container&quot; id=&quot;qrCodeContainer-4&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;separator-line&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;business-name&quot; id=&quot;businessNameDisplay-4&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;bottom-strip active&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div id=&quot;sticker-preview-5&quot; class=&quot;sticker-preview-item&quot;&gt;
      &lt;div class=&quot;card&quot; id=&quot;reviewCard-5&quot;&gt;
        &lt;div class=&quot;border-strip left active&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;border-strip right active&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;top-strip active&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;google-logo-container&quot;&gt;
          &lt;canvas id=&quot;googleReviewCanvas-5&quot; class=&quot;google-review-container&quot; width=&quot;180&quot; height=&quot;180&quot;&gt;&lt;/canvas&gt;
        &lt;/div&gt;
        &lt;div class=&quot;qr-code-container&quot; id=&quot;qrCodeContainer-5&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;separator-line&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;business-name&quot; id=&quot;businessNameDisplay-5&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;bottom-strip active&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div id=&quot;sticker-preview-6&quot; class=&quot;sticker-preview-item&quot;&gt;
      &lt;div class=&quot;card&quot; id=&quot;reviewCard-6&quot;&gt;
        &lt;div class=&quot;border-strip left active&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;border-strip right active&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;top-strip active&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;google-logo-container&quot;&gt;
          &lt;canvas id=&quot;googleReviewCanvas-6&quot; class=&quot;google-review-container&quot; width=&quot;180&quot; height=&quot;180&quot;&gt;&lt;/canvas&gt;
        &lt;/div&gt;
        &lt;div class=&quot;qr-code-container&quot; id=&quot;qrCodeContainer-6&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;separator-line&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;business-name&quot; id=&quot;businessNameDisplay-6&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;bottom-strip active&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div id=&quot;download-buttons&quot;&gt;
    &lt;button onclick=&quot;downloadImage(&#39;reviewCard-1&#39;, &#39;Scan_Review_Us&#39;)&quot; aria-label=&quot;Download sticker 1&quot;&gt;Download: &quot;Scan &amp; Review Us!&quot;&lt;/button&gt;
    &lt;button onclick=&quot;downloadImage(&#39;reviewCard-2&#39;, &#39;Your_Feedback_Matters&#39;)&quot; aria-label=&quot;Download sticker 2&quot;&gt;Download: &quot;Your feedback matters!&quot;&lt;/button&gt;
    &lt;button onclick=&quot;downloadImage(&#39;reviewCard-3&#39;, &#39;Your_Opinion_Matters&#39;)&quot; aria-label=&quot;Download sticker 3&quot;&gt;Download: &quot;Your opinion matters!&quot;&lt;/button&gt;
    &lt;button onclick=&quot;downloadImage(&#39;reviewCard-4&#39;, &#39;Scan_to_give_feedback&#39;)&quot; aria-label=&quot;Download sticker 4&quot;&gt;Download: &quot;Scan to give feedback!&quot;&lt;/button&gt;
    &lt;button onclick=&quot;downloadImage(&#39;reviewCard-5&#39;, &#39;Scan_for_feedback&#39;)&quot; aria-label=&quot;Download sticker 5&quot;&gt;Download: &quot;Scan for feedback&quot;&lt;/button&gt;
    &lt;button onclick=&quot;downloadImage(&#39;reviewCard-6&#39;, &#39;Scan_to_leave_a_review&#39;)&quot; aria-label=&quot;Download sticker 6&quot;&gt;Download: &quot;Scan to leave a review&quot;&lt;/button&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;script&gt;
  // Draw circular &quot;Review us on Google&quot; graphic with Google colors
  function drawStickerCanvas(canvasId, primaryMessage, secondaryMessage = &#39;&#39;) {
    const canvas = document.getElementById(canvasId);
    if (!canvas) return;
    const ctx = canvas.getContext(&#39;2d&#39;);
    const centerX = canvas.width / 2;
    const centerY = canvas.height / 2;
    const radius = canvas.width / 2 - 10;

    // Clear canvas
    ctx.clearRect(0, 0, canvas.width, canvas.height);

    // Draw four colored arcs
    const colors = [&#39;#4285f4&#39;, &#39;#ea4335&#39;, &#39;#fbbc05&#39;, &#39;#34a853&#39;];
    for (let i = 0; i &lt; 4; i++) {
      ctx.beginPath();
      ctx.arc(centerX, centerY, radius, (i * Math.PI / 2), ((i + 1) * Math.PI / 2));
      ctx.lineTo(centerX, centerY);
      ctx.fillStyle = colors[i];
      ctx.fill();
    }

    // Draw white inner circle
    ctx.beginPath();
    ctx.arc(centerX, centerY, radius - 10, 0, 2 * Math.PI);
    ctx.fillStyle = &#39;#ffffff&#39;;
    ctx.fill();

    // Text
    ctx.fillStyle = &#39;#212121&#39;;
    ctx.font = &#39;bold 20px Arial&#39;;
    ctx.textAlign = &#39;center&#39;;
    ctx.textBaseline = &#39;middle&#39;;
    
    // Split text into lines if necessary to fit inside the circle
    const words = primaryMessage.split(&#39; &#39;);
    let lines = [];
    let currentLine = &#39;&#39;;

    words.forEach(word =&gt; {
        const testLine = currentLine + word + &#39; &#39;;
        if (ctx.measureText(testLine).width &gt; (radius * 1.5)) {
            lines.push(currentLine.trim());
            currentLine = word + &#39; &#39;;
        } else {
            currentLine = testLine;
        }
    });
    lines.push(currentLine.trim());

    const lineHeight = 22;
    let y = centerY - (lines.length / 2 - 0.5) * lineHeight;

    lines.forEach(line =&gt; {
        ctx.fillText(line, centerX, y);
        y += lineHeight;
    });

    if (secondaryMessage) {
      ctx.fillStyle = &#39;#ea4335&#39;;
      ctx.font = &#39;bold 24px Arial&#39;;
      ctx.fillText(secondaryMessage, centerX, y + 10);
    }
  }

  // Initialize canvas on page load
  window.onload = function() {
    drawStickerCanvas(&#39;googleReviewCanvas-1&#39;, &#39;Scan &amp; Review Us!&#39;);
    drawStickerCanvas(&#39;googleReviewCanvas-2&#39;, &#39;Your feedback matters!&#39;);
    drawStickerCanvas(&#39;googleReviewCanvas-3&#39;, &#39;Your opinion matters!&#39;);
    drawStickerCanvas(&#39;googleReviewCanvas-4&#39;, &#39;Scan to give feedback!&#39;);
    drawStickerCanvas(&#39;googleReviewCanvas-5&#39;, &#39;Scan for feedback&#39;);
    drawStickerCanvas(&#39;googleReviewCanvas-6&#39;, &#39;Scan to leave a review&#39;);
  };

  function isValidGoogleReviewLink(link) {
    return /^https:\/\/(g\.page\/r\/|www\.google\.com\/maps\/place\/).+\/review/.test(link);
  }

  async function generateStickers() {
    const link = document.getElementById(&#39;reviewLink&#39;).value;
    const businessName = document.getElementById(&#39;businessName&#39;).value;
    const showBorders = document.getElementById(&#39;showBorders&#39;).checked;

    const messages = [
      [&quot;Scan &amp; Review Us!&quot;, &quot;&quot;],
      [&quot;Your feedback matters!&quot;, &quot;&quot;],
      [&quot;Your opinion matters!&quot;, &quot;&quot;],
      [&quot;Scan to give feedback!&quot;, &quot;&quot;],
      [&quot;Scan for feedback&quot;, &quot;&quot;],
      [&quot;Scan to leave a review&quot;, &quot;&quot;]
    ];

    if (!link.trim()) {
      alert(&#39;Please enter a Google review link.&#39;);
      return;
    }

    if (!isValidGoogleReviewLink(link)) {
      alert(&#39;Please enter a valid Google Business Profile review link (e.g., https://g.page/r/your-business-id/review).&#39;);
      return;
    }

    if (!businessName.trim()) {
      alert(&#39;Please enter a business name.&#39;);
      return;
    }

    try {
      for (let i = 0; i &lt; messages.length; i++) {
        const stickerIndex = i + 1;
        const primaryMessage = messages[i][0];
        const secondaryMessage = messages[i][1];

        // Get elements for the current sticker
        const qrCodeContainer = document.getElementById(`qrCodeContainer-${stickerIndex}`);
        const businessNameDisplay = document.getElementById(`businessNameDisplay-${stickerIndex}`);
        const reviewCard = document.getElementById(`reviewCard-${stickerIndex}`);
        const stickerPreview = document.getElementById(`sticker-preview-${stickerIndex}`);
        const borderElements = reviewCard.querySelectorAll(&#39;.border-strip, .top-strip, .bottom-strip&#39;);
        
        // Draw canvas with new message
        drawStickerCanvas(`googleReviewCanvas-${stickerIndex}`, primaryMessage, secondaryMessage);

        // Generate QR code
        qrCodeContainer.innerHTML = &#39;&#39;;
        new QRCode(qrCodeContainer, {
          text: link,
          width: 200,
          height: 200,
          colorDark: &quot;#000000&quot;,
          colorLight: &quot;#ffffff&quot;,
          correctLevel: QRCode.CorrectLevel.H
        });
        businessNameDisplay.textContent = businessName;
        borderElements.forEach(el =&gt; el.classList.toggle(&#39;active&#39;, showBorders));
        stickerPreview.style.display = &#39;block&#39;;
      }
      document.getElementById(&#39;download-buttons&#39;).style.display = &#39;flex&#39;;
    } catch (error) {
      console.error(&#39;Error during sticker generation:&#39;, error);
      alert(&#39;Failed to generate stickers. Please check the link and try again.&#39;);
    }
  }

  async function downloadImage(cardId, fileName) {
    const card = document.getElementById(cardId);

    // Set scale for 4x6 inch (1200x1800 px) at 300 DPI
    const targetWidth = 1200;
    const targetHeight = 1800;
    const scale = Math.min(targetWidth / card.offsetWidth, targetHeight / card.offsetHeight);

    try {
      html2canvas(card, { 
        scale: scale,
        useCORS: true // Important for images/canvases loaded from other domains
      }).then(canvas =&gt; {
        const link = document.createElement(&#39;a&#39;);
        link.download = `Google_Review_QR_Sticker_${fileName}_4x6_300dpi.png`;
        link.href = canvas.toDataURL(&#39;image/png&#39;);
        link.click();
      });
    } catch (error) {
      console.error(&#39;Error generating image:&#39;, error);
      alert(&#39;Failed to generate the sticker image. Please try again.&#39;);
    }
  }

  // Update border visibility on checkbox change
  document.getElementById(&#39;showBorders&#39;).addEventListener(&#39;change&#39;, function() {
    const isChecked = this.checked;
    const borderElements = document.querySelectorAll(&#39;.border-strip, .top-strip, .bottom-strip&#39;);
    borderElements.forEach(el =&gt; el.classList.toggle(&#39;active&#39;, isChecked));
  });
&lt;/script&gt;

</description><link>https://www.praveshkumar.in/2025/08/google-business-profile-reviews-qr-code-generator.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-6478770738450000888</guid><pubDate>Sun, 03 Aug 2025 08:18:00 +0000</pubDate><atom:updated>2025-08-03T13:48:19.985+05:30</atom:updated><title>Google Reviews QR code Image Generator </title><description>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Review Us&lt;/title&gt;
&lt;style&gt;
  body {
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f0f2f5;
    margin: 0;
  }
  .card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .card {
    width: 350px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    border: 1px solid #e0e0e0;
    position: relative;
    overflow: hidden;
  }
  .google-logo-container {
    padding: 20px 0;
  }
  .google-logo {
    width: 200px;
    height: auto;
  }
  .qr-code-container {
    padding: 20px 0 30px;
  }
  .qr-code {
    width: 250px;
    height: auto;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
  .border-strip {
    position: absolute;
    height: 100%;
    width: 15px;
    top: 0;
  }
  .border-strip.left {
    left: 0;
    background: linear-gradient(to bottom, #4285f4 25%, #ea4335 25%, #ea4335 50%, #fbbc05 50%, #fbbc05 75%, #34a853 75%);
  }
  .border-strip.right {
    right: 0;
    background: linear-gradient(to bottom, #4285f4 25%, #ea4335 25%, #ea4335 50%, #fbbc05 50%, #fbbc05 75%, #34a853 75%);
  }
  .bottom-strip {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 10px;
    background: linear-gradient(to right, #4285f4 25%, #ea4335 25%, #ea4335 50%, #fbbc05 50%, #fbbc05 75%, #34a853 75%);
  }
  .download-buttons {
    display: flex;
    gap: 10px;
  }
  .download-buttons button {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #4285f4;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .download-buttons button:hover {
    background-color: #357ae8;
  }
  #canvas-card {
    display: none;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    position: relative;
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;div class=&quot;card-container&quot;&gt;
  &lt;div class=&quot;card&quot; id=&quot;reviewCard&quot;&gt;
    &lt;div class=&quot;border-strip left&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;border-strip right&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;google-logo-container&quot;&gt;
      &lt;img src=&quot;https://i.imgur.com/L3k7o5h.png&quot; alt=&quot;Review us on Google&quot; class=&quot;google-logo&quot; id=&quot;googleLogo&quot;&gt;
    &lt;/div&gt;
    &lt;div class=&quot;qr-code-container&quot;&gt;
      &lt;img src=&quot;https://i.imgur.com/Kk59u5p.png&quot; alt=&quot;QR Code&quot; class=&quot;qr-code&quot; id=&quot;qrCode&quot;&gt;
    &lt;/div&gt;
    &lt;div class=&quot;bottom-strip&quot;&gt;&lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;download-buttons&quot;&gt;
    &lt;button onclick=&quot;downloadImage(&#39;FullHD&#39;)&quot;&gt;Download Full HD&lt;/button&gt;
    &lt;button onclick=&quot;downloadImage(&#39;Standard&#39;)&quot;&gt;Download Standard&lt;/button&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;canvas id=&quot;canvas-card&quot;&gt;&lt;/canvas&gt;

&lt;script&gt;
async function downloadImage(mode) {
  // Get the visible card and images
  const card = document.getElementById(&#39;reviewCard&#39;);
  const googleLogo = document.getElementById(&#39;googleLogo&#39;);
  const qrCode = document.getElementById(&#39;qrCode&#39;);
  
  // Set the canvas dimensions based on the mode
  let canvasWidth, canvasHeight, scale;
  if (mode === &#39;FullHD&#39;) {
    canvasWidth = 1080;
    canvasHeight = 1920;
    scale = canvasWidth / card.offsetWidth;
  } else { // Standard mode
    canvasWidth = card.offsetWidth * 2; // Double resolution for a sharper standard image
    canvasHeight = card.offsetHeight * 2;
    scale = 2;
  }

  const canvas = document.getElementById(&#39;canvas-card&#39;);
  canvas.width = canvasWidth;
  canvas.height = canvasHeight;
  const ctx = canvas.getContext(&#39;2d&#39;);

  // Clear the canvas and set the background
  ctx.fillStyle = &#39;#ffffff&#39;;
  ctx.fillRect(0, 0, canvas.width, canvas.height);

  // Function to create a linear gradient (for the borders)
  function createGradient(x1, y1, x2, y2, colors) {
    const gradient = ctx.createLinearGradient(x1, y1, x2, y2);
    colors.forEach(color =&gt; gradient.addColorStop(color.stop, color.color));
    return gradient;
  }

  // Draw the main card content
  ctx.save();
  ctx.scale(scale, scale);

  // Draw the Google logo
  ctx.drawImage(googleLogo, 
    (card.offsetWidth - googleLogo.offsetWidth) / 2, 
    card.querySelector(&#39;.google-logo-container&#39;).offsetTop + 20, 
    googleLogo.offsetWidth, 
    googleLogo.offsetHeight
  );

  // Draw the QR code
  ctx.drawImage(qrCode, 
    (card.offsetWidth - qrCode.offsetWidth) / 2, 
    card.querySelector(&#39;.qr-code-container&#39;).offsetTop + 20, 
    qrCode.offsetWidth, 
    qrCode.offsetHeight
  );

  ctx.restore();

  // Draw the borders
  ctx.save();
  // Left border
  const leftGradient = createGradient(0, 0, 0, canvasHeight, [
    {stop: 0, color: &#39;#4285f4&#39;},
    {stop: 0.25, color: &#39;#4285f4&#39;},
    {stop: 0.25, color: &#39;#ea4335&#39;},
    {stop: 0.50, color: &#39;#ea4335&#39;},
    {stop: 0.50, color: &#39;#fbbc05&#39;},
    {stop: 0.75, color: &#39;#fbbc05&#39;},
    {stop: 0.75, color: &#39;#34a853&#39;},
    {stop: 1, color: &#39;#34a853&#39;}
  ]);
  ctx.fillStyle = leftGradient;
  ctx.fillRect(0, 0, 15 * scale, canvasHeight);

  // Right border
  const rightGradient = createGradient(0, 0, 0, canvasHeight, [
    {stop: 0, color: &#39;#4285f4&#39;},
    {stop: 0.25, color: &#39;#4285f4&#39;},
    {stop: 0.25, color: &#39;#ea4335&#39;},
    {stop: 0.50, color: &#39;#ea4335&#39;},
    {stop: 0.50, color: &#39;#fbbc05&#39;},
    {stop: 0.75, color: &#39;#fbbc05&#39;},
    {stop: 0.75, color: &#39;#34a853&#39;},
    {stop: 1, color: &#39;#34a853&#39;}
  ]);
  ctx.fillStyle = rightGradient;
  ctx.fillRect(canvasWidth - (15 * scale), 0, 15 * scale, canvasHeight);

  // Bottom border
  const bottomGradient = createGradient(15 * scale, 0, canvasWidth - (15 * scale), 0, [
    {stop: 0, color: &#39;#4285f4&#39;},
    {stop: 0.25, color: &#39;#4285f4&#39;},
    {stop: 0.25, color: &#39;#ea4335&#39;},
    {stop: 0.50, color: &#39;#ea4335&#39;},
    {stop: 0.50, color: &#39;#fbbc05&#39;},
    {stop: 0.75, color: &#39;#fbbc05&#39;},
    {stop: 0.75, color: &#39;#34a853&#39;},
    {stop: 1, color: &#39;#34a853&#39;}
  ]);
  ctx.fillStyle = bottomGradient;
  ctx.fillRect(15 * scale, canvasHeight - (10 * scale), canvasWidth - (30 * scale), 10 * scale);
  
  ctx.restore();

  // Create a download link and trigger the download
  const image = canvas.toDataURL(&#39;image/png&#39;);
  const link = document.createElement(&#39;a&#39;);
  link.download = `Google_Review_${mode}.png`;
  link.href = image;
  link.click();
}
&lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt;
</description><link>https://www.praveshkumar.in/2025/08/google-reviews-qr-code-image-generator.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-5045288690743419309</guid><pubDate>Thu, 19 Jun 2025 10:23:00 +0000</pubDate><atom:updated>2025-06-19T15:59:27.799+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">article</category><category domain="http://www.blogger.com/atom/ns#">International Day of Yoga 2025</category><category domain="http://www.blogger.com/atom/ns#">yoga benefits</category><category domain="http://www.blogger.com/atom/ns#">yoga celebration ideas</category><category domain="http://www.blogger.com/atom/ns#">Yoga Day 2025</category><category domain="http://www.blogger.com/atom/ns#">Yoga Day June 21</category><category domain="http://www.blogger.com/atom/ns#">Yoga Day theme 2025</category><category domain="http://www.blogger.com/atom/ns#">yoga for mental health</category><category domain="http://www.blogger.com/atom/ns#">yoga for wellness</category><title>International Day of Yoga 2025: Date, Theme, History, Significance &amp; Global Celebrations</title><description>&lt;!-- Title --&gt;
&lt;h1&gt;International Day of Yoga 2025: Celebrating Global Wellness Through Ancient Wisdom&lt;/h1&gt;

&lt;!-- Meta Description (Add to search settings) --&gt;
&lt;!-- Meta Description: Explore the significance of International Day of Yoga 2025, celebrated on June 21. Learn about its history, theme, benefits of yoga, and how people around the world are preparing to embrace this global day of health and harmony. --&gt;

&lt;!-- Introduction --&gt;
&lt;p&gt;
On &lt;strong&gt;June 21, 2025&lt;/strong&gt;, people across the globe will come together to celebrate the &lt;strong&gt;International Day of Yoga&lt;/strong&gt;. This global observance promotes holistic well-being, mindfulness, and harmony through the ancient practice of yoga. Now in its 11th year, Yoga Day 2025 aims to inspire individuals of all ages to embrace physical, mental, and spiritual health.
&lt;/p&gt;

&lt;!-- Why June 21 --&gt;
&lt;h2&gt;Why is Yoga Day Celebrated on June 21?&lt;/h2&gt;
&lt;p&gt;
The date was chosen as it marks the &lt;strong&gt;summer solstice&lt;/strong&gt;, the longest day of the year in the Northern Hemisphere. In yogic tradition, this day symbolizes the awakening of inner energy and the transition into enlightenment—making it an ideal time to celebrate a practice rooted in balance, awareness, and transformation.
&lt;/p&gt;

&lt;!-- History --&gt;
&lt;h2&gt;History of International Yoga Day&lt;/h2&gt;
&lt;p&gt;
The idea of an International Day of Yoga was proposed by &lt;strong&gt;Indian Prime Minister Narendra Modi&lt;/strong&gt; at the &lt;strong&gt;United Nations General Assembly&lt;/strong&gt; in 2014. The resolution was adopted with the support of 177 member states—the highest ever for a UN proposal. The first International Yoga Day was celebrated on &lt;strong&gt;June 21, 2015&lt;/strong&gt;, with mass yoga events held in over 190 countries.
&lt;/p&gt;

&lt;!-- Theme 2025 --&gt;
&lt;h2&gt;Theme of International Yoga Day 2025&lt;/h2&gt;
&lt;p&gt;
The official theme for &lt;strong&gt;International Day of Yoga 2025&lt;/strong&gt; is expected to be announced by the &lt;strong&gt;Ministry of AYUSH&lt;/strong&gt; and the &lt;strong&gt;United Nations&lt;/strong&gt; in the coming weeks. Previous themes have included &quot;Yoga for Humanity&quot; and &quot;Yoga for Self and Society.&quot; The 2025 theme is likely to focus on global well-being, mental health, or sustainable living.
&lt;/p&gt;

&lt;!-- Global Celebrations --&gt;
&lt;h2&gt;How the World Celebrates Yoga Day&lt;/h2&gt;
&lt;p&gt;
Every year, Yoga Day is celebrated with immense enthusiasm across continents. Here&#39;s what to expect in 2025:
&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Mass Yoga Events&lt;/strong&gt; in parks, stadiums, and community spaces&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Online yoga sessions&lt;/strong&gt; with global instructors&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Wellness fairs&lt;/strong&gt; showcasing Ayurveda, nutrition, and mindfulness&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Social media campaigns&lt;/strong&gt; using hashtags like #YogaDay2025&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Educational programs&lt;/strong&gt; in schools and universities&lt;/li&gt;
&lt;/ul&gt;

&lt;!-- Benefits of Yoga --&gt;
&lt;h2&gt;Why Yoga Matters in 2025&lt;/h2&gt;
&lt;p&gt;Yoga is more than just exercise—it&#39;s a lifestyle that cultivates inner peace and outer strength. Here are some of the key benefits:&lt;/p&gt;

&lt;h3&gt;Physical Benefits:&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;Improves flexibility, posture, and muscle tone&lt;/li&gt;
  &lt;li&gt;Boosts immunity and overall energy&lt;/li&gt;
  &lt;li&gt;Enhances respiratory and cardiovascular health&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Mental and Emotional Benefits:&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;Reduces stress, anxiety, and depression&lt;/li&gt;
  &lt;li&gt;Improves focus and mental clarity&lt;/li&gt;
  &lt;li&gt;Encourages emotional resilience and mindfulness&lt;/li&gt;
&lt;/ul&gt;

&lt;!-- How to Celebrate --&gt;
&lt;h2&gt;How You Can Celebrate International Day of Yoga 2025&lt;/h2&gt;
&lt;p&gt;Whether you’re at home or in a group, here are some meaningful ways to take part:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Start your morning with &lt;strong&gt;Surya Namaskar (Sun Salutation)&lt;/strong&gt;&lt;/li&gt;
  &lt;li&gt;Attend a local or virtual &lt;strong&gt;yoga class&lt;/strong&gt;&lt;/li&gt;
  &lt;li&gt;Meditate for 10–15 minutes to reset your mind&lt;/li&gt;
  &lt;li&gt;Share your yoga journey using &lt;strong&gt;#YogaDay2025&lt;/strong&gt;&lt;/li&gt;
  &lt;li&gt;Encourage friends and family to participate&lt;/li&gt;
&lt;/ul&gt;

&lt;!-- Conclusion --&gt;
&lt;h2&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;
The &lt;strong&gt;International Day of Yoga 2025&lt;/strong&gt; is a reminder that wellness begins from within. As we face modern challenges like digital fatigue, stress, and environmental concerns, yoga offers a return to balance. On &lt;strong&gt;June 21, 2025&lt;/strong&gt;, join the world in celebrating this powerful practice and take a conscious step toward a healthier, happier life.
&lt;/p&gt;


</description><link>https://www.praveshkumar.in/2025/06/International-Day-of-Yoga-2025-Date-Theme-History-Significance-and-Global-Celebrations.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><thr:total>0</thr:total><georss:featurename>New Delhi, Delhi, India</georss:featurename><georss:point>28.6139298 77.2088282</georss:point><georss:box>0.3036959638211556 42.0525782 56.924163636178847 112.3650782</georss:box></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-659249755105648168</guid><pubDate>Thu, 19 Sep 2024 23:16:00 +0000</pubDate><atom:updated>2024-10-11T12:44:20.251+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Jobs</category><category domain="http://www.blogger.com/atom/ns#">ntpc</category><category domain="http://www.blogger.com/atom/ns#">rrb</category><category domain="http://www.blogger.com/atom/ns#">rrb ntpc</category><category domain="http://www.blogger.com/atom/ns#">rrb ntpc 2024</category><title>RRB NTPC Recruitment 2024</title><description>
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;


&lt;!-- ============= TITLE OF THE JOBS POST ================= --&gt;

&lt;div class=&quot;colorbox purple&quot;&gt;&lt;h2&gt;RRB NTPC Recruitment 2024&lt;/h2&gt;&lt;/div&gt;

&lt;!-- ============= TITLE OF THE JOBS POST ================= --&gt;


&lt;!-- ============= IMPORTANT LINK ================= --&gt;

&lt;div class=&quot;colorbox blue&quot;&gt;&lt;h2&gt;Important Link for RRB NTPC Recruitment 2024&lt;/h2&gt;&lt;/div&gt;

&lt;div class=&quot;post-table&quot;&gt;
&lt;table&gt;
&lt;thead&gt;&lt;/thead&gt;
&lt;tbody&gt;
  
&lt;tr&gt;&lt;td&gt;&lt;b&gt;Apply Online&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Apply Online&quot;&gt;&lt;a href=&quot;https://www.rrbapply.gov.in/&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt;&lt;td&gt;&lt;b&gt;New Registration	&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;New Registration	&quot;&gt;&lt;a href=&quot;https://www.rrbapply.gov.in/#/auth/home?flag=true&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; 
&lt;tr&gt;&lt;td&gt;&lt;b&gt;Candidate Login	&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Candidate Login	&quot;&gt;&lt;a href=&quot;https://www.rrbapply.gov.in/#/auth/home&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; 
&lt;tr&gt;&lt;td&gt;&lt;b&gt;Download Notification	&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Download Notification	&quot;&gt;&lt;a href=&quot;https://www.rrbapply.gov.in/assets/forms/CEN_05-2024_NTPC_Graduate_a11y.pdf&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; 
&lt;tr&gt;&lt;td&gt;&lt;b&gt;Official Website	&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Official Website	&quot;&gt;&lt;a href=&quot;https://www.rrbapply.gov.in/&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;       
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;

&lt;!-- ============= IMPORTANT LINK ================= --&gt;


&lt;!-- ============= IMPORTANT DATE FOR JOBS  ================= --&gt;

&lt;div class=&quot;colorbox green&quot;&gt;&lt;h2&gt;Important Date for RRB NTPC 2024 Recruitments&lt;/h2&gt;&lt;/div&gt;

&lt;div class=&#39;postbox&#39;&gt;
&lt;ul&gt;
&lt;li data-label=&quot;Online Application Start Date: 14/09/2024&quot;&gt;Online Application Start Date: 14/09/2024&lt;/li&gt; 
&lt;li data-label=&quot;Last Date For Apply Online: 13/10/2024&quot;&gt;Last Date For Apply Online: 13/10/2024&lt;/li&gt; 
&lt;li data-label=&quot;Last Date To Pay Examm Fee: 13/10/2024&quot;&gt;Last Date To Pay Examm Fee: 13/10/2024&lt;/li&gt; 
&lt;li data-label=&quot;Last Date To Final Submit: 13/10/2024&quot;&gt;Last Date To Final Submit: 13/10/2024&lt;/li&gt; 
&lt;li data-label=&quot;Fee payment date after last date:14/10/2024 to 15/10/24&quot;&gt;Fee payment date after last date:14/10/2024 to 15/10/24&lt;/li&gt; 
&lt;li data-label=&quot;RRB NTPC 2024 Admit Card Available: DD/MM/YYYY&quot;&gt;RRB NTPC 2024 Admit Card Available: DD/MM/YYYY&lt;/li&gt; 
&lt;li data-label=&quot;RRB NTPC 2024 Exam Date: DD/MM/YYYY&quot;&gt;RRB NTPC 2024 Exam Date: DD/MM/YYYY&lt;/li&gt; 
&lt;li data-label=&quot;RRB NTPC 2024 Result Declared:DD/MM/YYYY&quot;&gt;RRB NTPC 2024 Result Declared:DD/MM/YYYY&lt;/li&gt; 
&lt;/ul&gt;
&lt;/div&gt;

&lt;!-- ============= IMPORTANT DATE FOR JOBS  ================= --&gt;


&lt;!-- ============= ELIGIBILITY FOR JOBS  ================= --&gt;

&lt;div class=&quot;colorbox red&quot;&gt;&lt;h2&gt;Education Qualifications/Eligibility Criteria for RRB NTPC 2024 Examination&lt;/h2&gt;&lt;/div&gt;

&lt;div class=&#39;postbox&#39;&gt;
&lt;ul&gt;
&lt;li data-label=&quot;University Degree or its equivalent/Graduate from any University  &quot;&gt;University Degree or its equivalent/Graduate from any University  &lt;/li&gt; 
&lt;li data-label=&quot;Degree from recognised University or its equivalent. Typing proficiency in English / Hindi on Computer is essential&quot;&gt;Degree from recognised University or its equivalent. Typing proficiency in English / Hindi on Computer is essential&lt;/li&gt; 
&lt;li data-label=&quot;See CEN- 05/2024: POST PARAMETERS (Annexure-A) image for post wise qualification&quot;&gt;See CEN- 05/2024: POST PARAMETERS (Annexure-A) image for post wise qualification&lt;/li&gt;      
&lt;/ul&gt;
&lt;/div&gt;

&lt;!-- ============= ELIGIBILITY FOR JOBS  ================= --&gt;


&lt;!-- ============= APPLICATION FEE FOR JOB 3 ================= --&gt;

&lt;div class=&quot;colorbox orange&quot;&gt;&lt;h2&gt;Application Fee for RRB NTPC 2024 Examinations&lt;/h2&gt;&lt;/div&gt;

&lt;div class=&#39;postbox&#39;&gt;
&lt;ul&gt;
&lt;li data-label=&quot;Gen/OBC: 500/-&quot;&gt;Gen/OBC: 500/-&lt;/li&gt; 
&lt;li data-label=&quot;SC/ST/: 250/-&quot;&gt;SC/ST/: 250/-&lt;/li&gt; 
&lt;li data-label=&quot;Female: 250/-&quot;&gt;Female: 250/-&lt;/li&gt; 
&lt;li data-label=&quot;Pay Exam Fee Through Debit/Credit Card, Net Banking &quot;&gt;Pay Exam Fee Through Debit/Credit Card, Net Banking &lt;/li&gt; 
&lt;li data-label=&quot;Fee can be paid by the candidates through ON LINE mode only. There will be no option to pay fee through any other mode.&quot;&gt;Fee can be paid by the candidates through ON LINE mode only. There will be no option to pay fee through any other mode.&lt;/li&gt;    
&lt;/ul&gt;
&lt;/div&gt;

&lt;!-- ============= APPLICATION FEE FOR JOB 3 ================= --&gt;


&lt;!-- ============= AGE LIMIT FOR JOBS 4 ================= --&gt;

&lt;div class=&quot;colorbox purple&quot;&gt;&lt;h2&gt;Age Limit as on 01.01.2025 for RRB NTPC 2024 Examinations&lt;/h2&gt;&lt;/div&gt;

&lt;div class=&#39;box2&#39;&gt;
&lt;ul&gt;
&lt;li data-label=&quot;18 to 36 Years&quot;&gt;18 to 36 Years&lt;/li&gt; 
&lt;li data-label=&quot;Upper Limit of Date of Birth for  UR &amp; EWS 02/01/1989&quot;&gt;Upper Limit of Date of Birth for  UR &amp; EWS 02/01/1989&lt;/li&gt; 
&lt;li data-label=&quot;Upper Limit of Date of Birth for OBC-Non Creamy Layer 02/01/1986&quot;&gt;Upper Limit of Date of Birth for OBC-Non Creamy Layer 02/01/1986&lt;/li&gt; 
&lt;li data-label=&quot;Upper Limit of Date of Birth for SC/ST 02/01/1984&quot;&gt;Upper Limit of Date of Birth for SC/ST 02/01/1984&lt;/li&gt; 
&lt;li data-label=&quot;Lower Limit of Date of Birth For all community / categories 01/01/2007&quot;&gt;Lower Limit of Date of Birth For all community / categories 01/01/2007&lt;/li&gt; 
&lt;li data-label=&quot;The date of birth limits for SC, ST and OBC-NCL given above includes community age relaxation.&quot;&gt;The date of birth limits for SC, ST and OBC-NCL given above includes community age relaxation.&lt;/li&gt; 
&lt;li data-label=&quot;Relaxation in upper age limit for OBC-Non Creamy Layer: 3 Years&quot;&gt;Relaxation in upper age limit for OBC-Non Creamy Layer: 3 Years&lt;/li&gt; 
&lt;li data-label=&quot;Relaxation in upper age limit for SC/ST: 5 Years&quot;&gt;Relaxation in upper age limit for SC/ST: 5 Years&lt;/li&gt; 
&lt;/ul&gt;
&lt;/div&gt;

&lt;!-- ============= AGE LIMIT FOR JOBS 4 ================= --&gt;


&lt;!-- ============= VACANCY TABLE ================= --&gt;

&lt;div class=&quot;colorbox blue&quot;&gt;&lt;h2&gt;Vacancy Details for RRB NTPC 2024 Examinations Total - 11558&lt;/h2&gt;&lt;/div&gt;

&lt;div class=&quot;post-table&quot;&gt;
&lt;table&gt; 
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Post Name&lt;/th&gt;
&lt;th&gt;No, of vacancy&lt;/th&gt; 
&lt;th&gt;eligibility&lt;/th&gt;           
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt; 

&lt;tr&gt;
&lt;td data-label=&quot;Post Name&quot;&gt;NTPC&lt;/td&gt;
&lt;td data-label=&quot;No, of vacancy&quot;&gt;11558&lt;/td&gt; 
&lt;td data-label=&quot;eligibility&quot;&gt;Graduate&lt;/td&gt;         
&lt;/tr&gt; 
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;

&lt;!-- ============= VACANCY TABLE ================= --&gt;

&lt;!-- ============= JOBS DESCRIPTION ================= --&gt;

&lt;div class=&quot;colorbox green&quot;&gt;&lt;h2&gt;RRB NTPC 2024 Overview&lt;/h2&gt;&lt;/div&gt;

&lt;div class=&quot;postbox&quot;&gt;
Key Highlights:&lt;br/&gt;
Eligibility Criteria: 
Candidates with qualifications postgraduate level can apply, encouraging a wide pool of applicants.
Online Application Process: The application will be conducted online, streamlining the process and making it more accessible for candidates across the country.
Selection Process: The recruitment will include a computer-based test (CBT) followed by subsequent rounds such as skill tests and document verification to ensure a fair selection.
Job Security and Benefits: Positions in Indian Railways offer excellent job security, competitive pay, and various benefits, making it an attractive career choice.

Contribution to Railways: The 2024 recruitment is set to fill numerous vacancies, enhancing operational efficiency and service delivery within the Indian Railways network.
This recruitment drive not only aims to fill essential roles but also plays a crucial part in strengthening the backbone of India&#39;s transport system.
&lt;/div&gt;

&lt;!-- ============= JOBS DESCRIPTION ================= --&gt;

&lt;!-- ============= See Notification ================= --&gt;

&lt;div class=&quot;colorbox green&quot;&gt;&lt;h2&gt;Detailed Centralized Employment Notification for RRB NTPC 2024 Examinations&lt;/h2&gt;&lt;/div&gt;

&lt;iframe height=&quot;800&quot; src=&quot;https://www.rrbapply.gov.in/assets/forms/CEN_05-2024_NTPC_Graduate_a11y.pdf&quot; width=&quot;100%&quot;&gt;&lt;/iframe&gt;

&lt;!-- ============= See Notification ================= --&gt;

&lt;!-- FAQ Section Start here --&gt;

&lt;div class=&quot;colorbox blue&quot;&gt;&lt;h2&gt;Frequently Asked Questions for RRB NTPC 2024 Examinations&lt;/h2&gt;&lt;/div&gt;

&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[accordion]&lt;/li&gt;
&lt;ul&gt;

&lt;li&gt;What is RRB NTPC?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;RRB NTPC (Non-Technical Popular Categories) is a recruitment examination conducted by the Railway Recruitment Boards to fill various non-technical posts in Indian Railways.&lt;/li&gt;&lt;/ul&gt;

&lt;li&gt;Who is eligible to apply?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Eligibility varies by position. Generally, candidates from 10th grade to postgraduate level can apply. Specific requirements will be detailed in the official notification.&lt;/li&gt;&lt;/ul&gt; 
&lt;li&gt;How do I apply for the RRB NTPC 2024 exam?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Applications must be submitted online through the official RRB website. Candidates should fill out the form and upload the required documents.&lt;/li&gt;&lt;/ul&gt; 
&lt;li&gt;What is the application fee?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;The application fee may vary based on categories (General, OBC, SC, ST). Check the official notification for exact amounts and payment methods.&lt;/li&gt;&lt;/ul&gt; 
&lt;li&gt;When will the exams be conducted?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Exam dates will be announced in the official notification. It&#39;s important to keep checking the RRB website for updates.&lt;/li&gt;&lt;/ul&gt; 
&lt;li&gt;What is the selection process?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;The selection process typically includes a computer-based test (CBT), followed by skill tests and document verification for shortlisted candidates.&lt;/li&gt;&lt;/ul&gt; 
&lt;li&gt;How can I prepare for the RRB NTPC exam?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Candidates should review the exam syllabus, practice previous years’ papers, and consider study materials or coaching classes tailored to the NTPC exam.&lt;/li&gt;&lt;/ul&gt; 
&lt;li&gt;Is there negative marking in the exam?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Yes, there is a negative marking scheme in the CBT. Usually, a specified number of marks will be deducted for each incorrect answer.&lt;/li&gt;&lt;/ul&gt; 
&lt;li&gt;How will I receive my admit card?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Admit cards will be available for download on the official RRB website prior to the exam. Candidates should check their respective RRB&#39;s site for updates.&lt;/li&gt;&lt;/ul&gt; 
&lt;li&gt;What should I do if I encounter problems during the application process?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Candidates can contact the RRB helpdesk or refer to the FAQs section on the official website for assistance with application-related issues.&lt;/li&gt;&lt;/ul&gt; 
&lt;li&gt;How can I check my exam results?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Results will be published on the official RRB website. Candidates can check their results by entering their registration details.&lt;/li&gt;&lt;/ul&gt; 
&lt;li&gt;What should I bring to the exam center?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;What should I bring to the exam center?&lt;/li&gt;&lt;/ul&gt;

&lt;/ul&gt;
&lt;/ul&gt;

&lt;!-- FAQ Section End here --&gt;

&lt;!-- ============= IMAGE COLUMN ================= --&gt;


&lt;div class=&quot;separator&quot; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTOpomLXcgo3xTAhWLvoY71yR_DyNRRTz1Xeb4SeSKTzbRhwWHj8FKJiBC_Kouzz_iYu6zuNwQKMJZ0sg6tt8XM3vdh5Jr19I8HUAf9XbO40WLi2tZDcrY2teHk6S3rprVL-QjtppVL6ia-hOaJyxAVUtenh9_xeP6kka7VJgwx0wAWviNLkOm9k_WKNDE/w640-h581/rrb%20ntpc%202024.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTOpomLXcgo3xTAhWLvoY71yR_DyNRRTz1Xeb4SeSKTzbRhwWHj8FKJiBC_Kouzz_iYu6zuNwQKMJZ0sg6tt8XM3vdh5Jr19I8HUAf9XbO40WLi2tZDcrY2teHk6S3rprVL-QjtppVL6ia-hOaJyxAVUtenh9_xeP6kka7VJgwx0wAWviNLkOm9k_WKNDE/w640-h581/rrb%20ntpc%202024.png&quot; alt=&quot;-thisjudul-&quot; width=&quot;320&quot; height=&quot;193&quot; data-original-width=&quot;&quot; data-original-height=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;div class=&quot;separator&quot; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7ZP-eFW-RQKrV02lIsvoVQnQSfWC1WQd6BDsPvrub5w9ydYq7PZEXzKgy98SlBA_FtH8BGeOjd5ZkL4fdbMJYh9st3ZmdE2i79AMIKIRHNFjY-soDZLbOrFPvrBUn8E4UMi5M7camEJhilE70j1FMOBoiRPhD5JY3xuCRiqR7JJ84dgnUV-wAgBWXAuy3/w640-h351/rrb%20ntpc%202024%20exam.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7ZP-eFW-RQKrV02lIsvoVQnQSfWC1WQd6BDsPvrub5w9ydYq7PZEXzKgy98SlBA_FtH8BGeOjd5ZkL4fdbMJYh9st3ZmdE2i79AMIKIRHNFjY-soDZLbOrFPvrBUn8E4UMi5M7camEJhilE70j1FMOBoiRPhD5JY3xuCRiqR7JJ84dgnUV-wAgBWXAuy3/w640-h351/rrb%20ntpc%202024%20exam.png&quot; alt=&quot;-thisjudul-&quot; width=&quot;320&quot; height=&quot;193&quot; data-original-width=&quot;&quot; data-original-height=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;    


&lt;!-- ============= IMAGE COLUMN ================= --&gt;

&lt;!-- ============= Post CSS ================= --&gt;

&lt;style&gt;
.colorbox{overflow:hidden;position:relative;margin:10px 0px;;transition:box-shadow .25s;border-radius:10px;color:#fff;box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);padding:10px 5px;font-size:14px}
.colorbox.blue{background:#03a9f4}
.colorbox.green{background:#4CAF50}
.colorbox.red{background:#F44336}
.colorbox.orange{background:#ff9800}
.colorbox.purple{background:#673ab7}
.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{margin:0;text-align:center;}
.post-body-inner table{width:100%;border-collapse: collapse;}
.post-body-inner table td,.post-body-inner table th{padding:5px;text-align:left;border: 0.125em solid #333;}
.widget .post-body ol,.widget .post-body ul{margin:0px;list-style:none;padding:5px;border:2px solid #ddd;border-radius:10px;background: #ffffff;}

&lt;/style&gt;&amp;

&lt;!-- ============= Post CSS ================= --&gt;


&lt;/div&gt;</description><link>https://www.praveshkumar.in/2024/09/rrb-ntpc-recruitment-2024-notification-vacancy-eligibility-exam-date-online-application.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTOpomLXcgo3xTAhWLvoY71yR_DyNRRTz1Xeb4SeSKTzbRhwWHj8FKJiBC_Kouzz_iYu6zuNwQKMJZ0sg6tt8XM3vdh5Jr19I8HUAf9XbO40WLi2tZDcrY2teHk6S3rprVL-QjtppVL6ia-hOaJyxAVUtenh9_xeP6kka7VJgwx0wAWviNLkOm9k_WKNDE/s72-w640-h581-c/rrb%20ntpc%202024.png" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>India</georss:featurename><georss:point>20.593684 78.96288</georss:point><georss:box>-31.835598343599411 8.6503799999999984 73.0229663435994 149.27537999999998</georss:box></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-8171201563213020512</guid><pubDate>Wed, 18 Sep 2024 09:00:00 +0000</pubDate><atom:updated>2024-10-11T12:44:20.251+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">CTET</category><category domain="http://www.blogger.com/atom/ns#">CTET DEC 2024</category><category domain="http://www.blogger.com/atom/ns#">CTET2024</category><category domain="http://www.blogger.com/atom/ns#">Jobs</category><title>#1 CTET December 2024: Key Dates, Eligibility, and Guidance</title><description>
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;


&lt;!-- ============= TITLE OF THE JOBS POST ================= --&gt;

&lt;div class=&quot;colorbox purple&quot;&gt;&lt;h2&gt;CTET December 2024 Exam Notification Released, apply online via ctet.nic.in&lt;/h2&gt;&lt;/div&gt;

&lt;!-- ============= TITLE OF THE JOBS POST ================= --&gt;


&lt;!-- ============= IMPORTANT LINK ================= --&gt;

&lt;div class=&quot;colorbox blue&quot;&gt;&lt;h2&gt;Important Link for CTET December 2024 Exam&lt;/h2&gt;&lt;/div&gt;

&lt;div class=&quot;post-table&quot;&gt;
&lt;table&gt;
&lt;thead&gt;&lt;/thead&gt;
&lt;tbody&gt;
  
&lt;tr&gt;&lt;td&gt;&lt;b&gt;Apply Online&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Apply Online&quot;&gt;&lt;a href=&quot;https://ctet.nic.in/apply-for-ctet-dec-2024/&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt;&lt;td&gt;&lt;b&gt;New Registration&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;New Registration&quot;&gt;&lt;a href=&quot;https://examinationservices.nic.in/ExamSysCTET/Registration/Instruction.aspx&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; 
&lt;tr&gt;&lt;td&gt;&lt;b&gt;Candidate Login&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Candidate Login&quot;&gt;&lt;a href=&quot;https://examinationservices.nic.in/examsysctet/root/Home.aspx?enc=Ei4cajBkK1gZSfgr53ImFfEytN2I3LFrLvNrMJcZJNnx30PznCVoaU9e1Vfdia78&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; 
&lt;tr&gt;&lt;td&gt;&lt;b&gt;Download Notification&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Download Notification&quot;&gt;&lt;a href=&quot;https://cdnbbsr.s3waas.gov.in/s3443dec3062d0286986e21dc0631734c9/uploads/2024/09/20240917100.pdf&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; 
&lt;tr&gt;&lt;td&gt;&lt;b&gt;Official Website&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Official Website&quot;&gt;&lt;a href=&quot;https://ctet.nic.in/&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;       
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;

&lt;!-- ============= IMPORTANT LINK ================= --&gt;


&lt;!-- ============= IMPORTANT DATE FOR JOBS  ================= --&gt;

&lt;div class=&quot;colorbox green&quot;&gt;&lt;h2&gt;Important Date for CTET December 2024 Examination&lt;/h2&gt;&lt;/div&gt;

&lt;div class=&quot;postbox&quot;&gt;
&lt;ul&gt;
&lt;li data-label=&quot;Online Application Start Date: 17/09/2024&quot;&gt;Online Application Start Date: 17/09/2024&lt;/li&gt; 
&lt;li data-label=&quot;Last Date For Apply Online: 16/10/2024&quot;&gt;Last Date For Apply Online: 16/10/2024&lt;/li&gt; 
&lt;li data-label=&quot;Last Date To Pay Examm Fee: 16/10/2024&quot;&gt;Last Date To Pay Examm Fee: 16/10/2024&lt;/li&gt; 
&lt;li data-label=&quot;Last Date To Final Submit: 16/10/2024&quot;&gt;Last Date To Final Submit: 16/10/2024&lt;/li&gt; 
&lt;li data-label=&quot;CTET Dec 2024 Admit Card Available: &quot;&gt;CTET Dec 2024 Admit Card Available: &lt;/li&gt; 
&lt;li data-label=&quot;CTET Dec 2024 Exam Date: 01/12/2024&quot;&gt;CTET Dec 2024 Exam Date: 01/12/2024&lt;/li&gt; 
&lt;li data-label=&quot;CTET Dec 2024 Result Declared :&quot;&gt;CTET Dec 2024 Result Declared :&lt;/li&gt;  
&lt;/ul&gt;
&lt;/div&gt;

&lt;!-- ============= IMPORTANT DATE FOR JOBS  ================= --&gt;


&lt;!-- ============= ELIGIBILITY FOR JOBS  ================= --&gt;

&lt;div class=&quot;colorbox red&quot;&gt;&lt;h2&gt;Eligibility Criteria for CTET December 2024 Examination&lt;/h2&gt;&lt;/div&gt;

&lt;div class=&quot;postbox&quot;&gt;
&lt;ul&gt;
&lt;li data-label=&quot;Graduation with at least 50% marks and passed or appearing in the final year of 1-year Bachelor in Education (B.Ed).&quot;&gt;Graduation with at least 50% marks and passed or appearing in the final year of 1-year Bachelor in Education (B.Ed).&lt;/li&gt; 
&lt;li data-label=&quot;Graduation with at least 50% marks and passed or appearing in the final year of 2-year Diploma in Elementary Education (D.El.Ed).&quot;&gt;Graduation with at least 50% marks and passed or appearing in the final year of 2-year Diploma in Elementary Education (D.El.Ed).&lt;/li&gt; 
&lt;li data-label=&quot;Any other equivalent qualification recognized by the NCTE.&quot;&gt;Any other equivalent qualification recognized by the NCTE.&lt;/li&gt; 
&lt;li data-label=&quot;Graduation with at least 50% marks and passed or appearing in the final year of 2-year Diploma in Elementary Education (D.El.Ed).&quot;&gt;Graduation with at least 50% marks and passed or appearing in the final year of 2-year Diploma in Elementary Education (D.El.Ed).&lt;/li&gt; 
&lt;li data-label=&quot;Candidates who have completed their B.Ed or D.El.Ed are also eligible to apply for both papers.&quot;&gt;Candidates who have completed their B.Ed or D.El.Ed are also eligible to apply for both papers.&lt;/li&gt;    
&lt;/ul&gt;
&lt;/div&gt;

&lt;!-- ============= ELIGIBILITY FOR JOBS  ================= --&gt;


&lt;!-- ============= APPLICATION FEE FOR JOB 3 ================= --&gt;

&lt;div class=&quot;colorbox orange&quot;&gt;&lt;h2&gt;Application Fee for CTET December 2024 Examination&lt;/h2&gt;&lt;/div&gt;

&lt;div class=&quot;postbox&quot;&gt;
&lt;ul&gt;
&lt;li data-label=&quot;General/OBC(NCL) for Both Paper-I &amp;amp; II : 1200&quot;&gt;General/OBC(NCL) for Both Paper-I &amp;amp; II : 1200&lt;/li&gt; 
&lt;li data-label=&quot;General/OBC(NCL) for Only Paper- I or II :1000&quot;&gt;General/OBC(NCL) for Only Paper- I or II :1000&lt;/li&gt; 
&lt;li data-label=&quot;SC/ST/Differently Abled Person for Both Paper-I &amp;amp; II : 600&quot;&gt;SC/ST/Differently Abled Person for Both Paper-I &amp;amp; II : 600&lt;/li&gt; 
&lt;li data-label=&quot;fSC/ST/Differently Abled Person or Only Paper- I or II : 500&quot;&gt;fSC/ST/Differently Abled Person or Only Paper- I or II : 500&lt;/li&gt;     
&lt;/ul&gt;
&lt;/div&gt;

&lt;!-- ============= APPLICATION FEE FOR JOB 3 ================= --&gt;


&lt;!-- ============= AGE LIMIT FOR JOBS 4 ================= --&gt;

&lt;div class=&quot;colorbox purple&quot;&gt;&lt;h2&gt;Age Limit  for CTET December 2024 Examination&lt;/h2&gt;&lt;/div&gt;

&lt;div class=&quot;box2&quot;&gt;
&lt;ul&gt;
&lt;li data-label=&quot;The minimum age limit to apply for CTET December 2024 Examination is 18 years&quot;&gt;The minimum age limit to apply for CTET December 2024 Examination is 18 years&lt;/li&gt; 
&lt;li data-label=&quot;There is no restriction on the upper age limit to apply for the CTET December 2024 Examination&quot;&gt;There is no restriction on the upper age limit to apply for the CTET December 2024 Examination&lt;/li&gt;       
&lt;/ul&gt;
&lt;/div&gt;

&lt;!-- ============= AGE LIMIT FOR JOBS 4 ================= --&gt;


&lt;!-- ============= VACANCY TABLE ================= --&gt;

&lt;div class=&quot;colorbox blue&quot;&gt;&lt;h2&gt;&lt;/h2&gt;&lt;/div&gt;

&lt;div class=&quot;post-table&quot;&gt;
&lt;table&gt; 
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;            
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt; 

&lt;tr&gt;
&lt;td data-label=&quot;&quot;&gt;&lt;/td&gt;
&lt;td data-label=&quot;&quot;&gt;&lt;/td&gt;          
&lt;/tr&gt; 
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;

&lt;!-- ============= VACANCY TABLE ================= --&gt;

&lt;!-- ============= JOBS DESCRIPTION ================= --&gt;

&lt;div class=&quot;colorbox green&quot;&gt;&lt;h2&gt;CTET December 2014 Exam Overviews&lt;/h2&gt;&lt;/div&gt;

&lt;div class=&quot;postbox&quot;&gt;
  &lt;b&gt;Central Teacher Eligibility Test (CTET) 2024 Overviews&lt;/b&gt;&lt;br /&gt;
The Central Teacher Eligibility Test (CTET) is a crucial examination in India that serves as a benchmark for assessing the eligibility of candidates aspiring to become teachers in central government schools. Conducted by the Central Board of Secondary Education (CBSE), CTET is designed to ensure that those entering the teaching profession possess the requisite knowledge and skills to effectively educate young minds.&lt;br /&gt;

&lt;b&gt;Purpose and Importance&lt;/b&gt;&lt;br /&gt;
The primary purpose of the CTET is to evaluate the teaching aptitude and understanding of candidates in various subjects, including pedagogy, child development, and specific subjects like mathematics and language. By establishing a standardized criterion for teacher eligibility, CTET aims to improve the quality of education in schools across the country. This is particularly significant in an era where educational standards are being scrutinized, and the demand for skilled educators is ever-increasing.&lt;br /&gt;

Teachers play a pivotal role in shaping the future of society. They not only impart knowledge but also foster critical thinking, creativity, and emotional intelligence in students. Hence, a rigorous examination like the CTET ensures that only those with a genuine understanding of teaching principles and practices enter the profession.&lt;br /&gt;

&lt;b&gt;Structure of the Exam&lt;/b&gt;&lt;br /&gt;
CTET consists of two papers: Paper I and Paper II. Paper I is for candidates aspiring to teach classes I to V, while Paper II is intended for those who wish to teach classes VI to VIII. Candidates can choose to appear for one or both papers, depending on their qualifications and career aspirations.&lt;br /&gt;

Each paper comprises multiple-choice questions that assess candidates’ knowledge of child development, pedagogy, and subject-specific content. The examination is conducted in a fair and transparent manner, with no negative marking, which encourages candidates to attempt all questions confidently.&lt;br /&gt;

&lt;b&gt;Eligibility Criteria&lt;/b&gt;&lt;br /&gt;
To qualify for the CTET, candidates must meet specific educational qualifications. For Paper I, a minimum qualification of senior secondary education with a 50% score and a diploma in elementary education is required. For Paper II, a graduation degree along with a Bachelor of Education (B.Ed) or similar qualification is necessary. This framework ensures that candidates possess a foundational understanding of educational theories and practices, which is essential for effective teaching.&lt;br /&gt;

&lt;b&gt;Impact on the Teaching Profession&lt;/b&gt;&lt;br /&gt;
The implementation of the CTET has significantly impacted the teaching profession in India. It has created a sense of accountability among teachers, ensuring that they are not only knowledgeable but also competent in delivering education. Schools are increasingly recognizing the CTET certification as a prerequisite for hiring teachers, thereby elevating the standards of teaching and learning in classrooms.&lt;br /&gt;

Moreover, the CTET has encouraged many individuals to pursue teaching as a career. By establishing clear eligibility criteria and providing a pathway to enter the profession, it has attracted a diverse pool of candidates, including graduates from various disciplines who may not have previously considered teaching.&lt;br /&gt;

&lt;b&gt;Challenges and Future Directions&lt;/b&gt;&lt;br /&gt;
Despite its positive contributions, the CTET faces several challenges. The vast number of candidates appearing for the exam each year can lead to logistical issues, and there are concerns regarding the adequacy of preparation among candidates. Many aspiring teachers seek additional resources and support to enhance their understanding of the exam syllabus.&lt;br /&gt;

Moving forward, it is essential for educational authorities to continuously update the CTET syllabus to align with contemporary teaching methodologies and societal needs. Incorporating practical assessments, such as classroom simulations or teaching demonstrations, could further enhance the evaluation process.&lt;br /&gt;

&lt;b&gt;Conclusion&lt;/b&gt;&lt;br /&gt;
In conclusion, the Central Teacher Eligibility Test (CTET) is a vital component of India&#39;s educational framework, aiming to uplift the standards of teaching and learning. By ensuring that only qualified individuals enter the teaching profession, CTET plays a crucial role in shaping the future of education in the country. As society continues to evolve, it is imperative to adapt and refine the examination process to meet the changing needs of both educators and students, ultimately fostering a brighter future for generations to come.
&lt;/div&gt;

&lt;!-- ============= JOBS DESCRIPTION ================= --&gt;

&lt;!-- ============= See Notification ================= --&gt;

&lt;div class=&quot;colorbox green&quot;&gt;&lt;h2&gt; Notification for CTET December 2024 Examination&lt;/h2&gt;&lt;/div&gt;

&lt;iframe height=&quot;800&quot; src=&quot;https://cdnbbsr.s3waas.gov.in/s3443dec3062d0286986e21dc0631734c9/uploads/2024/09/20240917100.pdf&quot; width=&quot;100%&quot;&gt;&lt;/iframe&gt;

&lt;!-- ============= See Notification ================= --&gt;

&lt;!-- FAQ Section Start here --&gt;

&lt;div class=&quot;colorbox blue&quot;&gt;&lt;h2&gt;frequently asked questions (FAQs) about the CTET 2024 examination&lt;/h2&gt;&lt;/div&gt;

&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[accordion]&lt;/li&gt;
&lt;ul&gt;

&lt;li&gt;What is CTET?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;CTET stands for Central Teacher Eligibility Test. It is an exam conducted by the Central Board of Secondary Education (CBSE) to assess the eligibility of candidates for teaching positions in central government schools.&lt;/li&gt;&lt;/ul&gt;

&lt;li&gt;Who can apply for the CTET?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Candidates who meet the educational qualifications for Paper I (Classes I to V) or Paper II (Classes VI to VIII) can apply. Specific eligibility criteria depend on the educational background, such as a Bachelor’s degree or a diploma in education.&lt;/li&gt;&lt;/ul&gt; 
&lt;li&gt;What is the structure of the CTET exam?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;CTET consists of two papers: Paper I: For teaching Classes I to V. Paper II: For teaching Classes VI to VIII.&lt;/li&gt;&lt;/ul&gt; 
&lt;li&gt;How is the CTET exam conducted?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;The CTET Dec 2024 exam is conduct offline for Paper 1 and Paper 2 format at designated centers across the country.&lt;/li&gt;&lt;/ul&gt; 
&lt;li&gt;Is there any negative marking in the CTET?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;No, there is no negative marking for incorrect answers.&lt;/li&gt;&lt;/ul&gt; 
&lt;li&gt;What subjects are covered in the CTET exam?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Subjects include Child Development and Pedagogy, Language I (Mother Tongue), Language II (English/Hindi), Mathematics, and Social Studies/Social Science, depending on the paper.&lt;/li&gt;&lt;/ul&gt; 
&lt;li&gt;How can I apply for the CTET 2024?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Candidates can apply online through the official CBSE CTET website during the application period. They need to fill out the application form and pay the required fee.&lt;/li&gt;&lt;/ul&gt; 
&lt;li&gt;What is the exam fee for CTET?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;The exam fee varies depending on whether you are applying for one paper or both. Check the official notification for specific amounts.&lt;/li&gt;&lt;/ul&gt; 
&lt;li&gt;How long is the CTET certificate valid?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;The CTET qualifying certificate is valid for Lifetime from the date of result declaration.&lt;/li&gt;&lt;/ul&gt; 
&lt;li&gt;When are the CTET results declared?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Results are usually declared a few weeks after the exam. Candidates can check their scores on the official website.&lt;/li&gt;&lt;/ul&gt; 
&lt;li&gt;Can I apply for both Paper I and Paper II?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Yes, candidates can choose to appear for one or both papers based on their qualifications.&lt;/li&gt;&lt;/ul&gt; 
&lt;li&gt;What study materials should I use to prepare for CTET?&lt;/li&gt;&lt;ul&gt;&lt;li&gt;It is recommended to use NCERT textbooks, previous years’ question papers, and specialized CTET preparation books.&lt;/li&gt;&lt;/ul&gt;

&lt;/ul&gt;
&lt;/ul&gt;

&lt;!-- FAQ Section End here --&gt;

&lt;!-- ============= IMAGE COLUMN ================= --&gt;


&lt;div class=&quot;separator&quot; text-align:=&quot;&quot; center;&quot;=&quot;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNaXPmY9kvXcPopZ1UyZVIK-lyW8OUm8sglDpsI4Jn8vF2vjh5pwVRZkeu2I3rbQjkM6dQ__XbQFRDlgvc4H6uZ9ePLxo74WdIXUkfBk6xDbNZDSjvVk7CG8H7zEBbsfHo6rhHDceWK11E6Sg9FxXoigmVDq4DqXQpTSoxnvrwqNwMrpnBK95vggRt6-bZ/w555-h640/CTET2024.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNaXPmY9kvXcPopZ1UyZVIK-lyW8OUm8sglDpsI4Jn8vF2vjh5pwVRZkeu2I3rbQjkM6dQ__XbQFRDlgvc4H6uZ9ePLxo74WdIXUkfBk6xDbNZDSjvVk7CG8H7zEBbsfHo6rhHDceWK11E6Sg9FxXoigmVDq4DqXQpTSoxnvrwqNwMrpnBK95vggRt6-bZ/w555-h640/CTET2024.png&quot; alt=&quot;CTET December 2024&quot; width=&quot;320&quot; height=&quot;193&quot; data-original-width=&quot;&quot; data-original-height=&quot;&quot;&gt;&lt;/a&gt;&lt;/div&gt;

&lt;div class=&quot;separator&quot; text-align:=&quot;&quot; center;&quot;=&quot;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_XrFA43h5lS2JwxMR_1nUKtxXhuLLTn73zQK1AvWX1jKo73UMCnwOSaDqVFHtWjjYNqfVQgSQUC4dBytBd71aXA_XbhrdjESiCKPV2aao2OC1rNJLXyaldN5nMkw6N7evKVbFPESiOhc4DDnAG1AGegoeXgpO9MooAGRD72YohJNuhgTD7Ybesq1jTD2t/w640-h354/CTET%20Dec%202024%20Exam%20Schedule.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_XrFA43h5lS2JwxMR_1nUKtxXhuLLTn73zQK1AvWX1jKo73UMCnwOSaDqVFHtWjjYNqfVQgSQUC4dBytBd71aXA_XbhrdjESiCKPV2aao2OC1rNJLXyaldN5nMkw6N7evKVbFPESiOhc4DDnAG1AGegoeXgpO9MooAGRD72YohJNuhgTD7Ybesq1jTD2t/w640-h354/CTET%20Dec%202024%20Exam%20Schedule.png&quot; alt=&quot;CTET December 2024&quot; width=&quot;100%&quot; height=&quot;&quot; data-original-width=&quot;&quot; data-original-height=&quot;&quot;&gt;&lt;/a&gt;&lt;/div&gt;

&lt;div class=&quot;separator&quot; text-align:=&quot;&quot; center;&quot;=&quot;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVMz4z0ogMnwHGD4tMhlmkO1az7ckqUGxTHUdFFHA6VsZ4vFMupwWmJpaK_U73G61cScTESdvAbSv5W6Xp9USgPr9A0oNgLzOwcHarScL4ZAfZe8UaS9F5fbXwOLZ5y2AKUO2UXD-xe5LzY3-3g9BpPEZjJzzCzp-arm9GvuKDjF-tjQaFufD1XqmXAVfX/w640-h184/CTET%202024%20Exam%20FEE.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVMz4z0ogMnwHGD4tMhlmkO1az7ckqUGxTHUdFFHA6VsZ4vFMupwWmJpaK_U73G61cScTESdvAbSv5W6Xp9USgPr9A0oNgLzOwcHarScL4ZAfZe8UaS9F5fbXwOLZ5y2AKUO2UXD-xe5LzY3-3g9BpPEZjJzzCzp-arm9GvuKDjF-tjQaFufD1XqmXAVfX/w640-h184/CTET%202024%20Exam%20FEE.png&quot; alt=&quot;CTET December 2024&quot; width=&quot;100%&quot; height=&quot;&quot; data-original-width=&quot;&quot; data-original-height=&quot;&quot;&gt;&lt;/a&gt;&lt;/div&gt; 

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjy4DTKxmjmqqR9Fdbo87hA_Li3erCuSq0rYAMU6-9y7wc3h8LGuafVAmOpTHSRpuobfGMztqGdZHzEZ8BBseoXgyoz3KDOY7Jp73kJJrDir1PQO2NRPGLNTyh-2Q7nXEmE42K2Kx_wagDRXm-0-wibJ7K4qNYFZFyA2JbXOHvHnuTmRFKyw5SDaIDKvvyg/w640-h158/CTET%202024%20Exam%20Language%20Option.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjy4DTKxmjmqqR9Fdbo87hA_Li3erCuSq0rYAMU6-9y7wc3h8LGuafVAmOpTHSRpuobfGMztqGdZHzEZ8BBseoXgyoz3KDOY7Jp73kJJrDir1PQO2NRPGLNTyh-2Q7nXEmE42K2Kx_wagDRXm-0-wibJ7K4qNYFZFyA2JbXOHvHnuTmRFKyw5SDaIDKvvyg/w640-h158/CTET%202024%20Exam%20Language%20Option.png&quot; alt=&quot;CTET December 2024&quot; width=&quot;100%&quot; height=&quot;&quot; data-original-width=&quot;&quot; data-original-height=&quot;&quot;&gt;&lt;/a&gt;&lt;/div&gt; 

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGfKDQYkj1laioCWdFACi2HFtrqRTVtfLBmRiVKjW_t1fIKhULcxBUDCp5sfUjXGUl8BV7IL5zPwUTW6dE59BH_-hJvL8etoBFnmg_UudxtPTHyVudBj6QDBfMYjvKzUZhyphenhyphen6_2f3BThagty91TaaUCRRPp5oRyQu1GRfKmn7NwYhaq17FsQm1XbB5zYnl9/w640-h240/Ctet%202024%20Exam%20Pattern%20for%20paper%201.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGfKDQYkj1laioCWdFACi2HFtrqRTVtfLBmRiVKjW_t1fIKhULcxBUDCp5sfUjXGUl8BV7IL5zPwUTW6dE59BH_-hJvL8etoBFnmg_UudxtPTHyVudBj6QDBfMYjvKzUZhyphenhyphen6_2f3BThagty91TaaUCRRPp5oRyQu1GRfKmn7NwYhaq17FsQm1XbB5zYnl9/w640-h240/Ctet%202024%20Exam%20Pattern%20for%20paper%201.png&quot; alt=&quot;CTET December 2024&quot; width=&quot;100%&quot; height=&quot;&quot; data-original-width=&quot;&quot; data-original-height=&quot;&quot;&gt;&lt;/a&gt;&lt;/div&gt; 

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyskfxBb9GdT5aeMeB-wq7mv0_LH7YdKgdpB3HcSJhyphenhyphen8JOh08VkQfaDief6ok-C5DaG2WuBQBs5uBCroRLv65tgBUMRqmv1pURhyphenhyphenbKX6D7XG_B-BCeUojV2dVGLLgPyfZxuqpXp4zkDMQfICDStTE2NdwnBlZzQoBMeRB24yUdKyQqfX2jWhpY9VzJ0dHw/w640-h230/Ctet%202024%20Exam%20Pattern%20for%20paper%202.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyskfxBb9GdT5aeMeB-wq7mv0_LH7YdKgdpB3HcSJhyphenhyphen8JOh08VkQfaDief6ok-C5DaG2WuBQBs5uBCroRLv65tgBUMRqmv1pURhyphenhyphenbKX6D7XG_B-BCeUojV2dVGLLgPyfZxuqpXp4zkDMQfICDStTE2NdwnBlZzQoBMeRB24yUdKyQqfX2jWhpY9VzJ0dHw/w640-h230/Ctet%202024%20Exam%20Pattern%20for%20paper%202.png&quot; alt=&quot;CTET December 2024&quot; width=&quot;100%&quot; height=&quot;&quot; data-original-width=&quot;&quot; data-original-height=&quot;&quot;&gt;&lt;/a&gt;&lt;/div&gt; 



&lt;!-- ============= IMAGE COLUMN ================= --&gt;

&lt;!-- ============= Post CSS ================= --&gt;

&lt;style&gt;
.colorbox{overflow:hidden;position:relative;margin:10px 0px;;transition:box-shadow .25s;border-radius:10px;color:#fff;box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);padding:5px 0px;font-size:14px}
.colorbox.blue{background:#03a9f4}
.colorbox.green{background:#4CAF50}
.colorbox.red{background:#F44336}
.colorbox.orange{background:#ff9800}
.colorbox.purple{background:#673ab7}


.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{margin:0;text-align:center;}
.post-body-inner table{width:100%;border-collapse: collapse;}
.post-body-inner table td,.post-body-inner table th{padding:5px;text-align:left;border: 0.125em solid #333;}
.widget .post-body ol,.widget .post-body ul{margin:0px;list-style:none;padding:5px;border:2px solid #ddd;border-radius:10px;background: #ffffff;}

&lt;/style&gt; 

&lt;!-- ============= Post CSS ================= --&gt;


&lt;/div&gt;</description><link>https://www.praveshkumar.in/2024/09/202409ctet-december-2024-notification-key-dates-elibility-.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNaXPmY9kvXcPopZ1UyZVIK-lyW8OUm8sglDpsI4Jn8vF2vjh5pwVRZkeu2I3rbQjkM6dQ__XbQFRDlgvc4H6uZ9ePLxo74WdIXUkfBk6xDbNZDSjvVk7CG8H7zEBbsfHo6rhHDceWK11E6Sg9FxXoigmVDq4DqXQpTSoxnvrwqNwMrpnBK95vggRt6-bZ/s72-w555-h640-c/CTET2024.png" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>India</georss:featurename><georss:point>20.593684 78.96288</georss:point><georss:box>-7.7165498361788458 43.80663 48.903917836178849 114.11913</georss:box></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-7294281407085665603</guid><pubDate>Fri, 10 May 2024 17:56:00 +0000</pubDate><atom:updated>2024-10-11T12:44:20.251+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Jobs</category><title>Faq25</title><description>&lt;!-- ============= Start New Question ================= --&gt;

&lt;ul style=&quot;text-align: left;&quot;&gt;

&lt;li&gt;[tab]&lt;/li&gt;

&lt;ul&gt;

&lt;li&gt;QUESTION 1&lt;/li&gt;

&lt;ul&gt;

&lt;li&gt;

&lt;b&gt;सौर मंडल का नाम किसने प्रस्तुत किया था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;

(A) अर्किमीडीस&lt;/div&gt;

&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;

(B) न्यूटन&lt;/div&gt;

&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;

(C) गलीलियो&lt;/div&gt;

&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;

(D) आइन्स्टीन&lt;/span&gt;

&lt;/li&gt;

&lt;/ul&gt;

&lt;li&gt;SHOW ANSWER&lt;/li&gt;

&lt;ul&gt;

&lt;li&gt;गलिलियो&lt;/li&gt;

&lt;/ul&gt;

&lt;/ul&gt;

&lt;/ul&gt;

&lt;br/&gt;

&lt;!-- ============= Start New Question ================= --&gt;

&lt;ul style=&quot;text-align: left;&quot;&gt;

&lt;li&gt;[tab]&lt;/li&gt;

&lt;ul&gt;

&lt;li&gt;QUESTION 2&lt;/li&gt;

&lt;ul&gt;

&lt;li&gt;

&lt;b&gt;आम कैसे रंग का होता है &lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;

(A) हरा &lt;/div&gt;

&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;

(B) लाल &lt;/div&gt;

&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;

(C) पीला &lt;/div&gt;

&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;

(D) नीला &lt;/span&gt;

&lt;/li&gt;

&lt;/ul&gt;

&lt;li&gt;SHOW ANSWER&lt;/li&gt;

&lt;ul&gt;

&lt;li&gt;पीला &lt;/li&gt;

&lt;/ul&gt;

&lt;/ul&gt;

&lt;/ul&gt;

&lt;br/&gt;

&lt;!-- ============= Start New Question ================= --&gt;

 

&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 3&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;3&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) 4&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) 5&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) 6&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) 7&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; 8&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;

 &lt;!-- ============= Start New Question ================= --&gt;

 

&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 4&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;9&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) 10&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) 11&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) 12&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) 14&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; 12&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;

 &lt;!-- ============= Start New Question ================= --&gt;

 

&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 5&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;13&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) 14&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) 15&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) 16&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) 17&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; 18&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;

 &lt;!-- ============= Start New Question ================= --&gt;

 

&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 6&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;19&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) 20&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) 21&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) 22&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) 22&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; 23&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;

 &lt;!-- ============= Start New Question ================= --&gt;

 

&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 7&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;24&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) 25&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) 25&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) 27&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) 28&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; 29&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;

 &lt;!-- ============= Start New Question ================= --&gt;

 

&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 8&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;30&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) 31&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) 32&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) 33&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) 34&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; 353&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;

 &lt;!-- ============= Start New Question ================= --&gt;

 

&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 9&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;57&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) 38&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) 39&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) 40&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) 341&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; 42&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;

 &lt;!-- ============= Start New Question ================= --&gt;

 

&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 10&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;43&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) 4&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) 44&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) 45&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) 46&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; 47&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;

 &lt;!-- ============= Start New Question ================= --&gt;

 

&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 11&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;48&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) 49&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) 50&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) 51&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) 52&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; 53&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;

 &lt;!-- ============= Start New Question ================= --&gt;

 

&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 12&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;54&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) 55&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) 56&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) 57&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) 585&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; 95&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;

 &lt;!-- ============= Start New Question ================= --&gt;

 

&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 13&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;760&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) 6&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) 16&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) 26&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) 364&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; 65&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;

 &lt;!-- ============= Start New Question ================= --&gt;

 

&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 14&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;66&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) 67&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) 68&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) 69&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) 70&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; 71&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;

 &lt;!-- ============= Start New Question ================= --&gt;

 

&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 15&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;72&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) 73&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) 74&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) 75&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) 76&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; 77&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;

 &lt;!-- ============= Start New Question ================= --&gt;

 

&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 16&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;78&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) 79&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) 80&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) 81&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) 82&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; 83&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;

 &lt;!-- ============= Start New Question ================= --&gt;

 

&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 17&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;84&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) 85&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) 86&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) 87&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) 88&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; 89&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;

 &lt;!-- ============= Start New Question ================= --&gt;

 

&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 18&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;90&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) 91&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) 92&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: bas</description><link>https://www.praveshkumar.in/2024/05/faq25.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-5782710523272102581</guid><pubDate>Sun, 16 Apr 2023 14:20:00 +0000</pubDate><atom:updated>2024-10-11T12:44:20.251+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Jobs</category><category domain="http://www.blogger.com/atom/ns#">quiz 01</category><title>quiz 01</title><description>

&lt;!-- ============= Start New Question ================= --&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 1&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;b&gt;स्वेज नहर निम्न में से किसे जोडती है ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) लाल सागर तथा भूमध्य सागर &lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) काला सागर तथा मारमरा सागर &lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) केरिबियन सागर तथा प्रशान्त महा सागर &lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;
(D) फारस की खाड़ी तथा ओमान की खाड़ी  &lt;/span&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;लाल सागर तथा भूमध्य सागर &lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;br/&gt;
&lt;!-- ============= Start New Question ================= --&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 2&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;b&gt;आईने अकबरी की रचना किसने की ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) अकबर &lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) फिरदोसी &lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) अबुल फजल &lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;
(D) अलबरूनी &lt;/span&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;अबुल फजल &lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;br/&gt;
&lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 3&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;भारत छोडो आन्दोलन किस शहर से शुरू हुआ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) मुंबई &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) कलकत्ता &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) अहमदाबाद &lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) दिल्ली &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; मुंबई &lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 4&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;लाल बाल पाल में बाल कौन थे?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) बालाजी रघुराम &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) बल मुरली कृष्ण&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) बाल गंगाधर तिलक&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) बालेन्द्र पाल &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; बाल गंगाधर तिलक &lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 5&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;२०१२ में ओलम्पिक खेल में सर्वाधिक स्वर्ण पदक किस देश ने जीता ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) संयुक्त राज्य अमेरिका &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) चीन &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) रूस &lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) इंग्लैंड &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; संयुक्त राज्य अमेरिका &lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 6&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;पार्किन्सन रोग से निम्न में से कोन सा अंग प्रभावित होता है ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) गुर्दा &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) यकृत &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) मस्तिष्क &lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) अमाशय &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; मस्तिष्क &lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 7&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt; भागीरथी और अलकनंदा नदी किस राज्य में स्थित है ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) उत्तर प्रदेश&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) उत्तराखंड&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) मध्य प्रदेश&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) महाराष्ट्र&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; उत्तराखंड&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 8&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;निम्न में से कौन प्रत्यक्ष कर है ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) आय कर &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) उत्पाद कर &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) बिक्री कर &lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) इनमे से कोई नहीं &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; आय कर &lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 9&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt; राज्य विधान परिषद का मुख्य कौन होता है ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) राज्यपाल  &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) सभापति &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) उप राष्ट्रपति &lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) राष्ट्रपति &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; राज्यपाल  &lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 10&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;रेल किसके शासन में चलाई गई थी ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) लार्ड हार्डिंग &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) लार्ड डलहौजी &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) लार्ड वेवेल &lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) लार्ड लिनलिथगो &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; लार्ड डलहौजी &lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 11&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt; निम्न में से कौन ऑपरेटिंग सिस्टम नहीं है ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) की बोर्ड &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) माउस &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) प्रिंटर &lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) स्कैनर &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; प्रिंटर &lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 12&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;नवाज शरीफ निम्न में से किससे संबंधित है ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) पाकिस्तान के प्रधानमंत्री के रूप में शपथ ग्रहण से &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B)  मिस्र के राष्ट्रपति &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) इजराइल के फुटबॉल खिलाड़ी&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) अलकायदा संगठन के मुखिया&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; पाकिस्तान के प्रधानमंत्री के रूप में शपथ ग्रहण से &lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 13&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt; राफेल नडाल एंडी मरे एवं लिएंडर पेस किससे संबंधित है ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) फुटबाल &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) बेडमिन्टन &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) टेनिस &lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) हॉकी  &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; टेनिस &lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 14&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;फीफा कप किस खेल से सम्बधित है?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) फुटबाल &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) बेडमिन्टन &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) हॉकी  &lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) हॉकी  &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; फुटबाल &lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 15&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt; निम्न में से कौन सा सबसे अधिक वायु प्रदूषित करता है ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) नाइट्रस ऑक्साइड&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B)  कार्बन मोनोऑक्साइड&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C)  सल्फर डाइऑक्साइड&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D)  इनमें से कोई नहीं&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt;  कार्बन मोनोऑक्साइड&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 16&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt; कंप्यूटर की गति किससे मापी जाती है ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) बाइट&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) बिट्स &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) मेगाबाइट &lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) किलोबाइट &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; बाइट &lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 17&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;बाइट निम्न में से कौन सा संविधान में पूर्ण वर्णित है ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) एकल नागरिकता&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) द्विनागरिकता &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) बहुनागरिकता&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D)  इनमें से कोई नहीं&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; एकल नागरिकता&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 18&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt; संविधान का वर्णन किसने निहित है ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) उदेशिका में &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) मौलिक कर्तव्य में &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) मौलिक अधिकार में &lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) नीति निर्देशक तत्त्व में &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; उदेशिका में &lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 19&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt; भारत का धन संरक्षक कौन होता है ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A)  नियंत्रक एवं महालेखा परीक्षक&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) महान्यायवादी&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C)  सर्वोच्च न्यायालय का मुख्य न्यायाधीश&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D)  प्रधानमंत्री&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt;  नियंत्रक एवं महालेखा परीक्षक&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 20&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt; योजना आयोग का अध्यक्ष कौन होता है ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) राष्ट्रपति&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) उपराष्ट्रपति &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C)  प्रधानमंत्री&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) लोकसभा अध्यक्ष&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt;  प्रधानमंत्री&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 21&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt; डायरेक्ट बेनिफिट ट्रांसफर किससे संबंधित है ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) अनाज वितरण&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) एलपीजी सिलेंडर वितरण&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) नियोक्ताओं द्वारा दी गई सुविधा&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) इनमें से कोई नहीं&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; एलपीजी सिलेंडर वितरण&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 22&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt; निम्न में कौन केंद्र तथा राज्यों के बीच संबंध दर्शाता है ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A)  रैयतवाड़ी&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) मालवाड़ी&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) महालवाड़ी&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) इनमें से कोई नहीं&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; महालवाड़ी&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 23&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;वल्लभ भाई पटेल को सरदार की उपाधि किसने किसने प्रदान की थी ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) महात्मा गांधी&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) रविंद्र नाथ टैगोर&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C)  सुभाष चंद्र बोस&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D)  जवाहरलाल नेहरू&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; महात्मा गांधी&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 24&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;ipl का विस्तार है -&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A)  इंडियन प्रोगेसन लीग &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B)  इंडियन प्लेयर्स लीग&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C)  इंडियन प्रीमियर लीग&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D)  इंडियन प्रीमियर लीग&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt;  इंडियन प्रमोशन लीग&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 25&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt; हाल ही में कौन सा राज्य बाढ़ से अधिक प्रभावित था ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) हिमाचल प्रदेश &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) उत्तर प्रदेश &lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) बिहार &lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) उतराखंड &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; उतराखंड &lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
                          



</description><link>https://www.praveshkumar.in/2023/04/quiz-01.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-6733970317473044379</guid><pubDate>Sat, 02 May 2020 13:10:00 +0000</pubDate><atom:updated>2024-10-11T12:44:20.251+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Jobs</category><category domain="http://www.blogger.com/atom/ns#">ssc cgl</category><title>Test Post</title><description>
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;


&lt;!-- ============= TITLE OF THE JOBS POST ================= --&gt;

&lt;div class=&quot;colorbox purple&quot;&gt;&lt;h2&gt;ssc cgl&lt;/h2&gt;&lt;/div&gt;

&lt;!-- ============= TITLE OF THE JOBS POST ================= --&gt;


&lt;!-- ============= IMPORTANT LINK ================= --&gt;

&lt;div class=&quot;colorbox blue&quot;&gt;&lt;h2&gt;Important Links for &quot;Job Post&quot;&lt;/h2&gt;&lt;/div&gt;

&lt;div class=&quot;post-table&quot;&gt;
&lt;table&gt;
&lt;thead&gt;&lt;/thead&gt;
&lt;tbody&gt;
  
&lt;tr&gt;&lt;td&gt;&lt;b&gt;Apply Online&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Apply Online&quot;&gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt;&lt;td&gt;&lt;b&gt;Candidate Login&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Candidate Login&quot;&gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; 
&lt;tr&gt;&lt;td&gt;&lt;b&gt;Pay Examm Fee&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Pay Examm Fee&quot;&gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; 
&lt;tr&gt;&lt;td&gt;&lt;b&gt;Download Notification&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Download Notification&quot;&gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; 
&lt;tr&gt;&lt;td&gt;&lt;b&gt;Final Submit Application Form&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Final Submit Application Form&quot;&gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; 
&lt;tr&gt;&lt;td&gt;&lt;b&gt;Edit Application Form&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Edit Application Form&quot;&gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; 
&lt;tr&gt;&lt;td&gt;&lt;b&gt;Download Notification&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Download Notification&quot;&gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; 
&lt;tr&gt;&lt;td&gt;&lt;b&gt;Official Website&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Official Website&quot;&gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;    
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;

&lt;!-- ============= IMPORTANT LINK ================= --&gt;


&lt;!-- ============= IMPORTANT DATE FOR JOBS  ================= --&gt;

&lt;div class=&quot;colorbox green&quot;&gt;&lt;h2&gt;Important Date&lt;/h2&gt;&lt;/div&gt;

&lt;div class=&#39;postbox&#39;&gt;
&lt;ul&gt;
&lt;li data-label=&quot;Online Application Start Date&quot;&gt;Online Application Start Date&lt;/li&gt; 
&lt;li data-label=&quot;Online Application Start Date&quot;&gt;Online Application Start Date&lt;/li&gt; 
&lt;li data-label=&quot;Online Application Start Date&quot;&gt;Online Application Start Date&lt;/li&gt; 
&lt;li data-label=&quot;Online Application Start Date&quot;&gt;Online Application Start Date&lt;/li&gt; 
&lt;li data-label=&quot;Online Application Start Date&quot;&gt;Online Application Start Date&lt;/li&gt; 
&lt;li data-label=&quot;Online Application Start Date&quot;&gt;Online Application Start Date&lt;/li&gt; 
&lt;li data-label=&quot;Online Application Start Date&quot;&gt;Online Application Start Date&lt;/li&gt;  
&lt;/ul&gt;
&lt;/div&gt;

&lt;!-- ============= IMPORTANT DATE FOR JOBS  ================= --&gt;


&lt;!-- ============= ELIGIBILITY FOR JOBS  ================= --&gt;

&lt;div class=&quot;colorbox red&quot;&gt;&lt;h2&gt;Eligibility&lt;/h2&gt;&lt;/div&gt;

&lt;div class=&#39;postbox&#39;&gt;
&lt;ul&gt;
&lt;li data-label=&quot;►University Degree or its equivalent/Graduate from any University&quot;&gt;►University Degree or its equivalent/Graduate from any University&lt;/li&gt; 
&lt;li data-label=&quot;►University Degree or its equivalent/Graduate from any University&quot;&gt;►University Degree or its equivalent/Graduate from any University&lt;/li&gt; 
&lt;li data-label=&quot;►University Degree or its equivalent/Graduate from any University&quot;&gt;►University Degree or its equivalent/Graduate from any University&lt;/li&gt; 
&lt;li data-label=&quot;►University Degree or its equivalent/Graduate from any University&quot;&gt;►University Degree or its equivalent/Graduate from any University&lt;/li&gt; 
&lt;li data-label=&quot;►University Degree or its equivalent/Graduate from any University&quot;&gt;►University Degree or its equivalent/Graduate from any University&lt;/li&gt;    
&lt;/ul&gt;
&lt;/div&gt;

&lt;!-- ============= ELIGIBILITY FOR JOBS  ================= --&gt;


&lt;!-- ============= APPLICATION FEE FOR JOB 3 ================= --&gt;

&lt;div class=&quot;colorbox orange&quot;&gt;&lt;h2&gt;Application Fee&lt;/h2&gt;&lt;/div&gt;

&lt;div class=&#39;postbox&#39;&gt;
&lt;ul&gt;
&lt;li data-label=&quot;Pay Exam Fee Through Debit/Credit Card, Net Banking or Offline By Bank Challan&quot;&gt;Pay Exam Fee Through Debit/Credit Card, Net Banking or Offline By Bank Challan&lt;/li&gt; 
&lt;li data-label=&quot;Pay Exam Fee Through Debit/Credit Card, Net Banking or Offline By Bank Challan&quot;&gt;Pay Exam Fee Through Debit/Credit Card, Net Banking or Offline By Bank Challan&lt;/li&gt; 
&lt;li data-label=&quot;Pay Exam Fee Through Debit/Credit Card, Net Banking or Offline By Bank Challan&quot;&gt;Pay Exam Fee Through Debit/Credit Card, Net Banking or Offline By Bank Challan&lt;/li&gt; 
&lt;li data-label=&quot;Pay Exam Fee Through Debit/Credit Card, Net Banking or Offline By Bank Challan&quot;&gt;Pay Exam Fee Through Debit/Credit Card, Net Banking or Offline By Bank Challan&lt;/li&gt; 
&lt;li data-label=&quot;Pay Exam Fee Through Debit/Credit Card, Net Banking or Offline By Bank Challan&quot;&gt;Pay Exam Fee Through Debit/Credit Card, Net Banking or Offline By Bank Challan&lt;/li&gt; 
&lt;li data-label=&quot;Pay Exam Fee Through Debit/Credit Card, Net Banking or Offline By Bank Challan&quot;&gt;Pay Exam Fee Through Debit/Credit Card, Net Banking or Offline By Bank Challan&lt;/li&gt;   
&lt;/ul&gt;
&lt;/div&gt;

&lt;!-- ============= APPLICATION FEE FOR JOB 3 ================= --&gt;


&lt;!-- ============= AGE LIMIT FOR JOBS 4 ================= --&gt;

&lt;div class=&quot;colorbox purple&quot;&gt;&lt;h2&gt;Age Limit&lt;/h2&gt;&lt;/div&gt;

&lt;div class=&#39;box2&#39;&gt;
&lt;ul&gt;
&lt;li data-label=&quot;►18 to 33 years. for Graduate qualification&quot;&gt;►18 to 33 years. for Graduate qualification&lt;/li&gt; 
&lt;li data-label=&quot;►18 to 33 years. for Graduate qualification&quot;&gt;►18 to 33 years. for Graduate qualification&lt;/li&gt; 
&lt;li data-label=&quot;►18 to 33 years. for Graduate qualification&quot;&gt;►18 to 33 years. for Graduate qualification&lt;/li&gt; 
&lt;li data-label=&quot;►18 to 33 years. for Graduate qualification&quot;&gt;►18 to 33 years. for Graduate qualification&lt;/li&gt; 
&lt;li data-label=&quot;►18 to 33 years. for Graduate qualification&quot;&gt;►18 to 33 years. for Graduate qualification&lt;/li&gt; 
&lt;li data-label=&quot;►18 to 33 years. for Graduate qualification&quot;&gt;►18 to 33 years. for Graduate qualification&lt;/li&gt; 
&lt;li data-label=&quot;►18 to 33 years. for Graduate qualification&quot;&gt;►18 to 33 years. for Graduate qualification&lt;/li&gt; 
&lt;li data-label=&quot;►18 to 33 years. for Graduate qualification&quot;&gt;►18 to 33 years. for Graduate qualification&lt;/li&gt; 
&lt;/ul&gt;
&lt;/div&gt;

&lt;!-- ============= AGE LIMIT FOR JOBS 4 ================= --&gt;


&lt;!-- ============= VACANCY TABLE ================= --&gt;

&lt;div class=&quot;colorbox blue&quot;&gt;&lt;h2&gt;Vacancy Deatils ssc&lt;/h2&gt;&lt;/div&gt;

&lt;div class=&quot;post-table&quot;&gt;
&lt;table&gt; 
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;a&lt;/th&gt;
&lt;th&gt;b&lt;/th&gt; 
&lt;th&gt;c&lt;/th&gt; 
&lt;th&gt;d&lt;/th&gt; 
&lt;th&gt;e&lt;/th&gt;         
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt; 

&lt;tr&gt;
&lt;td data-label=&quot;a&quot;&gt;1&lt;/td&gt;
&lt;td data-label=&quot;b&quot;&gt;2&lt;/td&gt; 
&lt;td data-label=&quot;c&quot;&gt;3&lt;/td&gt; 
&lt;td data-label=&quot;d&quot;&gt;4&lt;/td&gt; 
&lt;td data-label=&quot;e&quot;&gt;5&lt;/td&gt;       
&lt;/tr&gt; 
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;

&lt;!-- ============= VACANCY TABLE ================= --&gt;

&lt;!-- ============= JOBS DESCRIPTION ================= --&gt;

&lt;div class=&quot;postbox&quot;&gt;
hello SSc
&lt;/div&gt;

&lt;!-- ============= JOBS DESCRIPTION ================= --&gt;

&lt;!-- ============= See Notification ================= --&gt;

&lt;div class=&quot;colorbox green&quot;&gt;&lt;h2&gt;Notification For sssc&lt;/h2&gt;&lt;/div&gt;

&lt;iframe height=&quot;800&quot; src=&quot;/&quot; width=&quot;100%&quot;&gt;&lt;/iframe&gt;

&lt;!-- ============= See Notification ================= --&gt;

&lt;!-- ============= IMAGE COLUMN ================= --&gt;


&lt;div class=&quot;separator&quot; text-align: center;&quot;&gt;&lt;a href=&quot;&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;&quot; alt=&quot;-thisjudul-&quot; width=&quot;320&quot; height=&quot;193&quot; data-original-width=&quot;&quot; data-original-height=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;div class=&quot;separator&quot; text-align: center;&quot;&gt;&lt;a href=&quot;&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;&quot; alt=&quot;-thisjudul-&quot; width=&quot;320&quot; height=&quot;193&quot; data-original-width=&quot;&quot; data-original-height=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;    



&lt;!-- ============= IMAGE COLUMN ================= --&gt;




&lt;style&gt;
.colorbox{overflow:hidden;position:relative;margin:10px 0px;;transition:box-shadow .25s;border-radius:10px;color:#fff;box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);padding:5px 0px;font-size:14px}
.colorbox.blue{background:#03a9f4}
.colorbox.green{background:#4CAF50}
.colorbox.red{background:#F44336}
.colorbox.orange{background:#ff9800}
.colorbox.purple{background:#673ab7}


.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{margin:0;text-align:center;}
.post-body-inner table{width:100%;border-collapse: collapse;}
.post-body-inner table td,.post-body-inner table th{padding:5px;text-align:left;border: 0.125em solid #333;}
.widget .post-body ol,.widget .post-body ul{margin:0px;list-style:none;padding:5px;border:2px solid #ddd;border-radius:10px;background: #ffffff;}

&lt;/style&gt; 
&lt;/div&gt;</description><link>https://www.praveshkumar.in/2020/05/test-post.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-8804307619822639380</guid><pubDate>Sat, 02 May 2020 06:14:00 +0000</pubDate><atom:updated>2024-10-11T12:44:20.252+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">10th Pass Jobs</category><category domain="http://www.blogger.com/atom/ns#">Jobs</category><title>Post Formar New</title><description>
&lt;!-- ============= Start New Question ================= --&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 1&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;b&gt;1&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) 2&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) 3&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) 4&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;
(D) 5&lt;/span&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;6&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;br/&gt;
&lt;!-- ============= Start New Question ================= --&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 2&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;b&gt;7&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) 8&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) 9&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) 10&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;
(D) 11&lt;/span&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;12&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;br/&gt;
&lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 3&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;13&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) 14&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) undefined&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) 16&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) 17&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; 18&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 4&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;19&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) 20&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) 21&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) 22&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) 23&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; 24&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;
 
&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;[tab]&lt;/li&gt;&lt;ul&gt;&lt;li&gt;QUESTION 5&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;25&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(A) 26&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(B) 27&lt;/div&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;(C) 28&lt;/div&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) 29&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;SHOW ANSWER&lt;/li&gt;&lt;ul&gt;&lt;li&gt; 30&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br/&gt;
 &lt;!-- ============= Start New Question ================= --&gt;</description><link>https://www.praveshkumar.in/2020/05/post-formar-new.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-389742015976419474</guid><pubDate>Sat, 11 Apr 2020 10:10:00 +0000</pubDate><atom:updated>2024-10-11T12:44:20.250+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Jobs</category><title>Table Format</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;br /&gt;&lt;/blockquote&gt;
&lt;/div&gt;
</description><link>https://www.praveshkumar.in/2020/04/table-format.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-8637491624141607779</guid><pubDate>Fri, 10 Apr 2020 10:54:00 +0000</pubDate><atom:updated>2024-10-11T12:44:20.251+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Jobs</category><category domain="http://www.blogger.com/atom/ns#">Latest Jobs</category><title>Post Format</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;!-- Post Name Section Start here --&gt;

&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[message]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;center&gt;
&lt;span style=&quot;background-color: blue;&quot;&gt;
Post Name&lt;/span&gt;&lt;/center&gt;
&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;MyPost Name Here&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;!-- Post Name Section End here --&gt;
&lt;!-- Important Link Section Start here --&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[message]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;center&gt;
&lt;span style=&quot;background-color: red;&quot;&gt;Important Link&lt;/span&gt;&lt;/center&gt;
&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div class=&quot;post-table&quot;&gt;
&lt;table&gt;
&lt;thead&gt;&lt;/thead&gt;
&lt;tbody&gt;
  
&lt;tr&gt;&lt;td&gt;&lt;b&gt;Apply Online&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Apply Online&quot;&gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt;&lt;td&gt;&lt;b&gt;Candidate Login&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Candidate Login&quot;&gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; 
&lt;tr&gt;&lt;td&gt;&lt;b&gt;Pay Examm Fee&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Pay Examm Fee&quot;&gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; 
&lt;tr&gt;&lt;td&gt;&lt;b&gt;Download Notification&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Download Notification&quot;&gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; 
&lt;tr&gt;&lt;td&gt;&lt;b&gt;Final Submit Application Form&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Final Submit Application Form&quot;&gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; 
&lt;tr&gt;&lt;td&gt;&lt;b&gt;Edit Application Form&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Edit Application Form&quot;&gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; 
&lt;tr&gt;&lt;td&gt;&lt;b&gt;Download Notification&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Download Notification&quot;&gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; 
&lt;tr&gt;&lt;td&gt;&lt;b&gt;Official Website&lt;/b&gt;&lt;/td&gt;&lt;td data-label=&quot;Official Website&quot;&gt;&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;    
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;

&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;!-- Important Link Section End here --&gt;
&lt;!-- Important Date Section Start here --&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[message]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;center&gt;
&lt;span style=&quot;background-color: #274e13;&quot;&gt;Important Date&lt;/span&gt;&lt;/center&gt;
&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
Start Date: 01-03-2019&lt;br /&gt;
Last Date: 31-03-2019&lt;br /&gt;
Last Date For Fee: 05-04-2019&lt;br /&gt;
Complete Form: 12-04-2018&lt;br /&gt;
CBT Exam Date : XX/06/2019&lt;br /&gt;
Admit Card Available : XX/05/2019&lt;br /&gt;
Result Date: Notify Soon
&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;!-- Important Date Section End here --&gt;
&lt;!-- Application Fee Section Start here --&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[message]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;center&gt;
&lt;span style=&quot;background-color: magenta;&quot;&gt;Application Fee&lt;/span&gt;&lt;/center&gt;
&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
Gen/OBC: 500/-&lt;br /&gt;
SC/ST/: 250/-&lt;br /&gt;
Female: 250/-&lt;br /&gt;
Pay Exam Fee Through Debit/Credit Card, Net Banking or Offline By Bank Challan
&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;!-- Application Fee Section End here --&gt;
&lt;!-- Eligibility Section Start here --&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[message]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;center&gt;
&lt;span style=&quot;background-color: #4c1130;&quot;&gt;Eligibility&lt;/span&gt;&lt;/center&gt;
&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
►University Degree or its equivalent/Graduate from any University  &lt;br /&gt;
►12th (+2 Stage) or its equivalent examination&lt;br /&gt;
►University Degree or its equivalent/Graduate from any University &lt;br /&gt;
►University Degree or its equivalent/Graduate from any University &lt;br /&gt;
►University Degree or its equivalent/Graduate from any University 
&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;!-- Eligibility Section End here --&gt;
&lt;!-- Age Limit Section Start here --&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[message]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;center&gt;
&lt;span style=&quot;background-color: purple;&quot;&gt;Age Limit&lt;/span&gt;&lt;/center&gt;
&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
►18 to 33 years. for Graduate qualification  &lt;br /&gt;
►18 to 33 years. for Graduate qualification&lt;br /&gt;
►18 to 33 years. for Graduate qualification &lt;br /&gt;
►relaxation in upper age as govt rules&lt;br /&gt;
►relaxation in upper age as govt rules 
&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;!-- Age Limit Section End here --&gt;
&lt;!-- Vacancy Details Section Start here --&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[message]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;center&gt;
&lt;span style=&quot;background-color: yellow;&quot;&gt;Vacancy Details&lt;/span&gt;&lt;/center&gt;
&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
Gen/OBC: 500/-&lt;br /&gt;
SC/ST/: 250/-&lt;br /&gt;
Female: 250/-&lt;br /&gt;
Pay Exam Fee Through Debit/Credit Card, Net Banking or Offline By Bank Challan
&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;!-- Vacancy Details Section End here --&gt;
&lt;!-- FAQ Section Start here --&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[accordion]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;Faq1&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;Answer1&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;Faq 2&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;Answer 2&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;Faq 3&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;Answer 3&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;Faq 4&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;Answer 4&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;!-- FAQ Section Start here --&gt;
&lt;style&gt; 
    .post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{margin:0;text-align:center;}
    .post-body-inner table{width:100%;border-collapse: collapse;}
    .post-body-inner table td,.post-body-inner table th{padding:5px;text-align:left;border: 0.125em solid #333;}
    .widget .post-body ol,.widget .post-body ul{margin: 0px;list-style: none;padding: 5px;border: 2px solid #ddd;border-radius: 10px;}

&lt;/style&gt; 
&lt;/div&gt;
</description><link>https://www.praveshkumar.in/2020/04/post-format.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-1847087163210750133</guid><pubDate>Sun, 22 Mar 2020 08:21:00 +0000</pubDate><atom:updated>2024-10-11T12:44:20.251+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Jobs</category><title>question</title><description>&lt;script type=&quot;text/javascript&quot; class=&quot;no-amp&quot;&gt;var curl = window.location.href;if (curl.indexOf(&quot;m=1&quot;) != -1) {curl = curl.replace(&quot;m=1&quot;, &quot;m=0&quot;);window.location.href = curl;}&lt;/script&gt;&lt;script type=&quot;text/javascript&quot; class=&quot;no-amp&quot;&gt;var curl = window.location.href;if (curl.indexOf(&quot;m=1&quot;) != -1) {curl = curl.replace(&quot;m=1&quot;, &quot;m=0&quot;);window.location.href = curl;}&lt;/script&gt;&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 1&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;मानव द्वारा सर्वप्रथम प्रयुक्त अनाज था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) गेहूं&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) चावल&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) जो&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) बाजरा&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) जो&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 2&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;हड़प्पा निम्नलिखित में से किस सभ्यता से संबंध है?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) सुमेरियन सभ्यता&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) सिंधु घाटी सभ्यता&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) वैदिक सभ्यता&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) मेसोपोटामिया सभ्यता&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B) सिंधु घाटी सभ्यता&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 3&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;सिंधु घाटी के लोग विश्वास करते थे?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) आत्मा और भ्रम में&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) यज्ञ प्रणाली में&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) मातृशक्ति में&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) कर्मकांड में&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) मातृशक्ति में&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 4&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;सबसे पुराना वेद कौन सा है?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) यजुर्वेद&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) सामवेद&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) ऋग्वेद&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) अथर्ववेद&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) ऋग्वेद&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 5&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;ऋग्वेद की मूल लिपि थी?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) देवनागरी&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) पाली&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) खरोष्ठी&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) ब्राह्मी&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(D) ब्राह्मी&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 6&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;निम्न में से किस शासक ने द्वितीय बौद्ध सभा का आयोजन किया था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) अजातशत्रु&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) कालाशोक&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) आनंद&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) अशोक&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B) कालाशोक&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 7&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;नालंदा विश्वविद्यालय के स्थापन का युग है?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A)  मौर्य&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) कुषाण&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) गुप्त&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) पाल&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) गुप्त&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 8&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;महावीर का प्रथम अनुयायी कौन था??&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) जमालि&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) यशोदा&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) आणोज्जा&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) त्रिशला&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) जमालि&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 9&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;नालंदा विश्वविद्यालय किसलिए विश्व प्रसिद्ध था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) चिकित्सा विज्ञान&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) तर्कशास्त्र&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) बौद्ध धर्म दर्शन&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) रसायन विज्ञान&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) बौद्ध धर्म दर्शन&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 10&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;निम्नलिखित में से किसे &#39;एशिया के ज्योति पुंज&#39; के तौर पर जाना

जाता है?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A)  गौतम बुद्ध को&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B)  महात्मा गांधी को&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) महावीर स्वामी को&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D)  स्वामी विवेकानंद को&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B) ANSWER&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 11&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;एक जुते हुए खेत की खोज की गई थी?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A)  मोहनजोदड़ो में&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) कालीबंगा में&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) हड़प्पा में&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) लोथल में&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B) कालीबंगा में&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 12&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;भारत में चांदी की उपलब्धता के प्राचीनतम साक्ष्य मिलते है?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) हड़प्पा संस्कृति में&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) पश्चिमी भारत की ताम्र पाषाण संस्कृति में&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) वैदिक संहिताओं में&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) चांदी के आहत सिक्कों में&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) हड़प्पा संस्कृति में&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 13&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;निम्नलिखित में से किस स्थल से हड्डी के उपकरण प्राप्त हुए हैं?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) चोपनी मांडो से&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) शुक्रिया से&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) महदहा से&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) सराय नाहर राय से&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(D) सराय नाहर राय से&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 14&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;धौलावीरा जिस राज्य में स्थित है, वह है?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) गुजरात&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) हरियाणा&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) पंजाब&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) राजस्थान&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) गुजरात&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 15&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;निम्न में से किस शासक ने द्वितीय बौद्ध सभा का आयोजन किया

था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) अजातशत्रु&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) कालाशोक&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) आनंद&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) अशोक&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B) कालाशोक&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 16&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;भारत में पहले जिस मानव प्रतिमाओं को पूजा गया वह थी,?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) ब्रह्मा की&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) विष्णु की&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C)  बुद्ध की&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D)  शिव की&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) बुद्ध की&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 17&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;वह कौन सेनानायक था जिसे बीजापुर के सुल्तान ने 1659 ई.
शिवाजी को दबाने के लिए भेजा था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) इनायत खां&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) शाइस्ता खां&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) अफजल खां&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D)  सैयद बांदा&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) अफजल खां&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 18&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;&#39;मोडी लिपि&#39; का प्रयोग किसके विलेखों में किया जाता था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A)  वोडेयोरों के&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B)  जमोरिनों के&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) होयसलों के&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) मराठों के&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(D) मराठों के&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 19&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;बक्सर के युद्ध के समय दिल्ली का शासक कौन था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A)  औरंगजेब&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) शाह आलम प्रथम&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) बहादुरशाह जफर&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) शाहआलम द्वितीय&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(D) शाहआलम द्वितीय&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 20&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;अंग्रेजों ने श्रीरंगपट्टनम की संधि किसके साथ की थी?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) हैदर अली&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) डूप्ले&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) टीपू सुल्तान&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) नन्दराज&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) टीपू सुल्तान&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 21&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;चीनी यात्री जिसने भीनमाल की यात्रा की थी?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) फाह्यान&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B)  संगयुन&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C)  ह्वेनसांग&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) इत्सिंग&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) ह्वेनसांग&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 22&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;एलीफेंटा की गुफाएं मुख्यतः निम्न धर्म के मतावलंबियों के उपयोग के
लिए काटकर बनाई गई थी?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) बौद्ध धर्म&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B)  जैन धर्म&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) शैव धर्म&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) वैष्णव धर्म&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) शैव धर्म&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 23&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;निम्नलिखित चार ग्रंथों में से कौन सा विश्वकोषीय ग्रंथ है?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) अमरकोश&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) सिद्धांतशिरोमणि&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) वृहत्संहिता&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) अष्टांगहृदय&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(D) अष्टांगहृदय&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 24&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;मुहम्मद गोरी को सबसे पहले किसने पराजित किया?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) भीम&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) पृथ्वीराज चौहान&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) जयचंद&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D)  पृथ्वीराज&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) भीम&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 25&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;फिरोज तुगलक द्वारा स्थापित &#39;दार-उल-शफा&#39; क्या था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) एक दानशाला&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) एक खैराती अस्पताल&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C)  एक पुस्तकालय&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) तीर्थयात्रियों के लिए एक अतिथिगृह&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B) एक खैराती अस्पताल&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 26&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;इनमें से किसे &#39;आन्ध्र भोज&#39; भी कहा जाता है?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) कृष्णदेव राय&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) राजेंद्र चोल&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C)  हरिहर&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D)  बुक्का&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) कृष्णदेव राय&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 27&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;&#39;अष्ट दिग्गज&#39; किस राजा से संबंधित थे?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A)  शिवाजी&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B)  कृष्णदेव राय&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C)  यशोवर्मन&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D)  राजेंद्र प्रथम&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B)  कृष्णदेव राय&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 28&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;तुलसीदास किसके समकालीन थे?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) अकबर तथा जहांगीर&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) शाहजहां&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) औरंगजेब&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) बाबर तथा हुमायूं&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) अकबर तथा जहांगीर&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 29&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;&#39;दीन-ए-इलाही&#39; का प्रचार किस शासक ने किया था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) बाबर&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) अकबर&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) औरंगजेब&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) शाहजहां&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B) अकबर&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 30&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;लाल किले के निर्माण के श्रेय का अधिकारी कौन है?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) सिकंदर लोदी&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) अकबर&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) जहांगीर&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) शाहजहां&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(D) शाहजहां&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 31&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;उपनिषदों का फारसी में अनुवाद किस मुगल सम्राट के शासनकाल
में हुआ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) शाहजहां&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B)  अकबर&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) जहांगीर&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) औरंगजेब&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) शाहजहां&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 32&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;कूका आंदोलन को किसने संगठित किया?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) गुरु रामदास&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) गुरु नानक
&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) गुरु राम सिंह&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) गुरु गोविंद सिंह&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) गुरु राम सिंह&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 33&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;मेवाड़, बांगड़ और पास के क्षेत्रों के भीलों में सामाजिक सुधार के

लिए &#39;लसोड़िया आंदोलन&#39; का सूत्रपात किसने किया?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) मावजी&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) गोविंद गिरि&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C)  सुरमल दास&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) मोतीलाल तेजावत&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B) गोविंद गिरि&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 34&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;किसके शासनकाल में भारत में अंग्रेजी शिक्षा आरंभ की गई?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) इंग्टि
डेक
लॉर्ड विलियम कैवेंडिश बेंटिक&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) लॉर्ड हार्डिंग
सं&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) लॉर्ड मिंटो&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) लॉर्ड डलहौजी&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) इंग्टि
डेक
लॉर्ड विलियम कैवेंडिश बेंटिक&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 35&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;अंग्रेजी साप्ताहिक &#39;वंदे मातरम&#39; के साथ निम्नलिखित में से किसने
अपने को संबद्ध किया?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) अरविंद घोष&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) एम.जी.रानाडे&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) लोकमान्य तिलक&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D)  सुभाष चंद्र बोस&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) अरविंद घोष&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 36&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;निम्नलिखित में से किस अखबार का प्रकाशन पटना से ह
?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) पंजाब केसरी&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) इंडियन नेशन&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) डॉन&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D)  प्रभाकर&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) पंजाब केसरी&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 37&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;&quot;सत्यार्थ प्रकाश पवित्र पुस्तक है?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) आर्य समाज की&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) ब्रह्म समाज की&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) थियोसोफिकल सोसाइटी की&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D)  प्रार्थना समाज की&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) आर्य समाज की&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 38&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;शारदा अधिनियम के अंतर्गत लड़कियों एवं लड़कों के विवाह की
न्यूनतम आयु क्रमशः कितनी निर्धारित की गई थी?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) 12 एवं 16&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) 14 एवं 18&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) 15 एवं 21&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) 16 एवं 22&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B) 14 एवं 18&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 39&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;राष्ट्रीय कांग्रेस से पूर्व सबसे प्रमुख संस्था थी?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A)  बंगाल ब्रिटिश इंडिया सोसाइटी&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) ईस्ट इंडिया एसोसिएशन&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) यंग बंगाल एसोसिएशन&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D)  इंडियन एसोसिएशन ऑफ कलकत्ता&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(D) इंडियन एसोसिएशन ऑफ कलकत्ता&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 40&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;भारतीय राष्ट्रीय कांग्रेस की स्थापना के समय भारत का वायसराय?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) लॉर्ड रिपन&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) लॉर्ड लिटन&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) लॉर्ड कैनिंग&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) लॉर्ड डफरिन&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(D) लॉर्ड डफरिन&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 41&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt; &quot;स्वराज मेरा जन्मसिद्ध अधिकार है और मैं इसे लेकर रहूंगा&quot; यह

वक्तव्य किससे संबंधित है?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) लाला लाजपत राय &lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) महात्मा गांधी&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) बाल गंगाधर तिलक &lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) सुभाष चंद्र बोस&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) बाल गंगाधर तिलक&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 42&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;जब भारत स्वतंत्र हुआ उस समय कांग्रेस के अध्यक्ष कौन थे?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) महात्मा गांधी&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) जवाहरलाल नेहरू&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) जे.बी. कृपलानी&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) सरदार पटेल&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) जे.बी. कृपलानी&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 43&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;&#39;शेर-ए-पंजाब&#39; के नाम से इनमें से कौन मशहूर थे?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) राजगुरु&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) भगत सिंह&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) लाला लाजपत राय&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) उधम सिंह&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) लाला लाजपत राय&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 44&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;मुजफ्फरपुर बम कांड (1908) का संबंध इनमें से किसके साथ है?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) सावरकर&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) अजीत सिंह&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) प्रफुल्ल चाकी
&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) विपिनचंद्र पाल&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) सावरकर&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 45&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;&#39;इंकलाब जिंदाबाद&#39; का नारा किसने दिया?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) इकबाल&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) एम.के. गांधी&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) भगत सिंह&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) एस.सी. बोस&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) भगत सिंह&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 46&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;प्रसिद्ध नारा &quot;इंकलाब जिंदाबाद&quot; किसने दिया था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A)  चंद्रशेखर आजाद ने &lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) सरदार भगत सिंह ने&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) अशफाकउल्लाह खां ने &lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) अबुल कलाम आजाद ने&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B) सरदार भगत सिंह ने&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 47&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;लंदन में इंडियन होमरूल सोसाइटी को प्रारंभ किया?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) एनी बेसेंट ने&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B)  बी.जी. तिलक ने&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C)  एम.के. गांधी ने&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) श्यामजी कृष्ण वर्मा ने&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(D) श्यामजी कृष्ण वर्मा ने&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 48&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;श्यामजी कृष्ण वर्मा ने इंडियन होमरूल सोसाइटी की स्थापना की?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) पेरिस में&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) सैन फ्रांसिस्को में&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) लंदन में&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) बर्लिन में&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) पेरिस में&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 49&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;दीवाने-कोही किससे संबंधित है?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) मुहम्मद तुगलक&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) फिरोज तुगलक&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C)  अकबर&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) अलाउद्दीन&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) मुहम्मद तुगलक&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 50&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;मुहम्मद बिन तुगलक अपनी राजधानी दिल्ली से ले गया?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) दौलताबाद&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) कालिंजर&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) कन्नौज&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) लाहौर&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) दौलताबाद&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 51&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;सल्तनत काल में भू-राजस्व का सर्वोच्च ग्रामीण अधिकारी था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A)  चौधरी&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) रावत&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) मलिक&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) पटवारी&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) चौधरी&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 52&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;चीनी यात्री जिसने भीनमाल की यात्रा की थी?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) फाह्यान&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) संगयुन&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C)  ह्वेनसांग&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D)  इत्सिंग&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) ह्वेनसांग&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 53&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;एलीफेंटा की गुफाएं मुख्यतः निम्न धर्म के मतावलंबियों के उपयोग के
लिए काटकर बनाई गई थी?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) बौद्ध धर्म
&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) जैन धर्म&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) शैव धर्म&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) वैष्णव धर्म&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) शैव धर्म&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 54&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;निम्नलिखित चार ग्रंथों में से कौन सा विश्वकोषीय ग्रंथ है?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) अमरकोश&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) सिद्धांतशिरोमणि&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) वृहत्संहिता&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) अष्टांगहृदय&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(D) अष्टांगहृदय&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 55&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;इनमें से किसे &#39;आन्ध्र भोज&#39; भी कहा जाता है?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) कृष्णदेव राय&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) राजेंद्र चोल&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C)  हरिहर&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) बुक्का&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) कृष्णदेव राय&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 56&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;मेवाड़, बांगड़ और पास के क्षेत्रों के भीलों में सामाजिक सुधार के

लिए &#39;लसोड़िया आंदोलन&#39; का सूत्रपात किसने किया?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) मावजी&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) गोविंद गिरि&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) सुरमल दास&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) मोतीलाल तेजावत&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B) गोविंद गिरि&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 57&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;राष्ट्रीय कांग्रेस से पूर्व सबसे प्रमुख संस्था थी?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) बंगाल ब्रिटिश इंडिया सोसाइटी&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) ईस्ट इंडिया एसोसिएशन&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) यंग बंगाल एसोसिएशन&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) इंडियन एसोसिएशन ऑफ कलकत्ता&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(D) इंडियन एसोसिएशन ऑफ कलकत्ता&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 58&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;भारतीय राष्ट्रीय कांग्रेस की स्थापना के समय भारत का वायसराय कौन था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) लॉर्ड रिपन&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) लॉर्ड लिटन&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) लॉर्ड कैनिंग&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) लॉर्ड डफरिन&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(D) लॉर्ड डफरिन&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 59&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt; &quot;स्वराज मेरा जन्मसिद्ध अधिकार है और मैं इसे लेकर रहूंगा&quot; यह

वक्तव्य किससे संबंधित है?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) लाला लाजपत राय&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) महात्मा गांधी&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) बाल गंगाधर तिलक&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) सुभाष चंद्र बोस&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) बाल गंगाधर तिलक&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 60&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;निम्नलिखित में किस स्मारक का निर्माण शेरशाह ने करवाया था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) दिल्ली की किला-ए-कुहना मस्जिद&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) जौनपुर की अटाला मस्जिद&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) गौर की बारा सोना मस्जिद&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) दिल्ली की कुव्वत-उल-इस्लाम मस्जिद&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) दिल्ली की किला-ए-कुहना मस्जिद&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 61&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;अकबर कालीन सैन्य व्यवस्था आधारित थी?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) मनसबदारी&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) जमींदारी&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) सामंतवादी&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) आइन-ए-दहशाला&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) मनसबदारी&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 62&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;अकबर की इच्छानुसार किसने रामायण का फारसी में अनुवाद

किया था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) अबुल फजल&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) अब्दुल कादिर बदायूंनी&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) फैजी&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) अब्दुर रहीम खां-इ-खाना&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B) अब्दुल कादिर बदायूंनी&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 63&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;ईरान के शाह और मुगल शासकों के बीच झगड़े की जड़ क्या थी?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A)  काबुल&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) कन्धार&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) कुंदूज&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) गजनी&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B) कन्धार&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 64&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;दिल्ली के लाल किले का निर्माण करवाया था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) नूरजहां&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B)  शाहजहां&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) अकबर&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D)  जहांगीर&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B) शाहजहां&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 65&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;&quot;बीवी का मकबरा&quot; का निर्माता था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) हुमायूँ&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) शाहजहां&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) औरंगजेब&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) अकबर द्वितीय&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) औरंगजेब&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 66&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;निम्नलिखित में से कौन सम्राट औरंगजेब की पुत्री थी?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A)  जहांआरा&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) रोशन आरा&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) गौहर आरा&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) मेहरुन्निसा&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(D) मेहरुन्निसा&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 67&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;&#39;दास्तान-ए-अमीर हम्जा&#39; का चित्रांकन किसके द्वारा किया गया
?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A)  अब्दुस्समद&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) मंसूर&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) मीर सैयद अली&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) अबुल हसन&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) अब्दुस्समद&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 68&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;निम्नलिखित में से किस एक ने महत्त्वपूर्ण कृतियां &#39;रामचंद्रिका&#39; एवं

&#39;रसिकप्रिया&#39; की रचना की थी?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A)  मतिराम&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) केशव&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) रसखान&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D)  सेनापति&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B) केशव&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 69&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;सिख साम्राज्य का अंतिम शासक था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) दलीप सिंह&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) नौनिहाल सिंह&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) रणजीत सिंह&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) रणजीत सिंह&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) दलीप सिंह&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 70&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;&quot;अष्ट प्रधान&quot; मंत्रिपरिषद किसके राज्य प्रबंध में सहायता करती?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) हर्षवर्धन&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) समुद्रगुप्त&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) शिवाजी&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) यशोवर्मन&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) शिवाजी&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 71&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;पानीपत के तीसरे युद्ध में निम्न में से किसने मराठों को हराया था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) अफगानों ने&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) अंग्रेजों ने&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) मुगलों ने&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D)  रोहिलों ने&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) अफगानों ने&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 72&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;&#39;रिंग फेंस&#39; नीति का संबंध इनमें से किससे है?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) हेनरी लॉरेंस&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) डलहौजी&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) वारेन हेस्टिंग्स&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) लॉर्ड क्लाइव&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) वारेन हेस्टिंग्स&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 73&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;सहायक संधि को किसके काल में क्रियान्वित किया गया?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) लार्ड कार्नवालिस&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) लॉर्ड वेलेजली&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) सर जॉन शोर&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) लॉर्ड ऑकलैंड&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B) लॉर्ड वेलेजली&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 74&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;इनमें से किस वर्ष बंगाल से दासों के निर्यात को रोक दिया गया?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) 1764&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) 1789&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) 1858&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) 1868&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B) 1789&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 75&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;पब्लिक वर्क्स डिपार्टमेंट

18451855 के दौरान स्वरूप देने वाले

थे?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) लॉर्ड डलहौजी&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) लॉर्ड कॉर्नवालिस&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) जॉर्ज ऑकलैंड&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) वारेन हेस्टिंग्स&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) लॉर्ड डलहौजी&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 76&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;वह कौन व्यक्ति था, जिसने भारत में पहली वार जनसंख्या की

जनगणना करवायी?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) रिपन&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) लिटन&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) डफरिन&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) लॉर्ड मेयो&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(D) लॉर्ड मेयो&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 77&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;ब्रिटिश भारत की राजधानी का कोलकाता से दिल्ली सभा

किसके काल में क्रियान्वित हुआ?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) लॉर्ड मिंटो&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) लॉर्ड हार्डिंग&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) लॉर्ड चेम्सफोर्ड&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) लॉर्ड रीडिंग&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B) लॉर्ड हार्डिंग&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 78&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;&#39;स्थायी बंदोबस्त&#39; किसके साथ किया गया?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) जमींदारों के साथ&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) ग्रामीण समुदायों के साथ&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) मुकदमों के साथ&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) किसानों के साथ&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) जमींदारों के साथ&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 79&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;किसने &#39;विकास के सिद्धांत का प्रतिपादन किया था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) दादाभाई नौरोजी&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) लोकमान्य तिलक&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) गोपाल कृष्ण गोखले&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) मदन मोहन मालवीय&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) दादाभाई नौरोजी&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 80&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;1857 के स्वाधीनता संग्राम का प्रतीक था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) कमल और रोटी &lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B)  बाज&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) रूमाल&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D)  दो तलवारें&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) कमल और रोटी&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 81&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;निम्नलिखित में कौन सा आयोग 1857 के विद्रोह के दमन के बाद
भारतीय फौज के नव संगठन से संबंधित है?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) पब्लिक सर्विस आयोग&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) पील आयोग&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) हंटर आयोग&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) हंटर आयोग&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B) पील आयोग&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 82&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;भारतीय स्वतंत्रता के लिए फांसी पाने वाले प्रथम रिकॉर्डर मुस्लिम का

नाम बताएं?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) मुहम्मद अली&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) शौक़त अली&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) अशफाकुल्ला खान&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) अजीजुद्दीन&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) अशफाकुल्ला खान&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 83&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;स्वतंत्रता संग्राम के सबसे कम आयु के शहीद थे
?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) सुखदेव&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) अशफाकुल्ला खान&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) खुदीराम बोस&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) हेमू कालणी&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) खुदीराम बोस&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 84&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;कौन &#39;भारतीय क्रांति की माँ&#39; कहलाती है?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) एनी बेसेंट&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) सरोजिनी नायडू&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) रमाबाई&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D)  भीकाजी रुस्तम कामा&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(D)  भीकाजी रुस्तम कामा&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 85&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;1905 में बंगाल विभाजन किस वायसराय ने किया?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) लॉर्ड हार्डिंग&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) लॉर्ड कर्जन&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) लॉर्ड लिट्टन&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) लॉर्ड मिंटो&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B) लॉर्ड कर्जन&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 86&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;दादाभाई नौरोजी आमतौर पर किस नाम से जाने जाते थे?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) पंजाब केसरी&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) गुजरात रत्न&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) गुरुदेव&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) ग्रांड ओल्ड मैन ऑफ इंडिया&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(D) ग्रांड ओल्ड मैन ऑफ इंडिया&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 87&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;1907 में मुस्लिम लीग का वार्षिक अधिवेशन कहां हुआ था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) ढाका में&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) अलीगढ़ में&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) कराची में&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) लखनऊ में&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B) अलीगढ़ में&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 88&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;दिल्ली में उनके राजकीय प्रवेश के अवसर पर बम फेंका गया था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) लॉर्ड कर्जन पर&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) लॉर्ड मेयो पर&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) लॉर्ड मिंटो पर&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) लॉर्ड हार्डिंग पर&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(D) लॉर्ड हार्डिंग पर&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 89&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;होमरूल लीग आंदोलन सर्वप्रथम किसने आरंभ किया?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) एनी बेसेंट&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) सरोजिनी नायडू&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) सुरेंद्रनाथ बनर्जी&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) तिलक&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) एनी बेसेंट&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 90&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;दक्षिण अफ्रीका में रहने की अवधि में महात्मा गांधी ने निम्न में से
जिस पत्रिका का प्रकाशन किया, उसका नाम था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) नवजीवन&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) इंडिया गजट&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) अफ्रीका&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) इंडियन ओपिनियन&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(D) इंडियन ओपिनियन&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 91&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;गांधीजी दक्षिण अफ्रीका में कितने वर्ष रहे थे?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) 20 वर्ष&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B)  21 वर्ष&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) 16 वर्ष&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) 15 वर्ष&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B) 21 वर्ष&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 92&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;नोआखाली काल में महात्मा गांधी के सचिव कौन थे?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) निर्मल कुमार बोस&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) महादेव देसाई&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) प्यारे लाल&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) वल्लभभाई पटेल&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) प्यारे लाल&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 93&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;गांधीजी ने भारत में पहली बार सत्याग्रह आंदोलन बिहार में कहां
प्रारंभ किया गया?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) पटना&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) गया&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) मधुबनी&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) चंपारण&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(D) चंपारण&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 94&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;निम्नलिखित स्थानों में से कहां महात्मा गांधी ने भारत में सर्वप्रथा

सत्याग्रह प्रारंभ किया?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) अहमदाबाद&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) बारदोली&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) चम्पारण&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) खेड़ा&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) चम्पारण&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 95&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;वह कौन जगह थी, जहां अखिल भारतीय किसान सभा का पहला

अधिवेशन हुआ था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) इलाहाबाद&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) कलकत्ता&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) लखनऊ&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) पटना&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(C) लखनऊ&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 96&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;इनमें से कौन बिहार में किसान आंदोलन के साथ जुड़े थे?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) राजेंद्र प्रसाद&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) सी.आर. दास&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) मोतीलाल नेहरू&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) भगत सिंह&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) राजेंद्र प्रसाद&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 97&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;अखिल भारतीय राजनीति में गांधी का पहला साहसिक कदम था?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) असहयोग आंदोलन&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) रौलेट सत्याग्रह&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C)  चम्पारण आंदोलन&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) दांडी यात्रा&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(B) रौलेट सत्याग्रह&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 98&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;जनरल डायर का नाम किस घटना से जुड़ा हुआ है?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) ब्लैक होल कलकत्ता&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) रानी दुर्गावती की लड़ाई&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) 1857 का संग्राम&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) जलियांवाला बाग&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(D) जलियांवाला बाग&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 99&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;गांधीजी को किसने सावधान किया था कि मुस्लिम धार्मिक नेताओं

और उनके अनुयायियों के कट्टरपन को प्रोत्साहित न करें?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) आगा खा&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) अजमल खां&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C)  हसन इमाम&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) मुहम्मद अली जिन्ना&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(D) मुहम्मद अली जिन्ना&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;[tab]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;QUESTION 100&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;गांधीजी ने असहयोग आंदोलन कब प्रारंभ किया?&lt;/b&gt;&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(A) 1920&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(B) 1919&lt;/div&gt;
&lt;div style=&quot;background-color: white; border: 0px; box-sizing: border-box; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 10px; outline: 0px; padding-bottom: 2px; vertical-align: baseline;&quot;&gt;
(C) 1921&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: &amp;quot;source sans pro&amp;quot; , sans-serif; font-size: 17px;&quot;&gt;(D) 1922&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;SHOW ANSWER&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;(A) 1920&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
</description><link>https://www.praveshkumar.in/2020/03/col-to-input-first-accordion-press.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-300899766004632675</guid><pubDate>Sun, 12 Aug 2018 09:27:00 +0000</pubDate><atom:updated>2025-03-26T13:23:43.725+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">12th Pass Jobs</category><category domain="http://www.blogger.com/atom/ns#">cds</category><category domain="http://www.blogger.com/atom/ns#">defence job</category><category domain="http://www.blogger.com/atom/ns#">Jobs</category><category domain="http://www.blogger.com/atom/ns#">upsc</category><title>Combined Defence Services (CDS) Exam II · 2018</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoLjTLl1vCSK3O9mf9fLpumaTWll1YWJbFnQB9b6WafWe-QkrlrLoTR6w4Bfy6kY28yWpPk1_UQES-SNRB7rs00kGybQ1SpwSz2fWWqzhZx-Njx3MnIiv1CEulXZOGGMYAUndv9TrfwfhB/s1600/CDS-II.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;120&quot; data-original-width=&quot;92&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoLjTLl1vCSK3O9mf9fLpumaTWll1YWJbFnQB9b6WafWe-QkrlrLoTR6w4Bfy6kY28yWpPk1_UQES-SNRB7rs00kGybQ1SpwSz2fWWqzhZx-Njx3MnIiv1CEulXZOGGMYAUndv9TrfwfhB/s200/CDS-II.png&quot; width=&quot;153&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;script type=&quot;application/ld+json&quot;&gt;        {             &quot;@context&quot;: &quot;http://schema.org&quot;,             &quot;@type&quot;: &quot;WebPage&quot;,             &quot;name&quot;: &quot;Combined Defence Services (CDS) Exam II 2018&quot;,             &quot;description&quot;: &quot;CDS 2018 online application form has been started from 08 August 2018. All the candidate are requested to read instruction carefully before filling the form Thank You&quot;,             &quot;keywords&quot;:&quot;UPSC CDS 2018, CDS 2018 Notification, CDS 2018 Application Form, UPSC CDS EXAM 2018, UPSC CDS-2, CDS 2018 Apply Online, CDS-2 Exam Pattern,&quot;,             &quot;url&quot; : &quot;https://www.praveshkumar.in/2018/08/combined-defence-services-cds-exam-ii.html&quot;         }     &lt;/script&gt;&lt;script type=&quot;application/ld+json&quot;&gt;{   &quot;@context&quot;: &quot;https://schema.org&quot;,   &quot;@type&quot;: &quot;NewsArticle&quot;,   &quot;mainEntityOfPage&quot;:{     &quot;@type&quot;:&quot;WebPage&quot;,     &quot;@id&quot;:&quot;https://www.praveshkumar.in/2018/08/combined-defence-services-cds-exam-ii.html&quot;   },   &quot;headline&quot;: &quot;Combined Defence Services (CDS) Exam II 2018&quot;,   &quot;url&quot;:&quot;https://www.praveshkumar.in/2018/08/combined-defence-services-cds-exam-ii.html&quot;,   &quot;image&quot;: {     &quot;@type&quot;: &quot;ImageObject&quot;,     &quot;url&quot;: [&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoLjTLl1vCSK3O9mf9fLpumaTWll1YWJbFnQB9b6WafWe-QkrlrLoTR6w4Bfy6kY28yWpPk1_UQES-SNRB7rs00kGybQ1SpwSz2fWWqzhZx-Njx3MnIiv1CEulXZOGGMYAUndv9TrfwfhB/s1600/CDS-II.png&quot;],     &quot;height&quot;: 320,     &quot;width&quot;: 630   },   &quot;thumbnailUrl&quot;:&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoLjTLl1vCSK3O9mf9fLpumaTWll1YWJbFnQB9b6WafWe-QkrlrLoTR6w4Bfy6kY28yWpPk1_UQES-SNRB7rs00kGybQ1SpwSz2fWWqzhZx-Njx3MnIiv1CEulXZOGGMYAUndv9TrfwfhB/s1600/CDS-II.png&quot;,   &quot;datePublished&quot;: &quot;2018-08-08T14:39:59+05:30&quot;,   &quot;dateModified&quot;: &quot;2018-08-12T14:39:59+05:30&quot;,   &quot;dateCreated&quot;: &quot;2018-08-08T14:39:59+05:30&quot;,   &quot;author&quot;: {     &quot;@type&quot;: &quot;Person&quot;,     &quot;name&quot;: &quot;Pravesh Kumar&quot;   },   &quot;publisher&quot;: {     &quot;@type&quot;: &quot;Organization&quot;,     &quot;name&quot;: &quot;www.praveshkumar.in&quot;,     &quot;logo&quot;: {       &quot;@type&quot;: &quot;ImageObject&quot;,       &quot;url&quot;: &quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiTEhVYvdwcKEX6bAlrdY0mg-j2Un12RroaV8RATllWiPwSZ7nub9dMTk5QPoccr8AtjQhEC26989WCbQD7mtgo7dWfXi90IIgZMv5I0xh8OGQxJpAlJlBNB60sbfR99c1g51ay-WV31J9q/s1600/logo-_praveshkumar.in.png&quot;,       &quot;width&quot;: 297,       &quot;height&quot;: 56     }   },   &quot;articleSection&quot;:&quot;Government Recruitment Agency&quot;,   &quot;description&quot;: &quot;CDS 2018 online application form has been started from 08 August 2018. All the candidate are requested to read instruction carefully before filling the form Thank You&quot;,   &quot;keywords&quot;: &quot;UPSC CDS 2018, CDS 2018 Notification, CDS 2018 Application Form, UPSC CDS EXAM 2018, UPSC CDS-2, CDS 2018 Apply Online, CDS-2 Exam Pattern,&quot;,   &quot;articleBody&quot;:&quot;Combined Defence Services (CDS) Exam II 2018 &quot; } &lt;/script&gt;&lt;br /&gt;&lt;div class=&quot;box1&quot;&gt;&lt;div class=&quot;details&quot;&gt;Combined Defence Services (CDS) Exam II · 2018&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;box1&quot;&gt;&lt;div class=&quot;importantlink&quot;&gt;importantlink&lt;/div&gt;&lt;div class=&quot;post-table&quot;&gt;&lt;table&gt;    &lt;thead&gt;&lt;tr&gt;        &lt;th&gt;Apply Online&lt;/th&gt;        &lt;th&gt;Registration Part-II&lt;/th&gt;        &lt;th&gt;RePrint Form&lt;/th&gt;        &lt;th&gt;Download Notification&lt;/th&gt;        &lt;th&gt;Official Website&lt;/th&gt;               &lt;/tr&gt;&lt;/thead&gt;    &lt;tbody&gt;&lt;tr&gt;         &lt;td data-label=&quot;Apply Online&quot;&gt;&lt;a href=&quot;https://upsconline.nic.in/mainmenu2.php&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here &lt;/b&gt;&lt;/a&gt;&lt;/td&gt;         &lt;td data-label=&quot;Registration Part-II&quot;&gt;&lt;a href=&quot;https://upsconline.nic.in/upsc/upload1.php&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here &lt;/b&gt;&lt;/a&gt;&lt;/td&gt;         &lt;td data-label=&quot;RePrint Form&quot;&gt;&lt;a href=&quot;https://upsconline.nic.in/viewapplication.php&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here &lt;/b&gt;&lt;/a&gt;&lt;/td&gt;         &lt;td data-label=&quot;Download Notification&quot;&gt;&lt;a href=&quot;http://upsc.gov.in/sites/default/files/Notice-CDS-II-2018-Engl_0.pdf&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here &lt;/b&gt;&quot; &lt;/td&gt;                &lt;td data-label=&quot;Official Website&quot;&gt;&lt;a href=&quot;http://upsc.gov.in/&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Click Here &lt;/b&gt;&lt;/a&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;box1&quot;&gt;&lt;div class=&quot;details&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;box2&quot;&gt;&lt;div class=&quot;applicationfee&quot;&gt;Application Fee &lt;/div&gt;&lt;ul&gt;&lt;li&gt;Gen/OBC: 200/-&lt;/li&gt;&lt;li&gt;SC/ST/Female: 0/-&lt;/li&gt;&lt;li&gt;Pay Exam Fee Through Debit/Credit Card, Net Banking or Offline By Bank Challan&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;box2&quot;&gt;&lt;div class=&quot;date&quot;&gt;Important Date&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Start Date: 08/08/2018&lt;/li&gt;&lt;li&gt;Last Date:  03/09/2018&lt;/li&gt;&lt;li&gt;Last Date For Fee:  03/09/2018&lt;/li&gt;&lt;li&gt;Admit Card : 03/11/2018(probable)&lt;/li&gt;&lt;li&gt;Exam Date : 18/11/2018&lt;/li&gt;&lt;li&gt;Result Date: Notify Soon&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;clear&quot;&gt;&lt;div class=&quot;box2&quot;&gt;&lt;div class=&quot;applicationfee&quot;&gt;Eligibility &lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;For I.M.A. and Officers’ Training Academy—&lt;/b&gt; Degree of a recognised University or equivalent  &lt;/li&gt;&lt;li&gt;&lt;b&gt;For Indian Naval Academy—&lt;/b&gt;Degree in Engineering from a recognised University/Institution. &lt;/li&gt;&lt;li&gt;&lt;b&gt;For Air Force Academy—&lt;/b&gt;Degree of a recognised University (with Physics and Mathematics at 10+2 level) or Bachelor of Engineering. &lt;/li&gt;&lt;li&gt;&lt;b&gt;For More:&lt;/b&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://upsc.gov.in/sites/default/files/Notice-CDS-II-2018-Engl_0.pdf&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;See Notification.&lt;/b&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;box2&quot;&gt;&lt;div class=&quot;date&quot;&gt;Age Limit As On 01/07/2019 &lt;/div&gt;&lt;ul&gt;&lt;li&gt; Age Limit:  20-24&lt;/li&gt;&lt;li&gt; Age Relaxation Extra as Govt Rules&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;box1&quot;&gt;&lt;div class=&quot;details&quot;&gt;Vacancy Detail Total- 414&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Indian Military Academy, Dehradun: 100&lt;/li&gt;&lt;li&gt;Indian Naval Academy, Ezhimala: 45&lt;/li&gt;&lt;li&gt;Air Force Academy, Hyderabad: 32&lt;/li&gt;&lt;li&gt;Officers’ Training Academy, Chennai (Madras): 225&lt;/li&gt;&lt;li&gt;Officers Training Academy, Chennai: 12&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;box1&quot;&gt;&lt;div class=&quot;details&quot;&gt;CENTRES OF EXAMINATION:&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;box1&quot;&gt;&lt;div class=&quot;details&quot;&gt;The Examination will be held at the following Centres : &lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;box1&quot;&gt;&lt;div class=&quot;details&quot;&gt; AGARTALA, AHMEDABAD, AIZAWL, ALLAHABAD, BENGALURU, BAREILLY, BHOPAL, CHANDIGARH, CHENNAI, CUTTACK, DEHRADUN, DELHI, DHARWAD, DISPUR, GANGTOK, HYDERABAD, IMPHAL, ITANAGAR, JAIPUR, JAMMU, JORHAT, KOCHI, KOHIMA, KOLKATA, LUCKNOW, MADURAI, MUMBAI, NAGPUR, PANAJI (GOA), PATNA, PORT BLAIR, RAIPUR, RANCHI, SAMBALPUR, SHILLONG, SHIMLA, SRINAGAR, THIRUVANANTHAPURAM, TIRUPATI, UDAIPUR AND VISAKHAPATNAM.  &lt;p&gt;Applicants should note that there will be a ceiling on the number of candidates allotted to each of the centres except Chennai, Delhi, Dispur, Kolkata and Nagpur. Allotment of Centres will be on the first-apply-first-allot basis and once the capacity of a particular centre is attained, the same will be frozen. Applicants, who cannot get a centre of their choice due to ceiling, will be required to choose a Centre from the remaining ones. Applicants are, thus, advised that they may apply early so that they could get a Centre of their choice.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt; &lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;box1&quot;&gt;&lt;div class=&quot;details&quot;&gt;Notification&lt;/div&gt;&lt;/div&gt;&lt;iframe height=&quot;800&quot; src=&quot;https://docs.google.com/file/d/1pDJEuzEwHzRrI7Ql7YOOyaVZvIUjFMKN/preview&quot; width=&quot;100%&quot;&gt;&lt;/iframe&gt; &lt;br /&gt;&lt;div class=&quot;clear&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;style&gt;.importantlink{           width: 100%;          color: yellow;           background-color: navy;          text-align: center;           text-transform: uppercase;           font-weight: 900;           }  .details{          width: 100%;           color: yellow;          background-color: navy;         text-align: center;          text-transform: uppercase;           font-weight: 900;         }  .applicationfee{                width: 100%;                 color: yellow;                  background-color: navy;                  text-align: center;                 text-transform: uppercase;                font-weight: 900;                }  .date{      width: 100%;        color: yellow;      background-color: navy;      text-align: center;        text-transform: uppercase;      font-weight: 900;     }  .eligibility{               width: 100%;               color: yellow;             background-color: navy;              border: 2px solid darkblue;             padding: 5px;                 text-align: center;              text-transform: uppercase;             font-weight: 900;             }  .agelimit{           width: 100%;            color: yellow;            background-color: navy;           border: 2px solid darkblue;           padding: 5px;          text-align: center;          text-transform: uppercase;          font-weight: 900;          }   .box1{      height: auto;      width: 100%;      background: #fff;      margin: 0px;      float: right;      } .box2{       text-align: center;      display: block;      height: auto;      overflow: hidden;      box-sizing: border-box;      margin: 0 0 20px;      padding-bottom: 20px;      width: 48%;      float: left;      margin-left: 10px;      margin-top: 10px;      min-width: 300px;      border: 1px solid rebeccapurple;      } .box3{      height: auto;      width: 49%;      min-width: 300px;      background: pink;      margin-top: 10px;      float: right;      margin-right: 12px;      }   .clear{        clear: both;       }      .widget .post-body ul {                        padding: 0 0.5em;                       }   &lt;/style&gt;&lt;/div&gt;&lt;/div&gt;</description><link>https://www.praveshkumar.in/2018/08/combined-defence-services-cds-exam-ii.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoLjTLl1vCSK3O9mf9fLpumaTWll1YWJbFnQB9b6WafWe-QkrlrLoTR6w4Bfy6kY28yWpPk1_UQES-SNRB7rs00kGybQ1SpwSz2fWWqzhZx-Njx3MnIiv1CEulXZOGGMYAUndv9TrfwfhB/s72-c/CDS-II.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-6353155600416520173</guid><pubDate>Tue, 17 Jul 2018 02:50:00 +0000</pubDate><atom:updated>2025-03-26T13:23:44.268+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">exam calendar</category><category domain="http://www.blogger.com/atom/ns#">Jobs</category><category domain="http://www.blogger.com/atom/ns#">upsc</category><title>upsc exam calendar 2019</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;box1&quot;&gt;&lt;div class=&quot;importantlink&quot;&gt;importantlink&lt;/div&gt;&lt;div class=&quot;post-table&quot;&gt;&lt;table&gt;    &lt;thead&gt;&lt;tr&gt;        &lt;th&gt;Apply Online&lt;/th&gt;         &lt;th&gt;Exam  Notification&lt;/th&gt;         &lt;th&gt;Recruitment&lt;/th&gt;        &lt;th&gt;Download Exam Calendar&lt;/th&gt;        &lt;th&gt;Official Website&lt;/th&gt;               &lt;/tr&gt;&lt;/thead&gt;    &lt;tbody&gt;&lt;tr&gt;        &lt;td data-label=&quot;Apply Online&quot;&gt;&lt;a href=&quot;https://upsconline.nic.in/mainmenu2.php&quot; target=&quot;_blank&quot;&gt; Click Here &lt;/a&gt;&lt;/td&gt;         &lt;td data-label=&quot;Exam  Notification&quot;&gt;&lt;a href=&quot;http://www.upsc.gov.in/exams-related-info/exam-notification&quot; target=&quot;_blank&quot;&gt;Click Here&lt;/a&gt;&lt;/td&gt;        &lt;td data-label=&quot;Recruitment&quot;&gt;&lt;a href=&quot;http://upsc.gov.in/recruitment/recruitment-advertisement&quot; target=&quot;_blank&quot;&gt; Click Here &lt;/a&gt;&lt;/td&gt;        &lt;td data-label=&quot;Download Exam Calendar&quot;&gt;&lt;a href=&quot;http://www.upsc.gov.in/examinations/exam-calendar&quot; target=&quot;_blank&quot;&gt;Click Here&lt;/a&gt;&lt;/td&gt;        &lt;td data-label=&quot;Official Website&quot;&gt;&lt;a href=&quot;http://upsc.gov.in/&quot; target=&quot;_blank&quot;&gt;Click Here&lt;/a&gt;&lt;/td&gt;                 &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;iframe height=&quot;800&quot; src=&quot;https://docs.google.com/file/d/1PCZc0myvUk2rxLF_1usneTdZXYAj-uKi/preview&quot; width=&quot;100%&quot;&gt;&lt;/iframe&gt; &lt;br /&gt;&lt;div class=&quot;box1&quot;&gt;&lt;div class=&quot;details&quot;&gt;आपका शुक्रिया&amp;nbsp;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;clear&quot;&gt;&lt;div class=&quot;clear&quot;&gt;&lt;a href=&quot;http://www.upsc.gov.in/sites/default/files/Exam-Calender-2019-Engl_0.pdf&quot;&gt;Download Exam Calendar&lt;/a&gt;  &lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOV37zjIdLWWn-wgPlcJ437op0xhLE8UMAb_wIyA-V1VkpK1JFfsC23tk9ccVQ4y8i5TPQna5cPZSOufP23jrvXzHwfMPVhY4FYc3zXupuudvdxEmoWdbs-UOpvJ8YwVYw-LBPsGpSvtoi/s1600/upsc.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;168&quot; data-original-width=&quot;300&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOV37zjIdLWWn-wgPlcJ437op0xhLE8UMAb_wIyA-V1VkpK1JFfsC23tk9ccVQ4y8i5TPQna5cPZSOufP23jrvXzHwfMPVhY4FYc3zXupuudvdxEmoWdbs-UOpvJ8YwVYw-LBPsGpSvtoi/s1600/upsc.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;style&gt;.importantlink{           width: 100%;          color: yellow;           background-color: navy;          text-align: center;           text-transform: uppercase;           font-weight: 900;           }  .details{          width: 100%;           color: yellow;          background-color: navy;         text-align: center;          text-transform: uppercase;           font-weight: 900;         }  .applicationfee{                width: 100%;                 color: yellow;                  background-color: navy;                  text-align: center;                 text-transform: uppercase;                font-weight: 900;                }  .date{      width: 100%;        color: yellow;      background-color: navy;      text-align: center;        text-transform: uppercase;      font-weight: 900;     }  .eligibility{               width: 100%;               color: yellow;             background-color: navy;              border: 2px solid darkblue;             padding: 5px;                 text-align: center;              text-transform: uppercase;             font-weight: 900;             }  .agelimit{           width: 100%;            color: yellow;            background-color: navy;           border: 2px solid darkblue;           padding: 5px;          text-align: center;          text-transform: uppercase;          font-weight: 900;          }   .box1{      height: auto;      width: 100%;      background: #fff;      margin: 0px;      float: right;      } .box2{       text-align: center;      display: block;      height: auto;      overflow: hidden;      box-sizing: border-box;      margin: 0 0 20px;      padding-bottom: 20px;      width: 48%;      float: left;      margin-left: 10px;      margin-top: 10px;      min-width: 300px;      border: 1px solid rebeccapurple;      } .box3{      height: auto;      width: 49%;      min-width: 300px;      background: pink;      margin-top: 10px;      float: right;      margin-right: 12px;      }   .clear{        clear: both;       }      .widget .post-body ul {                        padding: 0 0.5em;                       }   &lt;/style&gt;&lt;/div&gt;&lt;/div&gt;</description><link>https://www.praveshkumar.in/2018/07/upsc-exam-calendar-2019.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOV37zjIdLWWn-wgPlcJ437op0xhLE8UMAb_wIyA-V1VkpK1JFfsC23tk9ccVQ4y8i5TPQna5cPZSOufP23jrvXzHwfMPVhY4FYc3zXupuudvdxEmoWdbs-UOpvJ8YwVYw-LBPsGpSvtoi/s72-c/upsc.jpg" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>India</georss:featurename><georss:point>20.593684 78.962880000000041</georss:point><georss:box>-8.6041045000000018 37.654286000000042 49.7914725 120.27147400000004</georss:box></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-1816004354166791635</guid><pubDate>Tue, 17 Jul 2018 02:14:00 +0000</pubDate><atom:updated>2025-03-26T13:23:43.893+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Jobs</category><category domain="http://www.blogger.com/atom/ns#">Latest Results</category><category domain="http://www.blogger.com/atom/ns#">Results</category><category domain="http://www.blogger.com/atom/ns#">upsc</category><title>upsc civil services pre result 2018</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;box1&quot;&gt;&lt;div class=&quot;importantlink&quot;&gt;importantlink&lt;/div&gt;&lt;div class=&quot;post-table&quot;&gt;&lt;table&gt;    &lt;thead&gt;&lt;tr&gt;        &lt;th&gt;Apply Online&lt;/th&gt;         &lt;th&gt;Download  Result&lt;/th&gt;                  &lt;th&gt;Download Notification&lt;/th&gt;        &lt;th&gt;Official Website&lt;/th&gt;               &lt;/tr&gt;&lt;/thead&gt;    &lt;tbody&gt;&lt;tr&gt;        &lt;td data-label=&quot;Apply Online&quot;&gt;&lt;a href=&quot;https://upsconline.nic.in/mainmenu2.php&quot;&gt; Click Here &lt;/a&gt;&lt;/td&gt;         &lt;td data-label=&quot;Download  Result&quot;&gt;&lt;a href=&quot;https://www.upsconline.nic.in/CSP-2018-Engl-F.pdf&quot;&gt;Click Here&lt;/a&gt;&lt;/td&gt;                &lt;td data-label=&quot;Download Notification&quot;&gt;&lt;a href=&quot;https://upsconline.nic.in/download1.php?type=ne&amp;amp;file=CSP2018-E.pdf&quot;&gt;IAS&lt;/a&gt;|&lt;a href=&quot;https://upsconline.nic.in/download1.php?type=ne&amp;amp;file=IFS2018-E.pdf&quot;&gt;IFS&lt;/a&gt;&lt;/td&gt;        &lt;td data-label=&quot;Official Website&quot;&gt;&lt;a href=&quot;http://upsc.gov.in/&quot;&gt;Click Here&lt;/a&gt;&lt;/td&gt;                 &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;box1&quot;&gt;&lt;div class=&quot;details&quot;&gt;आपका शुक्रिया&amp;nbsp;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;box2&quot;&gt;&lt;div class=&quot;applicationfee&quot;&gt;Application Fee &lt;/div&gt;&lt;ul&gt;&lt;li&gt;Gen/OBC: 100/-&lt;/li&gt;&lt;li&gt;SC/ST/PH: 0/-&lt;/li&gt;&lt;li&gt;Female: 0/-&lt;/li&gt;&lt;li&gt;Pay Exam Fee Through Debit/Credit Card, Net Banking or Offline By Bank Challan&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;box2&quot;&gt;&lt;div class=&quot;date&quot;&gt;Important Date&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Start Date: 07/02/2018&lt;/li&gt;&lt;li&gt;Last Date:  06/03/2018&lt;/li&gt;&lt;li&gt;Last Date For Fee:  06/03/2018&lt;/li&gt;&lt;li&gt;Exam Date : 03/06/2018&lt;/li&gt;&lt;li&gt;Result Date: 14/07/2018&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;clear&quot;&gt;&lt;div class=&quot;box2&quot;&gt;&lt;div class=&quot;applicationfee&quot;&gt;Eligibility &lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;IAS:&lt;/b&gt; Bachler Degree In Any Stream From any recognized university in india &lt;/li&gt;&lt;li&gt;&lt;b&gt;IFS:&lt;/b&gt; Bachler Degree as one of the subject Agriculture, animal husbandry, Botany, Chemistry, Maths, Physics, Zoology  From any recognized university in india  OR Equivalent&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;box2&quot;&gt;&lt;div class=&quot;date&quot;&gt;Age Limit on 01/08/2018&lt;/div&gt;&lt;ul&gt;&lt;li&gt; Age Limit:21-32&lt;/li&gt;&lt;li&gt; Age Relaxation Extra as Govt Rules&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;clear&quot;&gt;&lt;div class=&quot;box1&quot;&gt;&lt;div class=&quot;details&quot;&gt;Vacancy Detail Total- 892&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;post-table&quot;&gt;&lt;table&gt;&lt;thead&gt;&lt;tr&gt;  &lt;th&gt;Post Name&lt;/th&gt;&lt;th&gt;Vacancies&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td data-label=&quot;Post Name&quot;&gt;IAS&lt;/td&gt;&lt;td data-label=&quot;TOTAL&quot;&gt;782&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td data-label=&quot;Post Name&quot;&gt;IFS&lt;/td&gt;&lt;td data-label=&quot;TOTAL&quot;&gt;110&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOV37zjIdLWWn-wgPlcJ437op0xhLE8UMAb_wIyA-V1VkpK1JFfsC23tk9ccVQ4y8i5TPQna5cPZSOufP23jrvXzHwfMPVhY4FYc3zXupuudvdxEmoWdbs-UOpvJ8YwVYw-LBPsGpSvtoi/s1600/upsc.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;168&quot; data-original-width=&quot;300&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOV37zjIdLWWn-wgPlcJ437op0xhLE8UMAb_wIyA-V1VkpK1JFfsC23tk9ccVQ4y8i5TPQna5cPZSOufP23jrvXzHwfMPVhY4FYc3zXupuudvdxEmoWdbs-UOpvJ8YwVYw-LBPsGpSvtoi/s1600/upsc.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;style&gt;.importantlink{           width: 100%;          color: yellow;           background-color: navy;          text-align: center;           text-transform: uppercase;           font-weight: 900;           }  .details{          width: 100%;           color: yellow;          background-color: navy;         text-align: center;          text-transform: uppercase;           font-weight: 900;         }  .applicationfee{                width: 100%;                 color: yellow;                  background-color: navy;                  text-align: center;                 text-transform: uppercase;                font-weight: 900;                }  .date{      width: 100%;        color: yellow;      background-color: navy;      text-align: center;        text-transform: uppercase;      font-weight: 900;     }  .eligibility{               width: 100%;               color: yellow;             background-color: navy;              border: 2px solid darkblue;             padding: 5px;                 text-align: center;              text-transform: uppercase;             font-weight: 900;             }  .agelimit{           width: 100%;            color: yellow;            background-color: navy;           border: 2px solid darkblue;           padding: 5px;          text-align: center;          text-transform: uppercase;          font-weight: 900;          }   .box1{      height: auto;      width: 100%;      background: #fff;      margin: 0px;      float: right;      } .box2{       text-align: center;      display: block;      height: auto;      overflow: hidden;      box-sizing: border-box;      margin: 0 0 20px;      padding-bottom: 20px;      width: 48%;      float: left;      margin-left: 10px;      margin-top: 10px;      min-width: 300px;      border: 1px solid rebeccapurple;      } .box3{      height: auto;      width: 49%;      min-width: 300px;      background: pink;      margin-top: 10px;      float: right;      margin-right: 12px;      }   .clear{        clear: both;       }      .widget .post-body ul {                        padding: 0 0.5em;                       }   &lt;/style&gt;&lt;/div&gt;&lt;/div&gt;</description><link>https://www.praveshkumar.in/2018/07/upsc-civil-services-pre-result-2018.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOV37zjIdLWWn-wgPlcJ437op0xhLE8UMAb_wIyA-V1VkpK1JFfsC23tk9ccVQ4y8i5TPQna5cPZSOufP23jrvXzHwfMPVhY4FYc3zXupuudvdxEmoWdbs-UOpvJ8YwVYw-LBPsGpSvtoi/s72-c/upsc.jpg" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>India</georss:featurename><georss:point>20.593684 78.962880000000041</georss:point><georss:box>-8.6041045000000018 37.654286000000042 49.7914725 120.27147400000004</georss:box></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8412041815001641998.post-7060364907143043627</guid><pubDate>Wed, 14 Feb 2018 16:55:00 +0000</pubDate><atom:updated>2025-03-26T13:23:44.393+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Jobs</category><category domain="http://www.blogger.com/atom/ns#">Latest Results</category><category domain="http://www.blogger.com/atom/ns#">Results</category><category domain="http://www.blogger.com/atom/ns#">upsc</category><title> UPSC Combined Defence Service CDS I Final Result</title><description> &lt;div class=&quot;result&quot;&gt;&lt;h2 class=&quot;important-link&quot;&gt;Combined Defence Service CDS I Recruitment 2017 Final Result with Marks&lt;/h2&gt;&lt;/div&gt;&lt;div class=&quot;post-table&quot;&gt;&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Download Result Marks&lt;/th&gt;&lt;th&gt;Download OTA Final Result&lt;/th&gt;&lt;th&gt;Download Final Result&lt;/th&gt;&lt;th&gt;Download Written Exam Result&lt;/th&gt;&lt;th&gt;Download Admit Card&lt;/th&gt;&lt;th&gt;Print Application Form&lt;/th&gt;&lt;th&gt;Official Website&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td data-label=&quot;Download Result Marks&quot;&gt;&lt;a href=&quot;http://upsc.gov.in/sites/default/files/CDSI_2017_RecmddMks.pdf&quot; target=&quot;_blank&quot;&gt;Click Here&lt;/a&gt;&lt;/td&gt;&lt;td data-label=&quot;Download OTA Final Result&quot;&gt;&lt;a href=&quot;http://upsc.gov.in/sites/default/files/FR_CDSI17_OTA_Eng.pdf&quot; target=&quot;_blank&quot;&gt;Click Here&lt;/a&gt;&lt;/td&gt;&lt;td data-label=&quot;Download Final Result&quot;&gt;&lt;a href=&quot;http://upsc.gov.in/sites/default/files/FR_CDS_I_2017_Engl_F.pdf&quot; target=&quot;_blank&quot;&gt;Click Here&lt;/a&gt;&lt;/td&gt;&lt;td data-label=&quot;Download Written Exam Result&quot;&gt;&lt;a href=&quot;http://upsc.gov.in/sites/default/files/WR_CDS_I_2017_Engl_F.pdf&quot; target=&quot;_blank&quot;&gt;Click Here&lt;/a&gt;&lt;/td&gt;&lt;td data-label=&quot;Download Admit Card&quot;&gt;&lt;a href=&quot;https://upsconline.nic.in/eadmitcard/upsc_ac2/admitcard_cdsi_2017/admit_card.php&quot; target=&quot;_blank&quot;&gt;Click Here&lt;/a&gt;&lt;/td&gt;&lt;td data-label=&quot;Print Application Form&quot;&gt;&lt;a href=&quot;https://upsconline.nic.in/viewapplication.php&quot; target=&quot;_blank&quot;&gt;Click Here&lt;/a&gt;&lt;/td&gt;&lt;td data-label=&quot;Official Website&quot;&gt;&lt;a href=&quot;http://upsc.gov.in/&quot; target=&quot;_blank&quot;&gt;Click Here&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgI8zqZ2rhNDio1V40CW-kUV9l5__crFhkBji1rJwdg1_5CoCSnnWXdoihi8mx9yy0lc_-6HkAPsKLq0bwJflqjC5rYkdM98jbuWg6nbSlNj1XFkkpSkgslsP-wZlNkF9_nAUveV1ASUeQi/s1600/upsc.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgI8zqZ2rhNDio1V40CW-kUV9l5__crFhkBji1rJwdg1_5CoCSnnWXdoihi8mx9yy0lc_-6HkAPsKLq0bwJflqjC5rYkdM98jbuWg6nbSlNj1XFkkpSkgslsP-wZlNkF9_nAUveV1ASUeQi/s320/upsc.jpg&quot; width=&quot;320&quot; height=&quot;179&quot; data-original-width=&quot;300&quot; data-original-height=&quot;168&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;style&gt;.important-link{      display: block;     border: solid 1px rgb(51, 51, 51);     position: relative;     color: rgb(255, 255, 255);     background-color: #225599;     font-size: 18px;     padding: 4px 8px;     text-align: center;     margin-bottom: 10px; } .result{      height: auto;      width: 100%;      background: #fff;      margin: 0px;      float: right;      margin-bottom: 10px;      } .post h2 {          color: #fff;          outline: 0;          line-height:26px ;          margin-bottom: 10px;          margin: 0;          padding: 4px 8px;;          font-size: 20px; }  &lt;/style&gt;</description><link>https://www.praveshkumar.in/2018/02/upsc-combined-defence-service-cds-i.html</link><author>noreply@blogger.com (PRAVESH KUMAR)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgI8zqZ2rhNDio1V40CW-kUV9l5__crFhkBji1rJwdg1_5CoCSnnWXdoihi8mx9yy0lc_-6HkAPsKLq0bwJflqjC5rYkdM98jbuWg6nbSlNj1XFkkpSkgslsP-wZlNkF9_nAUveV1ASUeQi/s72-c/upsc.jpg" height="72" width="72"/><thr:total>0</thr:total></item></channel></rss>