Showing posts with label chatgpt. Show all posts
Showing posts with label chatgpt. Show all posts

Prompt - Choose the Correct / Incorrect Options

 > Exam Name = BPSC Prelims + Mains.

> Subject Name = Polity.

> Task = Create Top 50 MCQs - Choose the correct incorrect type questions.

> Questions must be:

- Unique - No two mcqs should be repeating.

- Having probability of getting appeared in exam in 2027, and must be from the latest syllabus of BPSC Prelims + Mains.

- Always remember pareto law - 80% questions should be from 20% of the syllabus which is most important and high

probability to appear in exam.


> Exact expected format is given below in HTML format, please follow it strictly.

Do not change the format,

do not add any extra text,

do not remove any text,

do not change the order of the text,

do not change the tags,

do not change the class names,

do not change the structure of the HTML.

Just replace the content inside the tags with your own content based on the topic provided.

- Follow the format given below:

<details class="question">

<summary><b>#</b> Question goes here..</summary>

<ol class="options">

<li>Statement 1 <p class="hindi">Hindi translation of Statement 1</p></li>

<li>Statement 2 <p class="hindi">Hindi translation of Statement 2</p></li>

<li>Statement 3 <p class="hindi">Hindi translation of Statement 3</p></li>

<li>Statement 4 <p class="hindi">Hindi translation of Statement 4</p></li>

<li>...</li>

</ol>

<div class="explanation">

<p>Correct Answer: (Option Number)</p>

<p>Explanation:</p>

<ol>

<li>Statement 1 (✅ or ❌) - Explanation of why it is correct or incorrect.</li>

<li>Statement 2 (✅ or ❌) - Explanation of why it is correct or incorrect.</li>

<li>Statement 3 (✅ or ❌) - Explanation of why it is correct or incorrect.</li>

<li>Statement 4 (✅ or ❌) - Explanation of why it is correct or incorrect.</li>

</ol>

</div>

</details>


> NOTE:

- Do not repeat any question in any of the 50 MCQs.

- Provide numbering to questions inside <b>#</b>,

Example: <b>1</b> <b>2</b> and so on ...

- Correct Option <li> must be marked with class="correct" in the <ol> class options, together with the correct option number in the explanation section.

- Don't always keep the same option correct/incorrect. I mean correct option correct/incorrect (statement) should keep changing from option 1/2/3/4 and not always keep the one option as selected answer - otherwise all mcqs will be predicted - because if the fixed option is the correct answer all the time then what the benefit of taking mcq quiz? anybody can select the fixed number of option and score 100.

- In the explanation section, always mention the correct option number and its value.

- MCQs should be such that they cover the entire syllabus of BPSC Prelims + Mains Polity subject, with a focus on

high probability topics for the 2027 exam.

- If anyone practices these 50 MCQs, they should be able to answer any question from the Polity subject in BPSC

Prelims + Mains 2027 exam.

- In the next response, I will provide you the topic name and you will create 50 MCQs based on that topic.

During creating MCQs, you must ensure that the questions are unique,

relevant to the latest syllabus of BPSC Prelims + Mains,

and have a high probability of appearing in the 2027 exam,

often repeating in previous years' exams.


- Notice there is an option with <li>...</li>, u can create more than 1 such options for:

None of the above,

Both A and B, A and C, A and D, B and C, B and D, C and D, A B & C, A B & D, A C & D, B C & D, All of the above,, etc ... and other types of variations often used in exams like UPSC Prelims Format...

- Minimum number of options is 4, maximum is 6.


- If you are ready, just reply with "Yes, I am ready to create 50 MCQs for the given topic.", nothing more and I will provide you the topic name.

Prompt - MCQs - Match the Following Types

> Exam Name = BPSC Prelims + Mains.

> Subject Name = Polity.

> Task = Create Top 50 MCQs - Match the Following Types.

> Questions must be:

- Unique - No two mcqs should be repeating.

- Having probability of getting appeared in exam in 2027, and must be from the latest syllabus of BPSC Prelims + Mains.

- Always remember pareto law - 80% questions should be from 20% of the syllabus which is most important and high

probability to appear in exam.


> Exact expected format is given below in HTML format, please follow it strictly.

Do not change the format,

do not add any extra text,

do not remove any text,

do not change the order of the text,

do not change the tags,

do not change the class names,

do not change the structure of the HTML.

Just replace the content inside the tags with your own content based on the topic provided.

- Follow the format given below:

<details class="question">

    <summary><b></b> Match the Following:

        <table>

    <tbody>

        <tr>

            <td class="keys">

                <ol>

                    <li>Question 1</li>

                    <li>Question 2</li>

                    <li>Question 3</li>

                    <li>Question 4</li>

                </ol>

            </td>

            <td class="values">

                <ol type="A">

                    <li>Option A</li>

                    <li>Option B</li>

                    <li>Option C</li>

                    <li>Option D</li>

                    <li>Option E</li>

                </ol>

            </td>

        </tr>

    </tbody>

</table>

    </summary>

<table class="options">

    <thead><tr><th>Options</th><th>1</th><th>2</th><th>3</th><th>4</th></tr>

    <tbody>

            <tr><td>(A) </td><td>Option</td><td>Option</td><td>Option</td><td>Option</td></tr>

            <tr><td>(B) </td><td>Option</td><td>Option</td><td>Option</td><td>Option</td></tr>

            <tr><td>(C) </td><td>Option</td><td>Option</td><td>Option</td><td>Option</td></tr>

            <tr class="correct"><td>(D) </td><td>Option</td><td>Option</td><td>Option</td><td>Option</td></tr>

    </tbody>

</table>

    <div class="explanation">

        <p>Correct Answer: (Option Number)</p>

        <ol>

            <li><b>Question 1 </b> - <b>Correct_Option_Number</b> - <b>Very short explanation of why this option is correct</b>.</li>

            <li><b>Question 2 </b> - <b>Correct_Option_Number</b> - <b>Very short explanation of why this option is correct</b>.</li>

            <li><b>Question 3 </b> - <b>Correct_Option_Number</b> - <b>Very short explanation of why this option is correct</b>.</li>

            <li><b>Question 4 </b> - <b>Correct_Option_Number</b> - <b>Very short explanation of why this option is correct</b>.</li>

        </ol>

    </div>

</details>


> NOTE:

- Do not repeat any question in any of the 50 MCQs.

- Provide numbering to questions inside <b>#</b>,

Example: <b>1</b> <b>2</b> and so on ...

- Correct Option must be marked with class="correct" in the option row <tr> inside table class options.

- In the explanation section, always mention the correct option number and its value.

- MCQs should be such that they cover the entire syllabus of BPSC Prelims + Mains Polity subject, with a focus on

high probability topics for the 2027 exam.

- If anyone practices these 50 MCQs, they should be able to answer any question from the Polity subject in BPSC

Prelims + Mains 2027 exam.

- In the next response, I will provide you the topic name and you will create 50 MCQs based on that topic and provide me the HTML.

- Remember - you have to prompt only the HTML and no other bullshit theory.

During creating MCQs, you must ensure that the questions are unique,

relevant to the latest syllabus of BPSC Prelims + Mains,

and have a high probability of appearing in the 2027 exam,

often repeating in previous years' exams.


- In the <td class="keys"> section, you must provide 4 unique questions related to the topic.

- In the <td class="values"> section, you must provide 5 unique options related to the questions.

    only 4 are correctly matched with the questions, and one is an extra option that does not match any question.

- In the <td class="options"> section, 4 options must be provided for each question, and the correct option must be marked with class="correct" in the option row <tr> inside table class options.

    Each Options pattern must be unique for each options, and the correct option must be clearly indicated.

    Don't repeat any option_index for any option, and ensure that the options are relevant to the questions.

    Example: Any option can not have repeated index like 1, 2, 2, or 4 for any question. Each option must have a unique index for each question.

- In the <td class="explanation"> section, you must provide a brief explanation for each question, mentioning the correct option number and its value. Each answer option must be unique pattern per question.


- If you are ready, just reply with "Yes, I am ready to create 50 MCQs for the given topic.", nothing more and I will provide you the topic name.

Prompt - MCQs - Single Correct Answer

> Exam Name = BPSC Prelims + Mains. > Subject Name = Polity. > Task = Create Top 50 MCQs. > Questions must be: - Unique - No two mcqs should be repeating. - Having probability of getting appeared in exam in 2027, and must be from the latest syllabus of BPSC Prelims + Mains. - Always remember pareto law - 80% questions should be from 20% of the syllabus which is most important and high probability to appear in exam. > Exact expected format is given below in HTML format, please follow it strictly. Do not change the format, do not add any extra text, do not remove any text, do not change the order of the text, do not change the tags, do not change the class names, do not change the structure of the HTML. Just replace the content inside the tags with your own content based on the topic provided. - Follow the format given below:
Here goes question...

Here goes the translation of Question in Hindi ...

  1. Option 1

    Option 1 in Hindi

  2. Option 2

    Option 2 in Hindi

  3. Option 3

    Option 3 in Hindi

  4. Option 4

    Option 4 in Hindi

Correct Answer: (Option Number) Option_Value...

Explanation goes here...

> NOTE: - Do not repeat any question in any of the 50 MCQs. - Provide numbering to questions inside #, Example: 1 2 and so on ... - Correct Option must be marked with class="correct" in the option list. - In the explanation section, always mention the correct option number and its value. - MCQs should be such that they cover the entire syllabus of BPSC Prelims + Mains Polity subject, with a focus on high probability topics for the 2027 exam. - If anyone practices these 50 MCQs, they should be able to answer any question from the Polity subject in BPSC Prelims + Mains 2027 exam. - In the next response, I will provide you the topic name and you will create 50 MCQs based on that topic and provide me the HTML. - Remember - you have to prompt only the HTML and no other bullshit theory. - Remember - you have to prompt only the HTML and no other bullshit theory. During creating MCQs, you must ensure that the questions are unique, relevant to the latest syllabus of BPSC Prelims + Mains, and have a high probability of appearing in the 2027 exam, often repeating in previous years' exams. - If you are ready, just reply with "Yes, I am ready to create 50 MCQs for the given topic.", nothing more and I will provide you the topic name.