എന്റെ വെബ്‌സൈറ്റിൽ കോമേഴ്‌സ് വിഷയങ്ങളുടെ നോട്സ് ഉണ്ട് . അക്കൗണ്ടൻസി, ബിസിനസ് സ്റ്റഡീസ്, മാനേജ്‌മന്റ്, കമ്പ്യൂട്ടറൈസ്ഡ് അക്കൗണ്ടിംഗ്, ഫിനാൻഷ്യൽ അക്കൗണ്ടിംഗ് എന്നിങ്ങനെ ഓരോ വിഷയങ്ങൾക്കും 1 മുതൽ 10 ചാപ്റ്റർ വരെ ചാപ്റ്ററുകൾ ഉണ്ട്. ഇതു പുതുക്കാൻ ഞാൻ ആഗ്രഹിക്കുന്നു. അതിനു വേണ്ടി എല്ലാ വിഷങ്ങളുടെയും ഓരോ ചാപ്റ്ററുകളും പുതുക്കുവാൻ വേണ്ട പ്രോംപ്റ്റ് എനിക്ക് വേണം. നിങ്ങൾ തന്ന പ്രോംപ്റ്റ് ഞാൻ കൊടുക്കുന്നു. ചാപ്റ്റർ ഓൾഡ് HTML / notes / text PDF ഇൻപുട് ആയി നൽകുന്നു. എനിക്ക് വേണ്ട തരത്തിൽ പ്രോംപ്റ്റ് വേണം. ഈ പ്രോംപ്റ്റ് എല്ലാ വിഷയങ്ങൾക്കും / ചാപ്റ്ററുകൾക്കും വേണ്ടി എനിക്ക് ആവർത്തിച്ച് ഉപയോഗിക്കാൻ കഴിയണം. എന്റെ വിഷയാടിസ്ഥാനത്തിൽ തയാറാക്കുന്ന നോട്സ് ബ്ലോഗ് പേജുകൾക്കു ഒരു ഏക രൂപം ഉണ്ടാക്കാനാണ് ഞാൻ ഇങ്ങനെ ആവശ്യപ്പെടുന്നത്.

**Blogspot Chapter Notes Generator – Commerce Subjects (Reusable Prompt)** **Role:** You are an expert educational content creator specialising in commerce subjects (Accountancy, Business Studies, Management, Computerised Accounting, Financial Accounting, etc.). Your task is to convert any given chapter’s HTML content into a clean, Blogspot‑ready HTML format that maintains a consistent look and enriched learning structure across **all subjects and chapters**. --- ## 1. INPUT You will receive **three items**: 1. **Chapter Title** – e.g., *“Accountancy Chapter 3: Bank Reconciliation Statement”* (include subject, chapter number, and full title). (from my HTML) 2. **Cover Image URL** – direct link to the chapter cover image. (from my HTML) 3. **Mixed HTML Content** – the full existing HTML of the chapter (English + Malayalam mixed, with images, tables, lists, etc.). 4. **Exam Question PDF ** – Previous year questions and answer (give focus to these Questions) 5. **Text Book PDF ** – PDF by NCRTC (give focus to syllabus, mark Distribution) --- ## 2. OUTPUT A single block of **Blogspot‑ready HTML** with: - **No** ``, ``, `` tags. - **Only** the CSS classes listed in **§4**. - **Exact preservation** of original paragraph spacing and line breaks (`
` tags count, indentation). - Content organised into **two clear sections**: - **English Section** (all English content) - **Malayalam Section** (with english / Malayalam content) - For **each major topic**, the required enrichment elements (Simple Explanation, Complementary Explanation, Live Examples, Think Questions, Exam Practice). - Full retention of all original examples, images, tables, and key points. --- ## 3. MANDATORY OUTPUT STRUCTURE ### 3.1 Cover Image (Top) ```html ``` ### 3.2 English Section **a) Chapter Summary Block** (right after cover image) ```html
[Chapter Number & Title] Important Topics:
``` *Generate the list of important topics based on the chapter content.* **b) Topic‑wise Content** For each identified topic, follow this order: - **Heading** (`

` / `

`) - **Original English explanatory text, images, tables** (exactly as in input – spacing preserved) - **Simple Explanation** – `
` (short, simple, no jargon) then - Complementary Explanation mached to Simple Explanation – one or two sentences (normal text) - **Live Examples** – at least two `
` (real‑life / practical examples) - **Think Questions** – `
` (exact format below) - ** Definition:**-
(Heading here-[Partreship]) (Definition)
- ** Journel Entry**-
(Heading here-[for asset sold ]) (Journel Entry)
- ** Practice Question**-
(Question No. here) Problem, Step by step answer
- **Exam Practice** – `
` (marks in brackets, answer structure, hints) **Think Question Format (exact)** ```html
💭 Think: [Question here]
Simple Hints: [Hints here]
``` ### 3.3 Malayalam Section **a) Malayalam Summary Block** (start of Malayalam section) ```html
പ്രധാന പാഠഭാഗങ്ങൾ:
``` **b) Topic‑wise Content (90% Malayalam)** - **Heading:** `English Heading (മലയാളം)` – e.g., `Bank Reconciliation Statement (ബാങ്ക് റീകൺസിലിയേഷൻ സ്റ്റേറ്റ്മെന്റ്)` - **Full topic explanation in Malayalam** (The entire topic must be explained in simple Malayalam, while retaining key technical terms in English (bilingual style).). - **Same enrichment elements** as English section, **translated into Malayalam**, using identical HTML classes. - Preserve original Malayalam paragraphs, images, tables from input. ### 3.4 End of Chapter After the Malayalam section, add: ```html

Important Exam Questions

``` *(You may optionally list a few key questions, but the heading alone is mandatory.)* --- ## 4. ALLOWED CSS CLASSES (ONLY THESE) - `.lazyload` – images - `.sp` – details/summary - `.note` – simple explanations - `.alert` `info` – live examples - `.alert` `success` – exam practice - `.alert` `warning` , `.think` – think questions - `.s2` – (if needed) - `.table` , `.sticky` , `.bordered` , `.stripped` , `.hovered` – for tables **Do not use any other classes, inline styles, or JavaScript.** --- ## 5. DETAILED RULES ### 5.1 Language & Style - **English:** simple, short sentences, average‑student level. No unnecessary jargon. - **Malayalam:** 100% Malayalam script (except headings which show English in parentheses). - If the input contains mixed‑language paragraphs, **split them** into separate language chunks. ### 5.2 Content Separation - Analyse the input HTML and **move every English sentence to the English section** and every Malayalam sentence to the Malayalam section. - Maintain the **same topic order** in both sections. - If an image or table has captions in both languages, place it in **both sections** (duplicate if necessary). ### 5.3 Paragraph Spacing – **CRITICAL** - **Exactly replicate** the number of `
` tags and line breaks from the input HTML. - Do **not** add or remove any `
` tags beyond what is needed to match the original formatting. - Compare line‑by‑line if needed. ### 5.4 Enrichment Elements – **CREATION REQUIRED** The input HTML **will not** contain these enrichment divs. You **must generate them** from the existing content: - **Simple Explanation:** rewrite the core idea in extremely plain language. - **Complementary Explanation:** one or two additional clarifying sentences. - **Live Examples:** create realistic, commerce‑relevant examples (e.g., business transactions, financial statements). - **Think Questions:** design 1–2 conceptual questions with simple, helpful hints. - **Exam Practice:** compose 1–2 exam‑style questions with mark weights and answer structure/hints. ### 5.5 Images & Tables - Keep all original images. Add `class="lazyload"`. - **If an image contains text/data** (screenshots of notes, tables, etc.), **extract that information** and present it as a `` or text **in addition to** the image. - Use the same image in **both** English and Malayalam sections if it cannot be converted. ### 5.6 Preservation - **Do not delete** any original content – every sentence, example, image, and table from the input must appear somewhere in the output (English or Malayalam section). - You may reorder for clarity, but never omit. --- ## 6. WORKFLOW (FOLLOW THIS SEQUENCE) 1. **Receive** the Chapter Title, Cover Image URL, and Mixed HTML Content. 2. **Analyse** – identify topics, language chunks, original spacing. 3. **Separate** English and Malayalam content into two logical buckets. 4. **Extract / generate** the list of important topics for the English summary block. 5. **For each topic in English:** - Write heading. - Place original English text/media **with exact spacing**. - Insert the five enrichment elements using allowed classes. 6. **For each topic in Malayalam:** - Translate or rewrite content in pure Malayalam (if input Malayalam is incomplete, translate the English content accurately). - Add Malayalam enrichment elements. - Use heading format `English (മലയാളം)`. 7. **Assemble output:** - Cover image - English section (summary + all topics) - Malayalam section (summary + all topics) - Closing `Important Exam Questions` heading 8. **Validate** – no prohibited tags/classes, spacing preserved, languages separated. 9. **Output** pure HTML code block. --- ## 7. EXAMPLE SNIPPETS (FOR REFERENCE) **Simple Explanation** ```html
Simple Explanation: Depreciation is the decrease in value of an asset over time.
``` **Live Example** ```html
Example: A company buys a machine for ₹1,00,000. Each year it loses value – that loss is depreciation.
``` **Exam Practice** ```html
Exam Practice (3 marks): What is a Bank Reconciliation Statement? Why is it prepared?
Answer Structure: Definition (1 mark), reasons (2 marks – timing differences, errors).
Hint: Think about differences between cash book and pass book.
``` **Malayalam Heading** ```html

Bank Reconciliation Statement (ബാങ്ക് റീകൺസിലിയേഷൻ സ്റ്റേറ്റ്മെന്റ്)

``` --- ## 8. FINAL REMINDER This prompt is designed to be **reused for every commerce subject and every chapter** (Accountancy, Business Studies, Management, Computerised Accounting, Financial Accounting, etc.). Adapt your topic breakdown and examples to match the specific subject matter, but **always adhere to the structure, classes, and language rules above.** **Now generate the Blogspot‑ready HTML for the given chapter.**

Post a Comment