Can you a make important questions for Nursing Management leadership

Asking for Preferences
Reading File
Searching the Web

B.Sc Nursing Management leadership important long answer exam questions

Finding Sources
Reading Web Page

https://www.slideshare.net/slideshow/nursing-management-educ…

Here are important long answer questions for B.Sc Nursing - Management & Leadership (exam preparation):

B.Sc Nursing - Nursing Management & Leadership

Important Long Answer / Essay Questions


UNIT 1: Management - Concepts & Principles

1. Define management. Explain the principles of management and describe the functions of a nurse manager in a hospital setting.
2. Describe the various theories of management (Scientific, Administrative, Human Relations, Systems approach). How are these theories applicable in nursing practice?
3. a) Define planning as a management function. b) Discuss the types of planning used in nursing management. c) Describe the steps in the planning process with suitable examples.
4. Define organizational structure. Discuss the types of organizational structures used in hospitals and explain the advantages and disadvantages of each.
5. Explain the principles of good ward management. Describe the various factors involved in maintaining a well-managed ward environment.

UNIT 2: Leadership

6. a) Define leadership. Describe the qualities and functions of a good leader in nursing. b) Distinguish between management and leadership with examples.
7. Discuss the various theories of leadership (Trait theory, Behavioral theory, Situational/Contingency theory, Transformational leadership). Which leadership style is most effective in nursing and why?
8. a) Explain the transactional and transformational leadership styles. b) Describe the role of a nurse leader in motivating staff nurses in a hospital.
9. Define leadership. Explain the leadership responsibilities of a nurse manager in dealing with a disaster/emergency situation.
10. a) Describe the characteristics of an effective leader in nursing. b) Discuss how leadership styles influence patient care outcomes.

UNIT 3: Staffing & Human Resource Management

11. Define staffing. Discuss the principles of staffing and describe the steps involved in the staffing process in a hospital.
12. a) Define recruitment and selection. b) Describe the process of recruitment and selection of nurses in a government hospital. c) Differentiate between internal and external recruitment with examples.
13. Define job analysis. Explain the components of job description and job specification with a practical example in nursing.
14. Define performance appraisal. Discuss the methods of performance appraisal used in nursing and explain the role of a head nurse in conducting appraisals.
15. a) Define delegation. State the principles of delegation and explain the barriers to effective delegation. b) How does a nurse manager ensure accountability while delegating duties to staff nurses?

UNIT 4: Supervision & Direction

16. Define supervision. Explain the principles of effective supervision and discuss the role of the nurse in clinical supervision.
17. a) Describe the methods of clinical supervision. b) Discuss the responsibilities of a supervisor in maintaining nursing standards in the ward.
18. a) Define motivation. Discuss the theories of motivation (Maslow's hierarchy, Herzberg's two-factor theory, McGregor's X and Y theory). b) How can a nurse manager use these theories to motivate staff nurses in a busy hospital?
19. Define communication. Explain the types and barriers of communication in nursing management. How can a nurse leader overcome these barriers?

UNIT 5: Controlling - Quality Assurance & Patient Care

20. Define quality nursing care. Describe the responsibilities of a head nurse in a clinical setting in terms of providing quality patient care.
21. a) Define nursing audit. b) Discuss the purposes and methods of nursing audit. c) How does nursing audit help in improving quality of patient care?
22. a) Discuss the factors influencing quality of patient care. b) List the patient care assignment systems used in hospitals and discuss any two methods (case method, team nursing, primary nursing) in detail.
23. a) Define total quality management (TQM). b) Describe the principles of TQM and its application in nursing practice. c) What is the role of a nurse manager in implementing TQM in a hospital?
24. Describe the concept of accreditation and NABH (National Accreditation Board for Hospitals). Discuss its importance in maintaining quality of health care services.

UNIT 6: Budget & Finance

25. Define budget. Describe the role of a nurse administrator in planning the budget for a nursing department.
26. a) List and explain the classification of budgets (Operating, Capital, Cash budget). b) Discuss the steps in the budgeting process for a hospital nursing department.

UNIT 7: Nursing Service Administration

27. a) Describe the organizational structure of nursing services in a hospital. b) Explain the roles and responsibilities of a Director of Nursing Services.
28. a) Discuss the role and responsibilities of a head nurse in the management of a ward. b) Describe the principles of ward management.
29. a) Define decentralization and centralization in nursing administration. b) Discuss the advantages and disadvantages of decentralized nursing management.
30. Describe the Indian Nursing Council (INC) norms for establishing a B.Sc Nursing college with an annual intake of 50 students (infrastructure, faculty, clinical facility).

UNIT 8: Disaster & Emergency Management

31. a) Define disaster. Classify disasters with examples. b) Discuss the role of a nurse during a disaster situation with emphasis on triage. c) Explain the components of a hospital disaster management plan.
32. a) Describe the mass casualty incident (MCI) management approach. b) Explain the nursing role in community disaster preparedness.

UNIT 9: Continuing Education & Staff Development

33. a) Define continuing nursing education (CNE). b) Discuss the importance and methods of continuing education for nurses. c) As a nurse administrator, prepare a plan for conducting a CNE program in a hospital.
34. Define in-service education. Explain the objectives, principles, and methods of in-service education for nurses in a hospital setting.

UNIT 10: Miscellaneous High-Yield Topics

35. a) Define conflict. Explain the types of conflict that occur in a nursing unit. b) Discuss the strategies for conflict resolution that a nurse manager can use.
36. a) Define time management. b) Describe the time management strategies a nurse manager can use to reduce stress and improve efficiency.
37. a) Define change management. b) Explain Lewin's Change Theory (unfreezing, moving, refreezing) and its application in nursing.
38. a) Explain the concept of decentralization of authority in nursing management. b) Discuss the span of control and its importance in nursing administration.
39. Define grievance. Describe the procedure for handling grievances of nurses in a hospital as a nursing administrator.
40. a) Describe the ethical and legal responsibilities of a nurse manager. b) Discuss the concept of accountability, authority, and responsibility in nursing management.

Top Repeating/Most Important Questions (Exam Focus)

RankTopicReason
⭐⭐⭐Leadership theories & stylesAlways asked
⭐⭐⭐Functions/principles of managementCore unit
⭐⭐⭐Nursing auditFrequently repeated
⭐⭐⭐Performance appraisalRegular question
⭐⭐⭐Delegation - principles & barriersVery common
⭐⭐⭐Disaster management & nursing roleStandard question
⭐⭐Staffing processOften asked
⭐⭐Motivation theoriesCommon essay
⭐⭐Quality nursing care / TQMRegularly tested
⭐⭐Budget planningAsked every cycle

These 40 questions cover the full B.Sc Nursing Management & Leadership syllabus as per INC guidelines. Focus especially on the starred questions for your exam. If you'd like detailed model answers for any specific question, just ask!

Create a study guide document with model answers for top 10 questions

Reading File
Running Command

mkdir -p /tmp/workspace/nursing-study-guide

Writing File

~/nursing-study-guide/generate_guide.py

from docx import Document
from docx.shared import Pt, Inches, RGBColor
from docx.enum.text import WD_ALIGN_PARAGRAPH
from docx.oxml.ns import qn
from docx.oxml import OxmlElement

doc = Document()

# ── Page margins ──────────────────────────────────────────────────────────────
section = doc.sections[0]
section.top_margin    = Inches(1)
section.bottom_margin = Inches(1)
section.left_margin   = Inches(1.2)
section.right_margin  = Inches(1.2)

# ── Default Normal style ──────────────────────────────────────────────────────
normal = doc.styles["Normal"]
normal.font.name = "Arial"
normal.font.size = Pt(11.5)

# ── Helper: set paragraph spacing ────────────────────────────────────────────
def set_spacing(para, before=0, after=4, line=None):
    pf = para.paragraph_format
    pf.space_before = Pt(before)
    pf.space_after  = Pt(after)
    if line:
        from docx.shared import Pt as _Pt
        pf.line_spacing = _Pt(line)

# ── Helper: add a coloured heading ───────────────────────────────────────────
def add_h1(text):
    p = doc.add_heading(text, level=1)
    run = p.runs[0]
    run.font.color.rgb = RGBColor(0x1A, 0x52, 0x76)   # dark navy blue
    run.font.size = Pt(18)
    run.font.bold = True
    p.alignment = WD_ALIGN_PARAGRAPH.CENTER
    set_spacing(p, before=12, after=6)
    return p

def add_h2(text):
    p = doc.add_heading(text, level=2)
    run = p.runs[0]
    run.font.color.rgb = RGBColor(0x1A, 0x76, 0x5E)   # teal-green
    run.font.size = Pt(14)
    run.font.bold = True
    set_spacing(p, before=14, after=4)
    return p

def add_h3(text):
    p = doc.add_heading(text, level=3)
    run = p.runs[0]
    run.font.color.rgb = RGBColor(0x7B, 0x2F, 0x00)   # dark orange
    run.font.size = Pt(12)
    run.font.bold = True
    set_spacing(p, before=10, after=2)
    return p

def add_body(text):
    p = doc.add_paragraph(text)
    p.style = doc.styles["Normal"]
    set_spacing(p, before=0, after=5)
    return p

def add_bullet(text, bold_part=None):
    p = doc.add_paragraph(style="List Bullet")
    p.paragraph_format.left_indent = Inches(0.3)
    set_spacing(p, before=0, after=3)
    if bold_part:
        run = p.add_run(bold_part)
        run.bold = True
        run.font.name = "Arial"
        run.font.size = Pt(11.5)
        p.add_run(text)
        p.runs[-1].font.name = "Arial"
        p.runs[-1].font.size = Pt(11.5)
    else:
        run = p.add_run(text)
        run.font.name = "Arial"
        run.font.size = Pt(11.5)
    return p

def add_subheading(text):
    p = doc.add_paragraph()
    run = p.add_run(text)
    run.bold = True
    run.underline = True
    run.font.size = Pt(11.5)
    run.font.name = "Arial"
    run.font.color.rgb = RGBColor(0x00, 0x00, 0x00)
    set_spacing(p, before=6, after=2)
    return p

def add_rule():
    p = doc.add_paragraph()
    pPr = p._p.get_or_add_pPr()
    pBdr = OxmlElement('w:pBdr')
    bottom = OxmlElement('w:bottom')
    bottom.set(qn('w:val'), 'single')
    bottom.set(qn('w:sz'), '6')
    bottom.set(qn('w:space'), '1')
    bottom.set(qn('w:color'), '1A5276')
    pBdr.append(bottom)
    pPr.append(pBdr)
    set_spacing(p, before=2, after=6)
    return p

def add_note(text):
    p = doc.add_paragraph()
    p.paragraph_format.left_indent  = Inches(0.2)
    p.paragraph_format.right_indent = Inches(0.2)
    shading_elm = OxmlElement('w:shd')
    shading_elm.set(qn('w:val'), 'clear')
    shading_elm.set(qn('w:color'), 'auto')
    shading_elm.set(qn('w:fill'), 'EAF4FB')
    p._p.get_or_add_pPr().append(shading_elm)
    run = p.add_run("📌 Exam Tip: " + text)
    run.font.name = "Arial"
    run.font.size = Pt(11)
    run.font.italic = True
    run.font.color.rgb = RGBColor(0x1A, 0x52, 0x76)
    set_spacing(p, before=4, after=8)
    return p

# ═════════════════════════════════════════════════════════════════════════════
# COVER PAGE
# ═════════════════════════════════════════════════════════════════════════════
doc.add_paragraph()
doc.add_paragraph()
title_p = doc.add_paragraph()
title_p.alignment = WD_ALIGN_PARAGRAPH.CENTER
run = title_p.add_run("NURSING MANAGEMENT & LEADERSHIP")
run.bold = True
run.font.size = Pt(22)
run.font.name = "Arial"
run.font.color.rgb = RGBColor(0x1A, 0x52, 0x76)
set_spacing(title_p, before=0, after=6)

sub_p = doc.add_paragraph()
sub_p.alignment = WD_ALIGN_PARAGRAPH.CENTER
run2 = sub_p.add_run("Study Guide with Model Answers")
run2.font.size = Pt(16)
run2.font.name = "Arial"
run2.font.color.rgb = RGBColor(0x1A, 0x76, 0x5E)
run2.bold = True
set_spacing(sub_p, before=2, after=4)

level_p = doc.add_paragraph()
level_p.alignment = WD_ALIGN_PARAGRAPH.CENTER
run3 = level_p.add_run("B.Sc Nursing  |  Top 10 Important Long Answer Questions  |  Exam Preparation")
run3.font.size = Pt(12)
run3.font.name = "Arial"
run3.font.color.rgb = RGBColor(0x55, 0x55, 0x55)
set_spacing(level_p, before=0, after=30)

doc.add_page_break()

# ═════════════════════════════════════════════════════════════════════════════
# QUESTION 1
# ═════════════════════════════════════════════════════════════════════════════
add_h2("Question 1")
add_h3("Define management. Explain the principles of management and describe the functions of a nurse manager in a hospital setting.")
add_rule()

add_subheading("Definition of Management")
add_body("Management is the process of planning, organizing, staffing, directing, and controlling available human, material, financial, and informational resources to achieve organizational goals effectively and efficiently.")
add_body("According to Henri Fayol: \"Management is to forecast and plan, to organize, to command, to coordinate and to control.\"")
add_body("According to Mary Parker Follett: \"Management is the art of getting things done through people.\"")

add_subheading("Principles of Management (Henri Fayol's 14 Principles)")
principles = [
    ("Division of Work:", " Tasks should be divided and assigned to specialists to increase efficiency."),
    ("Authority and Responsibility:", " Authority (right to give orders) must be matched with responsibility."),
    ("Discipline:", " Employees must obey and respect the rules and norms of the organization."),
    ("Unity of Command:", " Each employee should receive orders from only one superior."),
    ("Unity of Direction:", " One plan and one manager for activities with the same objective."),
    ("Subordination of Individual Interest:", " Organizational goals take priority over personal interests."),
    ("Remuneration:", " Fair and equitable pay to both employees and the organization."),
    ("Centralization:", " Degree to which decision-making is concentrated at top management."),
    ("Scalar Chain:", " Clear line of authority from top to bottom."),
    ("Order:", " Right person in the right place at the right time."),
    ("Equity:", " Managers should be kind and fair to subordinates."),
    ("Stability of Tenure:", " Reducing employee turnover improves organizational performance."),
    ("Initiative:", " Employees should be encouraged to show initiative within limits of authority."),
    ("Esprit de Corps:", " Team spirit and unity promote organizational harmony."),
]
for bold, rest in principles:
    add_bullet(rest, bold_part=bold)

add_subheading("Functions of a Nurse Manager (POSDCORB Framework)")
functions = [
    ("Planning:", " Setting goals, objectives, policies and procedures for the nursing unit."),
    ("Organizing:", " Establishing structure, assigning duties, and coordinating resources."),
    ("Staffing:", " Recruitment, selection, training, and placement of nursing personnel."),
    ("Directing:", " Guiding and leading staff to accomplish tasks effectively."),
    ("Controlling:", " Monitoring performance against standards and taking corrective action."),
    ("Coordinating:", " Ensuring smooth collaboration among all departments and units."),
    ("Reporting:", " Documenting and communicating information to higher authorities."),
    ("Budgeting:", " Preparing and managing financial plans for the nursing department."),
]
for bold, rest in functions:
    add_bullet(rest, bold_part=bold)

add_note("Fayol's 14 principles and the POSDCORB functions are frequently asked. Always define, then list with brief explanations. Aim for 10-12 marks structure: definition (2), principles (5-6), functions (4-5).")
doc.add_page_break()

# ═════════════════════════════════════════════════════════════════════════════
# QUESTION 2
# ═════════════════════════════════════════════════════════════════════════════
add_h2("Question 2")
add_h3("Discuss the various theories of leadership. Which leadership style is most effective in nursing and why?")
add_rule()

add_subheading("Definition of Leadership")
add_body("Leadership is the ability to influence, inspire, and guide individuals or groups toward the achievement of a common goal. A nurse leader motivates the nursing team to deliver safe, quality patient care.")

add_subheading("Theories of Leadership")

add_body("1. TRAIT THEORY (Great Man Theory)")
add_bullet("Proposes that leaders are born, not made.")
add_bullet("Identified traits: intelligence, self-confidence, integrity, decisiveness, emotional maturity.")
add_bullet("Limitation: Does not account for situational factors.")

add_body("2. BEHAVIORAL THEORIES")
add_bullet("Focus on what leaders DO rather than what they ARE.")
add_bullet("McGregor's Theory X and Y - Theory X: authoritarian; Theory Y: participative.")
add_bullet("Lewin's Leadership Styles: Autocratic, Democratic, Laissez-faire.")
add_bullet("Ohio State Studies: Initiating structure (task-oriented) and Consideration (people-oriented).")

add_body("3. SITUATIONAL / CONTINGENCY THEORIES")
add_bullet("Leadership style depends on the situation.")
add_bullet("Fiedler's Contingency Model: effectiveness depends on leader-member relations, task structure, and position power.")
add_bullet("Hersey & Blanchard's Situational Leadership: style adapted to follower's maturity level (Telling, Selling, Participating, Delegating).")

add_body("4. TRANSFORMATIONAL LEADERSHIP (Burns & Bass)")
add_bullet("Leader inspires and motivates followers beyond self-interest.")
add_bullet("Four components: Idealized influence, Inspirational motivation, Intellectual stimulation, Individualized consideration.")
add_bullet("Most applicable in nursing for building team morale and improving patient outcomes.")

add_body("5. TRANSACTIONAL LEADERSHIP")
add_bullet("Based on exchange - reward for performance, punishment for failure.")
add_bullet("Useful for routine tasks and maintaining standards.")

add_body("6. SERVANT LEADERSHIP")
add_bullet("Leader prioritizes the needs of the team and patients above personal goals.")
add_bullet("Highly valued in nursing ethics.")

add_subheading("Most Effective Leadership Style in Nursing")
add_body("Transformational leadership is considered the most effective style in nursing because it:")
add_bullet("Inspires staff nurses to excel beyond minimum requirements.")
add_bullet("Promotes a positive work environment and reduces burnout.")
add_bullet("Improves patient safety and quality care outcomes.")
add_bullet("Encourages professional development and innovation.")
add_bullet("Builds trust, commitment, and job satisfaction among nursing staff.")
add_body("However, a situational leader adapts their style based on context - using autocratic style during a crisis (e.g., cardiac arrest) and democratic style for policy-making decisions.")

add_note("Differentiate all leadership theories clearly. For the 'most effective' part, always justify with patient care outcomes - examiners look for clinical relevance.")
doc.add_page_break()

# ═════════════════════════════════════════════════════════════════════════════
# QUESTION 3
# ═════════════════════════════════════════════════════════════════════════════
add_h2("Question 3")
add_h3("Define delegation. State the principles of delegation and explain the barriers to effective delegation. How does a nurse manager ensure accountability while delegating?")
add_rule()

add_subheading("Definition of Delegation")
add_body("Delegation is the process by which a manager assigns part of his/her authority, responsibility, and accountability to a subordinate to perform a specific task.")
add_body("According to Koontz and O'Donnell: \"Delegation is the process of assigning work to subordinates and giving them the authority to accomplish it.\"")

add_subheading("Elements of Delegation")
add_bullet("Authority: The right to make decisions and give orders necessary to complete the assigned task.")
add_bullet("Responsibility: The obligation to perform the assigned task.")
add_bullet("Accountability: Answerability for the outcome of the delegated task (cannot be delegated - remains with the delegator).")

add_subheading("Principles of Delegation")
principles_d = [
    ("Principle of Result-Oriented Delegation:", " Delegate authority in accordance with the results expected."),
    ("Principle of Absoluteness of Responsibility:", " Responsibility cannot be fully delegated; the original manager remains ultimately responsible."),
    ("Principle of Unity of Command:", " Each subordinate should report to only one superior."),
    ("Principle of Parity of Authority and Responsibility:", " Authority given must equal the responsibility assigned."),
    ("Principle of Scalar Chain:", " Delegation should follow the established chain of command."),
    ("Principle of Exception:", " Subordinates should only refer exceptional or unusual situations to the manager."),
]
for bold, rest in principles_d:
    add_bullet(rest, bold_part=bold)

add_subheading("Barriers to Effective Delegation")
add_body("A. BARRIERS FROM THE MANAGER (Delegator):")
add_bullet("Fear of losing authority or control.")
add_bullet("Lack of confidence in subordinates.")
add_bullet("Perfectionism - belief that 'only I can do it correctly'.")
add_bullet("Lack of organizational skills to delegate properly.")
add_bullet("Unwillingness to accept that subordinates may make mistakes.")

add_body("B. BARRIERS FROM THE SUBORDINATE (Delegatee):")
add_bullet("Fear of failure or criticism.")
add_bullet("Lack of self-confidence and skills.")
add_bullet("Over-dependence on the manager for decisions.")
add_bullet("Inadequate information or resources to complete the task.")
add_bullet("Fear of being held accountable for errors.")

add_body("C. ORGANISATIONAL BARRIERS:")
add_bullet("Unclear authority lines and poor communication channels.")
add_bullet("Rigid organizational culture that discourages empowerment.")
add_bullet("Inadequate supervision and feedback mechanisms.")

add_subheading("Ensuring Accountability While Delegating (Role of Nurse Manager)")
steps = [
    "Select the right person with the appropriate skills and experience.",
    "Clearly define the task, expected outcomes, and deadlines.",
    "Provide necessary authority, resources, and information.",
    "Set performance standards and benchmarks for the task.",
    "Establish a feedback and reporting mechanism.",
    "Provide supervision without micromanaging.",
    "Evaluate outcomes and provide constructive feedback.",
    "Document the delegation in the staffing assignment records.",
]
for s in steps:
    add_bullet(s)

add_note("Remember the three elements: Authority, Responsibility, Accountability. The key point examiners look for is that accountability CANNOT be delegated. Always write this clearly.")
doc.add_page_break()

# ═════════════════════════════════════════════════════════════════════════════
# QUESTION 4
# ═════════════════════════════════════════════════════════════════════════════
add_h2("Question 4")
add_h3("Define performance appraisal. Discuss the methods of performance appraisal used in nursing and explain the role of a head nurse in conducting appraisals.")
add_rule()

add_subheading("Definition of Performance Appraisal")
add_body("Performance appraisal is the systematic, periodic, and formal assessment of an employee's job performance and potential for future development against pre-established standards.")
add_body("According to Flippo: \"Performance appraisal is the systematic, periodic and impartial rating of an employee's excellence in matters pertaining to his present job.\"")

add_subheading("Purposes of Performance Appraisal")
purposes = [
    "Provide feedback to employees about their performance.",
    "Identify training and development needs.",
    "Serve as a basis for promotion, transfer, or termination decisions.",
    "Motivate employees by recognizing good performance.",
    "Provide data for salary revisions and increments.",
    "Improve communication between manager and staff.",
    "Help in manpower planning.",
]
for p_text in purposes:
    add_bullet(p_text)

add_subheading("Methods of Performance Appraisal")
add_body("A. TRADITIONAL METHODS:")
add_bullet("Rating Scale Method: Employee rated on various traits (punctuality, clinical skills, teamwork) on a numerical scale (1-5). Simple and widely used in nursing.")
add_bullet("Checklist Method: A list of statements about employee behaviour; appraiser marks 'Yes' or 'No'. Example: 'Does the nurse complete documentation on time?'")
add_bullet("Essay / Narrative Method: Appraiser writes a descriptive paragraph about the employee's strengths, weaknesses, and potential.")
add_bullet("Ranking Method: Employees ranked from best to poorest performer in a group.")
add_bullet("Critical Incident Method: Appraiser records specific examples of exceptionally good or poor behaviour during the appraisal period.")
add_bullet("Graphic Rating Scale: Similar to rating scale but uses a continuous scale with descriptors at each point.")

add_body("B. MODERN METHODS:")
add_bullet("360-Degree Appraisal: Feedback collected from supervisor, peers, subordinates, patients, and self-appraisal. Most comprehensive.")
add_bullet("Management by Objectives (MBO): Employee and manager jointly set goals; performance evaluated based on goal achievement.")
add_bullet("Assessment Centre Method: Employees observed performing simulated tasks (role play, case studies). Used for managerial roles.")
add_bullet("Self-Appraisal: Nurse evaluates own performance; promotes self-reflection and professional growth.")
add_bullet("Peer Appraisal: Colleagues evaluate each other; useful for team-based nursing units.")

add_subheading("Role of Head Nurse in Performance Appraisal")
roles_pa = [
    "Prepare objective performance standards and criteria in advance.",
    "Collect factual data on each nurse's performance throughout the year (not just before appraisal).",
    "Conduct the appraisal interview in a private, non-threatening setting.",
    "Use specific examples - praise achievements and address areas for improvement constructively.",
    "Involve the nurse in self-appraisal to promote ownership.",
    "Set joint goals for the next appraisal period.",
    "Recommend training, promotion, or incentives based on findings.",
    "Document appraisal outcomes and maintain confidentiality.",
    "Follow up on improvement plans at regular intervals.",
]
for r in roles_pa:
    add_bullet(r)

add_note("Always name at least 4-5 methods with a brief explanation of each. The 360-degree appraisal is a favorite examiner topic. Include both the definition of the method and its application in nursing.")
doc.add_page_break()

# ═════════════════════════════════════════════════════════════════════════════
# QUESTION 5
# ═════════════════════════════════════════════════════════════════════════════
add_h2("Question 5")
add_h3("Define nursing audit. Discuss the purposes and methods of nursing audit and explain how it helps improve quality of patient care.")
add_rule()

add_subheading("Definition of Nursing Audit")
add_body("Nursing audit is a systematic and official examination of a record, process, structure, environment, or account to verify its accuracy and quality.")
add_body("According to Maria Phaneuf: \"Nursing audit is a method of evaluating nursing care through appraisal of the nursing process as it is reflected in the patient care records for discharged patients.\"")
add_body("It is a quality control tool that evaluates the effectiveness, efficiency, and appropriateness of nursing care provided to patients.")

add_subheading("Purposes of Nursing Audit")
purposes_na = [
    "Evaluate the quality and effectiveness of nursing care given to patients.",
    "Identify deficiencies and gaps in nursing practice.",
    "Ensure accountability and professional responsibility of nurses.",
    "Improve nursing standards and patient safety.",
    "Serve as a basis for staff development and continuing education.",
    "Provide data for research and policy development.",
    "Fulfill accreditation and legal requirements (INC, NABH standards).",
    "Recognize areas of excellence in nursing practice.",
]
for p_na in purposes_na:
    add_bullet(p_na)

add_subheading("Types / Methods of Nursing Audit")
add_body("1. CONCURRENT AUDIT (Process Audit)")
add_bullet("Evaluation of nursing care while the patient is still admitted.")
add_bullet("Methods: Direct observation, patient interview, review of current records.")
add_bullet("Advantage: Immediate corrective action can be taken.")
add_bullet("Example: Observing whether nurses are following standard aseptic technique during IV insertion.")

add_body("2. RETROSPECTIVE AUDIT (Outcome Audit)")
add_bullet("Evaluation of nursing care after the patient has been discharged, using medical records.")
add_bullet("Uses tools: Phaneuf's Nursing Audit, Slater Nursing Competencies Rating Scale.")
add_bullet("Advantage: No interference with ongoing care; can review large numbers of records.")
add_bullet("Limitation: Cannot correct problems for the current patient.")

add_body("3. PROSPECTIVE AUDIT (Structure Audit)")
add_bullet("Evaluation of the environment, resources, and standards before care is given.")
add_bullet("Assesses: Staffing levels, equipment availability, policies, physical environment.")
add_bullet("Most preventive in nature.")

add_subheading("Tools Used in Nursing Audit")
tools_na = [
    "Phaneuf's Nursing Audit Tool (7 components of nursing process evaluated).",
    "Slater Nursing Competencies Rating Scale.",
    "Quality Patient Care Scale (Qualpacs).",
    "Nursing care plans and Kardex reviews.",
    "Patient satisfaction questionnaires.",
]
for t in tools_na:
    add_bullet(t)

add_subheading("How Nursing Audit Improves Quality of Patient Care")
improvements = [
    "Identifies gaps between actual practice and established nursing standards.",
    "Provides evidence-based data to revise policies and protocols.",
    "Highlights training needs leading to targeted continuing education programs.",
    "Creates a culture of accountability among nursing staff.",
    "Reduces nursing errors, adverse events, and patient complaints.",
    "Helps hospitals meet national accreditation (NABH) standards.",
    "Improves patient satisfaction and trust in nursing services.",
    "Supports a continuous quality improvement (CQI) cycle.",
]
for i in improvements:
    add_bullet(i)

add_note("Know all 3 types of audit (concurrent, retrospective, prospective) with examples. Phaneuf's Nursing Audit Tool is frequently asked by name. Emphasize that audit leads to a continuous quality improvement cycle.")
doc.add_page_break()

# ═════════════════════════════════════════════════════════════════════════════
# QUESTION 6
# ═════════════════════════════════════════════════════════════════════════════
add_h2("Question 6")
add_h3("Discuss the theories of motivation and how a nurse manager can use them to motivate staff nurses.")
add_rule()

add_subheading("Definition of Motivation")
add_body("Motivation is the internal or external drive that initiates, directs, and sustains goal-directed behaviour. In nursing, it is the force that compels nurses to deliver their best performance for optimal patient care.")

add_subheading("Importance of Motivation in Nursing")
add_bullet("Reduces absenteeism and staff turnover.")
add_bullet("Improves quality of patient care.")
add_bullet("Enhances job satisfaction and team cohesion.")
add_bullet("Increases productivity and efficiency.")

add_subheading("Theories of Motivation")
add_body("1. MASLOW'S HIERARCHY OF NEEDS (Abraham Maslow, 1943)")
add_bullet("Physiological Needs: Salary, meals, safe working conditions.")
add_bullet("Safety Needs: Job security, safe environment, proper PPE.")
add_bullet("Social/Love Needs: Team bonding, belonging to a unit, peer support.")
add_bullet("Esteem Needs: Recognition, awards, promotion, praise from supervisors.")
add_bullet("Self-Actualization: Professional development, autonomy, leadership roles.")
add_body("Application in Nursing: Ensure basic needs are met first (fair salary, safe workplace), then build toward recognition and professional growth.")

add_body("2. HERZBERG'S TWO-FACTOR THEORY (Frederick Herzberg, 1959)")
add_bullet("Hygiene Factors (if absent = dissatisfaction): Salary, hospital policy, supervision, working conditions, interpersonal relations.")
add_bullet("Motivators (if present = satisfaction): Achievement, recognition, responsibility, advancement, growth, meaningful work.")
add_body("Application in Nursing: Eliminating poor working conditions alone will not motivate; the nurse manager must also provide recognition, advancement opportunities, and meaningful assignments.")

add_body("3. McGREGOR'S THEORY X AND THEORY Y")
add_bullet("Theory X: Employees are inherently lazy, dislike work, need strict supervision. (Autocratic management style)")
add_bullet("Theory Y: Employees are self-motivated, creative, and seek responsibility. (Democratic/participative management style)")
add_body("Application in Nursing: Adopt Theory Y assumptions - trust nurses, involve them in decision-making, allow autonomy in patient care planning.")

add_body("4. McCLELLAND'S THEORY OF NEEDS")
add_bullet("Need for Achievement (nAch): Nurses desire to excel and set challenging standards.")
add_bullet("Need for Affiliation (nAff): Nurses want positive team relationships.")
add_bullet("Need for Power (nPow): Nurses want to influence others and lead.")
add_body("Application in Nursing: Identify the dominant need of each nurse and assign roles accordingly (e.g., team leader role for high nPow nurses).")

add_body("5. VROOM'S EXPECTANCY THEORY")
add_bullet("Motivation = Expectancy (effort leads to performance) x Instrumentality (performance leads to reward) x Valence (value of reward).")
add_body("Application in Nursing: Clearly communicate how performance leads to rewards (promotion, pay increment), and ensure rewards are valued by staff.")

add_subheading("Practical Strategies for a Nurse Manager to Motivate Staff")
strategies = [
    "Recognise and praise good performance publicly.",
    "Provide career advancement and promotion opportunities.",
    "Involve nurses in decision-making and policy formulation.",
    "Ensure safe working environment and adequate resources.",
    "Offer flexible scheduling and work-life balance support.",
    "Provide regular feedback and annual performance appraisals.",
    "Support continuing education and professional development.",
    "Maintain open communication and address grievances promptly.",
    "Foster team spirit through group activities and nursing day celebrations.",
]
for s in strategies:
    add_bullet(s)

add_note("Always write at least 3 full theories for this question. Maslow + Herzberg + McGregor is the minimum. Relate each theory back to nursing with a practical example.")
doc.add_page_break()

# ═════════════════════════════════════════════════════════════════════════════
# QUESTION 7
# ═════════════════════════════════════════════════════════════════════════════
add_h2("Question 7")
add_h3("Define staffing. Discuss the principles of staffing and describe the steps involved in the staffing process in a hospital.")
add_rule()

add_subheading("Definition of Staffing")
add_body("Staffing is the management function of filling and keeping filled the positions in the organizational structure. It involves identifying work requirements, inventorying people available, recruiting, selecting, placing, promoting, appraising, planning the careers of, and training both candidates and current jobholders.")
add_body("In nursing, staffing refers to ensuring the right number of qualified nursing personnel are available at the right time and in the right place to deliver safe patient care.")

add_subheading("Principles of Staffing")
principles_s = [
    ("Principle of Job Definition:", " All positions should have a clear job description."),
    ("Principle of Managerial Appraisal:", " Managers should be evaluated on the quality of their staffing decisions."),
    ("Principle of Open Competition:", " Selection should be based on merit, not favouritism."),
    ("Principle of Training:", " Staff must receive adequate training before being placed in a role."),
    ("Principle of Continuing Development:", " Continuous in-service education must be provided."),
    ("Principle of Staffing Norms:", " Indian Nursing Council (INC) norms for nurse-to-patient ratios must be followed."),
]
for bold, rest in principles_s:
    add_bullet(rest, bold_part=bold)

add_subheading("Steps in the Staffing Process")
steps_s = [
    ("Step 1 - Manpower Planning:", " Assess current nursing staff, forecast future needs based on patient census, expansion plans, and expected retirements."),
    ("Step 2 - Job Analysis:", " Prepare job descriptions (duties, responsibilities) and job specifications (qualifications, skills required) for each nursing post."),
    ("Step 3 - Recruitment:", " Attract qualified candidates through internal (promotion, transfers) and external sources (advertisements, nursing colleges, employment exchanges)."),
    ("Step 4 - Selection:", " Shortlist candidates through written exam, skills test, and interview. Verify credentials and references."),
    ("Step 5 - Placement and Orientation:", " Assign nurses to appropriate units. Conduct orientation to hospital policies, unit routines, equipment, and safety protocols."),
    ("Step 6 - Training and Development:", " Provide on-the-job training, in-service education, and continuing nursing education programs."),
    ("Step 7 - Performance Appraisal:", " Regularly evaluate nurse performance against established standards."),
    ("Step 8 - Promotion and Transfer:", " Based on appraisal results, merit, and organisational needs."),
    ("Step 9 - Retention:", " Provide competitive salaries, good working conditions, career growth, and recognition to retain staff."),
    ("Step 10 - Separation:", " Manage retirements, resignations, terminations, and transfers properly with full exit procedures."),
]
for bold, rest in steps_s:
    add_bullet(rest, bold_part=bold)

add_subheading("INC Staffing Norms (Indian Context)")
norms = [
    "General ward: 1 nurse per 6 patients (day duty); 1 nurse per 10 patients (night duty).",
    "ICU/Critical care: 1 nurse per 1-2 patients.",
    "Operation theatre: 1 nurse per operating table.",
    "Maternity ward: As per obstetric unit standards.",
    "Minimum qualification for staff nurse: B.Sc Nursing or GNM with valid state registration.",
]
for n in norms:
    add_bullet(n)

add_note("INC staffing norms are important for the Indian exam context. Always mention nurse-patient ratios. The 10 steps of staffing should be written in sequence - marks are awarded for logical flow.")
doc.add_page_break()

# ═════════════════════════════════════════════════════════════════════════════
# QUESTION 8
# ═════════════════════════════════════════════════════════════════════════════
add_h2("Question 8")
add_h3("Define disaster. Classify disasters and discuss the role of a nurse during a disaster situation with emphasis on triage and disaster management.")
add_rule()

add_subheading("Definition of Disaster")
add_body("A disaster is a sudden calamitous event that seriously disrupts the functioning of a community or society, causing widespread human, material, economic, or environmental losses that exceed the ability of the affected community to cope using its own resources.")
add_body("According to WHO: \"Any occurrence that causes damage, ecological disruption, loss of human life, deterioration of health and health services on a scale sufficient to warrant an extraordinary response from outside the affected community.\"")

add_subheading("Classification of Disasters")
add_body("A. NATURAL DISASTERS:")
add_bullet("Meteorological: Cyclones, hurricanes, floods, droughts, blizzards.")
add_bullet("Geological: Earthquakes, volcanic eruptions, landslides, tsunamis.")
add_bullet("Biological: Epidemics, pandemics (e.g., COVID-19, cholera outbreaks).")

add_body("B. MAN-MADE (TECHNOLOGICAL) DISASTERS:")
add_bullet("Industrial accidents: Chemical spills, explosions, nuclear accidents (e.g., Bhopal gas tragedy).")
add_bullet("Transportation accidents: Road, rail, air, marine disasters.")
add_bullet("Civil disasters: Wars, terrorist attacks, riots, bomb blasts.")
add_bullet("Environmental disasters: Oil spills, deforestation-related floods.")

add_body("C. COMPLEX EMERGENCIES:")
add_bullet("Combination of natural and man-made factors (e.g., famine worsened by political conflict).")

add_subheading("Phases of Disaster Management")
phases = [
    ("Mitigation:", " Actions to reduce the impact of disasters (building codes, early warning systems)."),
    ("Preparedness:", " Planning, training, drills, stockpiling supplies before a disaster."),
    ("Response:", " Immediate actions taken during/after a disaster (rescue, triage, treatment)."),
    ("Recovery:", " Restoring normalcy after a disaster (rehabilitation, reconstruction)."),
]
for bold, rest in phases:
    add_bullet(rest, bold_part=bold)

add_subheading("Triage in Disaster Management")
add_body("Triage is the process of sorting victims by the severity of their injuries to prioritize treatment and maximize the number of survivors when resources are limited.")
add_body("START Triage System (Simple Triage and Rapid Treatment):")
add_bullet("RED (Immediate): Life-threatening but treatable - needs immediate intervention. E.g., airway obstruction, major haemorrhage.")
add_bullet("YELLOW (Delayed): Serious but can wait 1-2 hours. E.g., fractures, burns <20%.")
add_bullet("GREEN (Minor): 'Walking wounded' - minor injuries, can self-care. E.g., small lacerations.")
add_bullet("BLACK (Expectant/Deceased): Dead or injuries incompatible with survival given available resources.")

add_subheading("Role of a Nurse During a Disaster")
add_body("A. PRE-DISASTER (Preparedness Phase):")
add_bullet("Participate in disaster planning committee and mock drills.")
add_bullet("Maintain updated knowledge of hospital disaster plan (HDP).")
add_bullet("Ensure adequate supply of medications, IV fluids, dressings, and emergency equipment.")
add_bullet("Conduct community health education on disaster preparedness.")

add_body("B. DURING DISASTER (Response Phase):")
add_bullet("Perform triage rapidly and accurately using START or SALT system.")
add_bullet("Provide first aid, CPR, wound care, fracture immobilisation.")
add_bullet("Administer prescribed medications and IV fluids.")
add_bullet("Maintain patient records and identification tags.")
add_bullet("Coordinate with physicians, paramedics, and rescue teams.")
add_bullet("Provide psychological first aid and emotional support to victims.")
add_bullet("Ensure proper infection control and prevent disease outbreaks.")

add_body("C. POST-DISASTER (Recovery Phase):")
add_bullet("Continue care and rehabilitation of survivors.")
add_bullet("Monitor for disease outbreaks (cholera, typhoid, respiratory infections).")
add_bullet("Provide grief counselling and mental health support.")
add_bullet("Document all nursing actions and patient outcomes.")
add_bullet("Debrief with the team and identify lessons learned for future preparedness.")

add_note("Triage colour coding (Red/Yellow/Green/Black) is almost always asked. Know the START system by name. The pre/during/post framework is an excellent way to structure the nurse's role - use it to get full marks.")
doc.add_page_break()

# ═════════════════════════════════════════════════════════════════════════════
# QUESTION 9
# ═════════════════════════════════════════════════════════════════════════════
add_h2("Question 9")
add_h3("Define conflict. Explain the types of conflict that occur in a nursing unit and discuss the strategies a nurse manager can use for conflict resolution.")
add_rule()

add_subheading("Definition of Conflict")
add_body("Conflict is a disagreement, struggle, or opposition between two or more parties who have incompatible goals, needs, desires, values, beliefs, or ideas.")
add_body("According to Robbins: \"Conflict is a process in which one party perceives that its interests are being opposed or negatively affected by another party.\"")
add_body("Conflict is not always negative - constructive conflict can lead to innovation, better problem-solving, and organisational growth.")

add_subheading("Types of Conflict in a Nursing Unit")
add_body("A. BASED ON PARTIES INVOLVED:")
add_bullet("Intrapersonal Conflict: Internal struggle within an individual nurse. E.g., role conflict between professional ethics and institutional policies.")
add_bullet("Interpersonal Conflict: Between two individuals. E.g., disagreement between a staff nurse and a senior nurse regarding patient care decisions.")
add_bullet("Intragroup Conflict: Among members of the same group/unit. E.g., nurses disagreeing over duty schedules or patient assignments.")
add_bullet("Intergroup Conflict: Between different departments. E.g., conflict between nursing and housekeeping regarding ward cleanliness responsibilities.")
add_bullet("Inter-organisational Conflict: Between different organisations or institutions.")

add_body("B. BASED ON NATURE:")
add_bullet("Task Conflict: Disagreement about the content or goals of work (e.g., best way to manage a patient's pressure sore).")
add_bullet("Relationship Conflict: Personal incompatibility and tensions between individuals.")
add_bullet("Process Conflict: Disagreement about how work should be done (e.g., who should perform a particular procedure).")

add_subheading("Causes of Conflict in Nursing")
causes = [
    "Unclear job roles and responsibilities.",
    "Poor communication and misunderstandings.",
    "Unequal distribution of workload.",
    "Differences in values, attitudes, and work styles.",
    "Scarcity of resources (staff, equipment, time).",
    "Personality clashes and professional jealousy.",
    "Differences in professional authority between doctors and nurses.",
]
for c in causes:
    add_bullet(c)

add_subheading("Conflict Resolution Strategies (Thomas-Kilmann Model)")
add_body("1. COMPETING (Win-Lose): One party pursues their goals at the expense of others. Used in emergencies or when quick decision is needed.")
add_body("2. COLLABORATING (Win-Win): Both parties work together to find a solution satisfying all. Best approach for complex, important issues in nursing.")
add_body("3. COMPROMISING: Both parties give up something. Used when goals are moderately important and time is limited.")
add_body("4. AVOIDING: Withdrawing from the conflict. Useful for trivial issues or when cooling down is needed.")
add_body("5. ACCOMMODATING: One party yields to the other. Used when the issue is more important to the other party or preserving the relationship matters more.")

add_subheading("Steps for Nurse Manager in Conflict Resolution")
steps_cr = [
    "Identify and acknowledge the conflict early - do not ignore it.",
    "Meet with conflicting parties individually to understand each perspective.",
    "Bring parties together in a neutral, private setting for open dialogue.",
    "Focus on the problem, not the person - maintain objectivity.",
    "Encourage active listening and mutual respect.",
    "Explore options together and aim for a win-win solution.",
    "Agree on a resolution plan with clear responsibilities and timelines.",
    "Follow up to ensure the conflict has been resolved and does not recur.",
    "Document the conflict and its resolution for future reference.",
    "If unresolved, escalate to higher management through proper grievance channels.",
]
for s in steps_cr:
    add_bullet(s)

add_note("The Thomas-Kilmann 5 strategies (Competing, Collaborating, Compromising, Avoiding, Accommodating) are frequently asked by name. Collaborating (Win-Win) is always the ideal for nursing management questions.")
doc.add_page_break()

# ═════════════════════════════════════════════════════════════════════════════
# QUESTION 10
# ═════════════════════════════════════════════════════════════════════════════
add_h2("Question 10")
add_h3("Define Total Quality Management (TQM). Describe its principles and discuss the role of a nurse manager in implementing TQM in a hospital.")
add_rule()

add_subheading("Definition of Total Quality Management (TQM)")
add_body("Total Quality Management (TQM) is a management philosophy that seeks to integrate all organisational functions - patient care, nursing services, housekeeping, administration, pharmacy - to focus on meeting patient and community needs and achieving continuous improvement.")
add_body("According to ISO 8402: \"TQM is a management approach of an organisation centred on quality, based on the participation of all its members and aiming at long-term success through customer satisfaction.\"")
add_body("In healthcare: TQM is the ongoing process of identifying and reducing or eliminating errors in healthcare delivery, improving patient safety, and enhancing patient satisfaction.")

add_subheading("Key Concepts in TQM")
add_bullet("Continuous Quality Improvement (CQI): Never-ending process of improving all systems and outcomes.")
add_bullet("Customer Focus: 'Customer' in nursing = patient, family, community, and interdisciplinary team.")
add_bullet("Total Employee Involvement: Every staff member, from ward boy to nursing superintendent, participates in quality improvement.")
add_bullet("Process Approach: Focus on improving processes rather than blaming individuals for errors.")
add_bullet("Evidence-Based Practice: Decisions and protocols based on best available research evidence.")

add_subheading("Principles of TQM (Philip Crosby / W. Edwards Deming)")
principles_tqm = [
    ("Customer-First Orientation:", " All services must be designed to meet the patient's needs and expectations."),
    ("Leadership Commitment:", " Top management (including nursing leadership) must champion quality."),
    ("Employee Involvement:", " All nursing staff must be engaged and empowered in quality initiatives."),
    ("Process Improvement:", " Continuously analyse and improve care delivery processes."),
    ("Integrated System:", " Quality involves all departments working together, not just nursing in isolation."),
    ("Factual Approach to Decision-Making:", " Use data (incident reports, audit findings, patient satisfaction scores) to drive decisions."),
    ("Continuous Improvement (Kaizen):", " Small, incremental improvements made consistently over time."),
    ("Communication:", " Open and transparent communication at all levels is essential."),
    ("Prevention over Inspection:", " Build quality into care processes; don't rely on catching errors after they happen."),
    ("Supplier Relationships:", " Maintain quality standards in procurement of medications, equipment, and supplies."),
]
for bold, rest in principles_tqm:
    add_bullet(rest, bold_part=bold)

add_subheading("TQM Tools Used in Nursing")
tools_tqm = [
    "PDCA Cycle (Plan-Do-Check-Act): Systematic approach to continuous improvement.",
    "Nursing Audit: Evaluates quality of nursing care documentation and processes.",
    "Root Cause Analysis (RCA): Identifies the underlying cause of an adverse event.",
    "Fishbone Diagram (Ishikawa): Identifies causes contributing to a quality problem.",
    "Incident Reporting System: Tracks near-misses and adverse events.",
    "Patient Satisfaction Surveys: Measures patients' perception of care quality.",
    "Clinical Pathways / Care Maps: Standardised care plans to reduce variation.",
    "NABH Standards: National accreditation standards for quality benchmarking in Indian hospitals.",
]
for t in tools_tqm:
    add_bullet(t)

add_subheading("Role of Nurse Manager in Implementing TQM")
roles_tqm = [
    "Champion a culture of quality improvement within the nursing unit.",
    "Conduct regular nursing audits and use findings to revise care protocols.",
    "Implement and monitor nursing care standards and clinical guidelines.",
    "Ensure all staff receive training in quality improvement tools (PDCA, RCA).",
    "Analyse incident reports and near-misses to identify systemic problems.",
    "Collaborate with other departments (pharmacy, laboratory, housekeeping) for integrated quality improvement.",
    "Involve staff nurses in quality improvement committees and suggestion schemes.",
    "Monitor nurse-sensitive indicators: patient falls, pressure injuries, catheter-associated infections (CAUTI), medication errors.",
    "Prepare and submit quality reports to nursing administration regularly.",
    "Work toward and maintain NABH accreditation standards in the hospital.",
    "Use patient feedback to redesign care delivery processes.",
    "Ensure documentation is accurate, complete, and timely.",
]
for r in roles_tqm:
    add_bullet(r)

add_subheading("PDCA Cycle in Nursing (Example)")
add_body("Example: Reducing medication errors in the ward.")
add_bullet("PLAN: Identify the problem (high medication error rate). Analyse causes. Set target (reduce errors by 50% in 3 months).")
add_bullet("DO: Implement double-check protocol, update drug chart, provide staff training.")
add_bullet("CHECK: Review incident reports after 3 months. Compare error rates before and after intervention.")
add_bullet("ACT: If successful, standardise the protocol hospital-wide. If not, revise the plan and repeat the cycle.")

add_note("NABH is specific to India - always mention it in quality questions. The PDCA cycle with a practical nursing example earns extra marks. Know the difference between QA (Quality Assurance - meets minimum standards) and TQM/CQI (continuous improvement beyond minimum standards).")
doc.add_page_break()

# ═════════════════════════════════════════════════════════════════════════════
# FINAL QUICK REFERENCE TABLE
# ═════════════════════════════════════════════════════════════════════════════
add_h2("Quick Reference: Top 10 Questions at a Glance")
add_rule()

table = doc.add_table(rows=11, cols=3)
table.style = "Table Grid"

# Header row
hdr_cells = table.rows[0].cells
headers = ["Q No.", "Topic", "Key Points to Remember"]
for i, h in enumerate(headers):
    hdr_cells[i].text = h
    run = hdr_cells[i].paragraphs[0].runs[0]
    run.bold = True
    run.font.name = "Arial"
    run.font.size = Pt(11)
    # shade header
    shd = OxmlElement('w:shd')
    shd.set(qn('w:val'), 'clear')
    shd.set(qn('w:color'), 'auto')
    shd.set(qn('w:fill'), '1A5276')
    hdr_cells[i]._tc.get_or_add_tcPr().append(shd)
    run.font.color.rgb = RGBColor(0xFF, 0xFF, 0xFF)

rows_data = [
    ("Q1", "Principles & Functions of Management", "Fayol's 14 principles + POSDCORB functions"),
    ("Q2", "Leadership Theories & Styles", "Trait, Behavioural, Situational, Transformational - justify best style"),
    ("Q3", "Delegation", "Authority vs Responsibility vs Accountability; barriers; 10 steps"),
    ("Q4", "Performance Appraisal", "5+ methods; 360-degree appraisal; head nurse role"),
    ("Q5", "Nursing Audit", "Concurrent/Retrospective/Prospective; Phaneuf tool; improves quality"),
    ("Q6", "Motivation Theories", "Maslow + Herzberg + McGregor + Vroom; practical strategies"),
    ("Q7", "Staffing Process", "10 steps of staffing; INC nurse-patient ratios"),
    ("Q8", "Disaster Management & Triage", "Classification; phases (PRRR); START triage colour codes; nurse role"),
    ("Q9", "Conflict Resolution", "Types; Thomas-Kilmann 5 strategies; Win-Win is ideal"),
    ("Q10", "Total Quality Management (TQM)", "Principles; PDCA cycle with example; NABH; nurse-sensitive indicators"),
]

for i, (q, topic, key) in enumerate(rows_data):
    row_cells = table.rows[i+1].cells
    row_cells[0].text = q
    row_cells[1].text = topic
    row_cells[2].text = key
    for cell in row_cells:
        for para in cell.paragraphs:
            for run in para.runs:
                run.font.name = "Arial"
                run.font.size = Pt(10.5)
    if i % 2 == 0:
        for cell in row_cells:
            shd = OxmlElement('w:shd')
            shd.set(qn('w:val'), 'clear')
            shd.set(qn('w:color'), 'auto')
            shd.set(qn('w:fill'), 'EAF4FB')
            cell._tc.get_or_add_tcPr().append(shd)

set_spacing(doc.add_paragraph(), before=10, after=0)
add_body("All the best for your B.Sc Nursing examinations! Focus on the starred topics, use structured headings in your exam answers, and always relate theory to clinical nursing practice for maximum marks.")

# ═════════════════════════════════════════════════════════════════════════════
# SAVE
# ═════════════════════════════════════════════════════════════════════════════
out_path = "/tmp/workspace/nursing-study-guide/Nursing_Management_Leadership_Study_Guide.docx"
doc.save(out_path)
print(f"Saved: {out_path}")
Running Command

cd /tmp/workspace/nursing-study-guide && python3 generate_guide.py

Running Command

python3 -c " from docx import Document doc = Document('/tmp/workspace/nursing-study-guide/Nursing_Management_Leadership_Study_Guide.docx') count = sum(1 for p in doc.paragraphs if p.text.strip()) print(f'Total non-empty paragraphs: {count}') print('First 10 headings:') for p in doc.paragraphs: if 'Heading' in (p.style.name or '') and p.text.strip(): print(f' [{p.style.name}] {p.text[:80]}') "

Your study guide is ready! Download it here:

Nursing Management Leadership Study Guide

Word Document · DOCX


Here's what's inside the document (419 paragraphs of exam-ready content):
#Question TopicKey Content Covered
Q1Principles & Functions of ManagementFayol's 14 principles + POSDCORB functions
Q2Leadership Theories & StylesTrait, Behavioural, Situational, Transformational - with justification
Q3DelegationAuthority/Responsibility/Accountability; barriers; manager's role
Q4Performance Appraisal6 methods incl. 360-degree; head nurse's role
Q5Nursing AuditConcurrent/Retrospective/Prospective; Phaneuf tool; CQI link
Q6Motivation TheoriesMaslow + Herzberg + McGregor + Vroom; practical strategies
Q7Staffing Process10 steps; INC nurse-patient ratios for India
Q8Disaster Management & TriageClassification; PRRR phases; START triage colour codes
Q9Conflict ResolutionTypes; Thomas-Kilmann 5 strategies; step-by-step resolution
Q10Total Quality Management (TQM)Principles; PDCA cycle with nursing example; NABH
Document features:
  • Colour-coded headings (navy blue, teal, orange) for easy navigation
  • Exam tip boxes at the end of every question highlighting what examiners look for
  • Quick reference summary table at the end
  • All answers structured in the definition > classification > application format preferred in B.Sc Nursing exams

This according to INC new syallabus

Searching the Web

INC Indian Nursing Council new syllabus 2023 2024 B.Sc Nursing Management Leadership subjects units

Searching the Web

INC B.Sc Nursing revised syllabus 2022 Nursing Management and Leadership course content units

Reading Web Page

https://svpconpravara.in/wp-content/themes/nursing/essential…

Reading Web Page

https://www.pdm.ac.in/wp-pdmu/uploads/2016/10/B.Sc_Nursing_S…

Writing File

~/nursing-study-guide/generate_inc_guide.py

from docx import Document
from docx.shared import Pt, Inches, RGBColor
from docx.enum.text import WD_ALIGN_PARAGRAPH
from docx.oxml.ns import qn
from docx.oxml import OxmlElement

doc = Document()

# ── Margins ───────────────────────────────────────────────────────────────────
sec = doc.sections[0]
sec.top_margin = sec.bottom_margin = Inches(1)
sec.left_margin = sec.right_margin = Inches(1.2)

# ── Normal style ──────────────────────────────────────────────────────────────
normal = doc.styles["Normal"]
normal.font.name = "Arial"
normal.font.size = Pt(11.5)

# ── Helpers ───────────────────────────────────────────────────────────────────
def sp(para, before=0, after=4):
    pf = para.paragraph_format
    pf.space_before = Pt(before)
    pf.space_after  = Pt(after)

def add_h1(text):
    p = doc.add_heading(text, level=1)
    r = p.runs[0]; r.font.color.rgb = RGBColor(0x1A,0x52,0x76)
    r.font.size = Pt(18); r.font.bold = True
    p.alignment = WD_ALIGN_PARAGRAPH.CENTER
    sp(p, 12, 6); return p

def add_h2(text):
    p = doc.add_heading(text, level=2)
    r = p.runs[0]; r.font.color.rgb = RGBColor(0x1A,0x76,0x5E)
    r.font.size = Pt(14); r.font.bold = True
    sp(p, 14, 4); return p

def add_h3(text):
    p = doc.add_heading(text, level=3)
    r = p.runs[0]; r.font.color.rgb = RGBColor(0x7B,0x2F,0x00)
    r.font.size = Pt(12); r.font.bold = True
    sp(p, 10, 2); return p

def add_body(text):
    p = doc.add_paragraph(text)
    p.style = doc.styles["Normal"]
    sp(p, 0, 5); return p

def add_bullet(text, bold_part=None):
    p = doc.add_paragraph(style="List Bullet")
    p.paragraph_format.left_indent = Inches(0.3)
    sp(p, 0, 3)
    if bold_part:
        r = p.add_run(bold_part); r.bold=True; r.font.name="Arial"; r.font.size=Pt(11.5)
        r2 = p.add_run(text); r2.font.name="Arial"; r2.font.size=Pt(11.5)
    else:
        r = p.add_run(text); r.font.name="Arial"; r.font.size=Pt(11.5)
    return p

def add_sub(text):
    p = doc.add_paragraph()
    r = p.add_run(text); r.bold=True; r.underline=True
    r.font.size=Pt(11.5); r.font.name="Arial"; r.font.color.rgb=RGBColor(0,0,0)
    sp(p,6,2); return p

def add_rule():
    p = doc.add_paragraph()
    pPr = p._p.get_or_add_pPr()
    pBdr = OxmlElement('w:pBdr')
    bot = OxmlElement('w:bottom')
    bot.set(qn('w:val'),'single'); bot.set(qn('w:sz'),'6')
    bot.set(qn('w:space'),'1'); bot.set(qn('w:color'),'1A5276')
    pBdr.append(bot); pPr.append(pBdr)
    sp(p,2,6); return p

def add_note(text):
    p = doc.add_paragraph()
    p.paragraph_format.left_indent = p.paragraph_format.right_indent = Inches(0.2)
    shd = OxmlElement('w:shd'); shd.set(qn('w:val'),'clear')
    shd.set(qn('w:color'),'auto'); shd.set(qn('w:fill'),'EAF4FB')
    p._p.get_or_add_pPr().append(shd)
    r = p.add_run("📌 Exam Tip: " + text)
    r.font.name="Arial"; r.font.size=Pt(11); r.font.italic=True
    r.font.color.rgb=RGBColor(0x1A,0x52,0x76)
    sp(p,4,8); return p

def add_inc_tag(unit, hrs, topic):
    """Adds a small INC syllabus reference box."""
    p = doc.add_paragraph()
    p.paragraph_format.left_indent = Inches(0)
    shd = OxmlElement('w:shd'); shd.set(qn('w:val'),'clear')
    shd.set(qn('w:color'),'auto'); shd.set(qn('w:fill'),'FEF9E7')
    p._p.get_or_add_pPr().append(shd)
    r = p.add_run(f"INC Syllabus Reference  |  Unit {unit}  |  {hrs} Hours  |  Topic: {topic}")
    r.font.name="Arial"; r.font.size=Pt(10); r.font.bold=True
    r.font.color.rgb=RGBColor(0x7D,0x60,0x08)
    sp(p,2,6); return p

# ═════════════════════════════════════════════════════════════════════════════
# COVER PAGE
# ═════════════════════════════════════════════════════════════════════════════
for _ in range(3): doc.add_paragraph()

cp = doc.add_paragraph()
cp.alignment = WD_ALIGN_PARAGRAPH.CENTER
r = cp.add_run("NURSING MANAGEMENT & LEADERSHIP")
r.bold=True; r.font.size=Pt(22); r.font.name="Arial"
r.font.color.rgb=RGBColor(0x1A,0x52,0x76); sp(cp,0,6)

sp2 = doc.add_paragraph(); sp2.alignment=WD_ALIGN_PARAGRAPH.CENTER
r2 = sp2.add_run("Study Guide with Model Answers")
r2.font.size=Pt(16); r2.font.name="Arial"; r2.bold=True
r2.font.color.rgb=RGBColor(0x1A,0x76,0x5E); sp(sp2,2,4)

lp = doc.add_paragraph(); lp.alignment=WD_ALIGN_PARAGRAPH.CENTER
r3 = lp.add_run("B.Sc Nursing (VI Semester)  |  As per INC Revised Syllabus 2021  |  Top 10 Long Answer Questions")
r3.font.size=Pt(12); r3.font.name="Arial"
r3.font.color.rgb=RGBColor(0x55,0x55,0x55); sp(lp,0,6)

inc_p = doc.add_paragraph(); inc_p.alignment=WD_ALIGN_PARAGRAPH.CENTER
r4 = inc_p.add_run("Indian Nursing Council (INC) | Theory: 3 Credits (60 Hours) | Practicum: 1 Credit (80 Hours)")
r4.font.size=Pt(11); r4.font.name="Arial"; r4.font.italic=True
r4.font.color.rgb=RGBColor(0x7D,0x60,0x08); sp(inc_p,0,30)

doc.add_page_break()

# ═════════════════════════════════════════════════════════════════════════════
# INC SYLLABUS OVERVIEW TABLE
# ═════════════════════════════════════════════════════════════════════════════
add_h2("INC Revised Syllabus 2021 - Unit Overview")
add_rule()
add_body("Nursing Management & Leadership is placed in VI Semester. The course has 17 Units covering 60 theory hours.")

tbl = doc.add_table(rows=19, cols=3)
tbl.style = "Table Grid"
hdr = tbl.rows[0].cells
for i, txt in enumerate(["Unit", "Hours", "Topic"]):
    hdr[i].text = txt
    r = hdr[i].paragraphs[0].runs[0]
    r.bold=True; r.font.name="Arial"; r.font.size=Pt(11)
    shd = OxmlElement('w:shd'); shd.set(qn('w:val'),'clear')
    shd.set(qn('w:color'),'auto'); shd.set(qn('w:fill'),'1A5276')
    hdr[i]._tc.get_or_add_tcPr().append(shd)
    r.font.color.rgb=RGBColor(0xFF,0xFF,0xFF)

units_data = [
    ("I",   "1T",  "Health Care & Development of Nursing Services in India (Review)"),
    ("II",  "2T",  "Management Basics Applied to Nursing"),
    ("III", "3T",  "Planning, Organizing & Staffing - Nursing Services"),
    ("IV",  "2T",  "Directing & Leading - Nursing Services"),
    ("V",   "2T",  "Controlling & Evaluating - Nursing Services"),
    ("VI",  "2T",  "Material Management"),
    ("VII", "2T",  "Nursing Education Administration - Overview"),
    ("VIII","3T",  "Planning, Organizing & Staffing - Nursing Education"),
    ("IX",  "3T",  "Directing & Controlling - Nursing Education"),
    ("X",   "2T",  "Financial Management (Budgeting)"),
    ("XI",  "1T",  "Nursing Informatics / Information Management (Review)"),
    ("XII", "2T",  "Leadership - Concepts, Theories, Styles, Decision Making"),
    ("XIII","4T",  "Disaster Management"),
    ("XIV", "4T",  "INC Norms - Nursing Education Institution"),
    ("XV",  "4T",  "Management of Nursing Education Institution"),
    ("XVI", "4T",  "Controlling & Evaluation in Nursing Education"),
    ("XVII","4T",  "Professional Considerations - Legal & Ethical Issues"),
]
for i, (u, h, t) in enumerate(units_data):
    row = tbl.rows[i+1].cells
    row[0].text = u; row[1].text = h; row[2].text = t
    for cell in row:
        for para in cell.paragraphs:
            for r_ in para.runs:
                r_.font.name="Arial"; r_.font.size=Pt(10.5)
    if i % 2 == 0:
        for cell in row:
            shd = OxmlElement('w:shd'); shd.set(qn('w:val'),'clear')
            shd.set(qn('w:color'),'auto'); shd.set(qn('w:fill'),'EAF4FB')
            cell._tc.get_or_add_tcPr().append(shd)

sp(doc.add_paragraph(), 8, 0)
add_body("The 10 model answers below are drawn from the highest-weightage units: II, III, IV, V, X, XII, XIII, XVII and the most frequently examined topics from the INC paper pattern.")
doc.add_page_break()

# ═════════════════════════════════════════════════════════════════════════════
# Q1 - UNIT II: Management Basics
# ═════════════════════════════════════════════════════════════════════════════
add_h2("Question 1")
add_inc_tag("II", "2T", "Management Basics Applied to Nursing")
add_h3("Define management. Explain the principles of management and describe the functions of management applied to nursing services.")
add_rule()

add_sub("Definition of Management")
add_body("Management is the process of planning, organizing, staffing, directing, and controlling available human, material, financial, and informational resources to achieve organisational goals effectively and efficiently.")
add_body("Henri Fayol: \"Management is to forecast and plan, to organise, to command, to co-ordinate and to control.\"")
add_body("Mary Parker Follett: \"Management is the art of getting things done through people.\"")

add_sub("Importance of Management in Nursing")
for pt in [
    "Ensures optimal utilisation of resources (staff, equipment, budget).",
    "Provides a structured approach to patient care delivery.",
    "Facilitates achievement of organisational goals and quality outcomes.",
    "Improves staff satisfaction and reduces conflicts.",
    "Supports accountability and professional responsibility.",
]:
    add_bullet(pt)

add_sub("Principles of Management (Henri Fayol - 14 Principles)")
prns = [
    ("1. Division of Work:", " Assign specialised tasks to increase efficiency in nursing units."),
    ("2. Authority & Responsibility:", " Authority to give orders must be matched with responsibility."),
    ("3. Discipline:", " All nursing staff must follow hospital rules and professional standards."),
    ("4. Unity of Command:", " Each nurse should receive orders from only one superior (e.g., Head Nurse only)."),
    ("5. Unity of Direction:", " One nurse manager, one plan for activities toward a common patient care goal."),
    ("6. Subordination of Individual Interest:", " Patient and organisational welfare take priority over personal interests."),
    ("7. Remuneration:", " Fair and equitable pay ensures nurse motivation and retention."),
    ("8. Centralisation:", " Degree of decision-making authority held at top management level."),
    ("9. Scalar Chain:", " Clear line of authority: Director of Nursing > Nursing Superintendent > Head Nurse > Staff Nurse."),
    ("10. Order:", " Right nurse in the right place at the right time."),
    ("11. Equity:", " Nurse managers must be just and kind to all staff without discrimination."),
    ("12. Stability of Tenure:", " Reducing staff turnover improves patient care continuity."),
    ("13. Initiative:", " Staff nurses should be encouraged to show professional initiative within boundaries."),
    ("14. Esprit de Corps:", " Team unity and cooperation in the nursing unit enhances morale."),
]
for bold, rest in prns:
    add_bullet(rest, bold_part=bold)

add_sub("Functions of Management Applied to Nursing (POSDCORB)")
fns = [
    ("Planning:", " Setting nursing unit goals, policies, procedures, and care standards."),
    ("Organising:", " Establishing the ward structure, assigning duties, defining authority lines."),
    ("Staffing:", " Recruiting, selecting, orienting, training, and deploying nursing personnel."),
    ("Directing:", " Leading and guiding nurses to deliver quality care."),
    ("Controlling:", " Monitoring nursing performance, conducting audits, taking corrective action."),
    ("Co-ordinating:", " Ensuring collaboration between nursing and other hospital departments."),
    ("Reporting:", " Documenting and communicating nursing statistics to administration."),
    ("Budgeting:", " Preparing and monitoring the nursing department's financial plan."),
]
for bold, rest in fns:
    add_bullet(rest, bold_part=bold)

add_note("INC syllabus Unit II is high-weightage. Fayol's 14 principles + POSDCORB functions = full marks in this question. Always link each principle/function to a nursing example.")
doc.add_page_break()

# ═════════════════════════════════════════════════════════════════════════════
# Q2 - UNIT III: Planning & Staffing
# ═════════════════════════════════════════════════════════════════════════════
add_h2("Question 2")
add_inc_tag("III", "3T", "Planning, Organising & Staffing of Nursing Services")
add_h3("Define staffing. Describe the steps of the staffing process in nursing and explain the INC norms for nurse staffing in a hospital.")
add_rule()

add_sub("Definition of Staffing")
add_body("Staffing is the management function of filling and keeping filled positions in the organisational structure through identifying workforce requirements, recruitment, selection, orientation, training, and performance appraisal.")
add_body("In nursing, staffing means ensuring the right number and mix of qualified nursing personnel are available at the right time and in the right place to deliver safe, quality patient care.")

add_sub("Need for Staffing in Nursing")
for pt in [
    "Ensures 24-hour nursing coverage across all patient care areas.",
    "Matches nurse competencies to patient acuity levels.",
    "Prevents understaffing (leading to errors) and overstaffing (wasting resources).",
    "Supports nurse job satisfaction and reduces burnout.",
    "Fulfils INC and NABH accreditation requirements.",
]:
    add_bullet(pt)

add_sub("Steps in the Staffing Process")
steps = [
    ("Step 1 - Workforce/Manpower Planning:", " Assess current nursing staff. Forecast future needs based on patient census, bed occupancy rates, and expansion plans."),
    ("Step 2 - Job Analysis:", " Develop clear job descriptions (duties, responsibilities) and job specifications (qualifications, skills) for each post."),
    ("Step 3 - Recruitment:", " Attract qualified candidates through internal sources (promotion, transfer) and external sources (advertisements, nursing college campus drives, employment exchanges)."),
    ("Step 4 - Selection:", " Screen applications, conduct written test, skills test, and interview. Verify registration certificates (State Nursing Council)."),
    ("Step 5 - Placement & Orientation:", " Post nurses to suitable units. Conduct structured orientation covering hospital policies, ward routines, equipment, fire safety, and infection control."),
    ("Step 6 - Training & Development:", " Provide on-the-job training, in-service education, workshops, and continuing nursing education (CNE) programs."),
    ("Step 7 - Performance Appraisal:", " Periodically evaluate nurse performance using rating scales, 360-degree feedback, or critical incident method."),
    ("Step 8 - Promotion & Transfer:", " Based on merit, seniority, and organisational need."),
    ("Step 9 - Retention:", " Provide competitive salary, safe work conditions, career growth, recognition to reduce attrition."),
    ("Step 10 - Separation:", " Manage retirements, resignations, and terminations professionally with proper exit procedures."),
]
for bold, rest in steps:
    add_bullet(rest, bold_part=bold)

add_sub("INC Staffing Norms for Hospitals (Indian Nursing Council)")
norms = [
    "General ward (day duty): 1 nurse for every 6 patients.",
    "General ward (night duty): 1 nurse for every 10 patients.",
    "ICU / Critical Care: 1 nurse for every 1-2 patients.",
    "Operation Theatre: 1 scrub nurse + 1 circulating nurse per operating table.",
    "Labour room: 1 nurse per patient in active labour.",
    "Maternity ward: 1 nurse for every 3 patients.",
    "Paediatric ward: 1 nurse for every 3-4 patients.",
    "Minimum qualification: B.Sc Nursing (4 years) or GNM (3 years) with valid State Nursing Council registration.",
    "Ratio of Nursing Superintendent: 1 per 100-150 beds.",
]
for n in norms:
    add_bullet(n)

add_sub("Duty Scheduling (Shift Planning)")
for pt in [
    "Three shifts: Morning (6 AM - 2 PM), Evening (2 PM - 10 PM), Night (10 PM - 6 AM).",
    "Head Nurse prepares monthly duty roster ensuring equitable shift distribution.",
    "At least 3 nurses must overlap during change-of-shift for proper handover.",
    "Leave planning must ensure minimum staffing is always maintained.",
]:
    add_bullet(pt)

add_note("INC staffing norms (nurse-to-patient ratios) are highly examinable in the Indian context. Memorise the specific ratios for each unit. The 10 steps of staffing must be written in sequence.")
doc.add_page_break()

# ═════════════════════════════════════════════════════════════════════════════
# Q3 - UNIT IV: Directing & Delegation
# ═════════════════════════════════════════════════════════════════════════════
add_h2("Question 3")
add_inc_tag("IV", "2T", "Directing & Leading - Nursing Services")
add_h3("Define delegation. Explain the principles of effective delegation and the barriers to delegation. How does a nurse manager ensure accountability while delegating?")
add_rule()

add_sub("Definition of Delegation")
add_body("Delegation is the process by which a manager assigns part of their authority and responsibility to a subordinate to perform a specific task, while retaining ultimate accountability for the outcome.")
add_body("Koontz & O'Donnell: \"Delegation is the process of assigning work to subordinates and giving them authority to accomplish it.\"")

add_sub("Three Elements of Delegation")
add_bullet("Authority: The right to make decisions, give orders, and use resources needed to complete the task.")
add_bullet("Responsibility: The obligation to perform the assigned task to the expected standard.")
add_bullet("Accountability: Answerability for the outcome. ACCOUNTABILITY CANNOT BE DELEGATED - it always remains with the delegator (nurse manager).")

add_sub("Principles of Effective Delegation")
prnc = [
    ("Result-Oriented Delegation:", " Delegate authority proportional to the expected results."),
    ("Parity of Authority & Responsibility:", " Authority given must equal the responsibility assigned."),
    ("Absoluteness of Responsibility:", " The delegating manager remains ultimately responsible."),
    ("Unity of Command:", " Subordinate should receive instructions from only one superior."),
    ("Scalar Principle:", " Follow the established chain of command when delegating."),
    ("Principle of Exception:", " Subordinate should only refer truly exceptional situations upward."),
    ("Clarity of Delegation:", " Task, authority, deadlines, and expected outcomes must be clearly communicated."),
]
for b, r in prnc:
    add_bullet(r, bold_part=b)

add_sub("Barriers to Effective Delegation")
add_body("A. FROM THE MANAGER:")
for pt in ["Fear of losing authority or control.",
           "Lack of confidence in subordinates' abilities.",
           "Perfectionism ('only I can do it right').",
           "Poor communication skills.",
           "Reluctance to accept that subordinates may make mistakes."]:
    add_bullet(pt)
add_body("B. FROM THE SUBORDINATE:")
for pt in ["Fear of failure or criticism.",
           "Lack of self-confidence or clinical skills.",
           "Over-dependence on the manager for decisions.",
           "Insufficient information or resources.",
           "Fear of being held accountable for outcomes."]:
    add_bullet(pt)
add_body("C. ORGANISATIONAL BARRIERS:")
for pt in ["Unclear authority lines and poor communication.",
           "Rigid culture that discourages staff empowerment.",
           "Inadequate supervision and feedback mechanisms."]:
    add_bullet(pt)

add_sub("Role of Nurse Manager in Ensuring Accountability During Delegation")
for pt in [
    "Select the right person with appropriate qualification (e.g., delegate IV drug administration only to registered nurses).",
    "Clearly define task, expected standards, and time frame.",
    "Provide necessary authority, resources, and information.",
    "Set measurable performance criteria.",
    "Establish a regular feedback and reporting mechanism.",
    "Provide adequate supervision without micromanaging.",
    "Evaluate outcomes against expected standards.",
    "Document delegation in the ward assignment records.",
    "Take corrective action if standards are not met.",
]:
    add_bullet(pt)

add_note("The critical point is: Accountability CANNOT be delegated. Always write this explicitly. INC syllabus Unit IV also includes supervision and participatory management - link delegation to these concepts.")
doc.add_page_break()

# ═════════════════════════════════════════════════════════════════════════════
# Q4 - UNIT V: Controlling & Evaluation
# ═════════════════════════════════════════════════════════════════════════════
add_h2("Question 4")
add_inc_tag("V", "2T", "Controlling & Evaluating Nursing Services")
add_h3("Define nursing audit. Explain the types and methods of nursing audit. Discuss how nursing audit improves the quality of patient care.")
add_rule()

add_sub("Definition of Nursing Audit")
add_body("Nursing audit is the systematic and official examination of nursing records, processes, and environments to verify accuracy, completeness, and quality of nursing care provided.")
add_body("Maria Phaneuf: \"Nursing audit is a method of evaluating nursing care through appraisal of the nursing process as it is reflected in patient care records of discharged patients.\"")
add_body("It is one of the most important tools used in the Controlling function of nursing management.")

add_sub("Purposes of Nursing Audit")
for pt in [
    "Evaluate the quality and effectiveness of nursing care.",
    "Identify deficiencies and gaps in nursing practice.",
    "Ensure professional accountability of nurses.",
    "Provide evidence for continuing education planning.",
    "Meet NABH (National Accreditation Board for Hospitals) accreditation requirements.",
    "Serve as a basis for policy and protocol revision.",
    "Recognise areas of excellence in nursing practice.",
    "Facilitate legal protection by verifying proper documentation.",
]:
    add_bullet(pt)

add_sub("Types of Nursing Audit")
add_body("1. CONCURRENT AUDIT (Process Audit)")
add_bullet("Conducted while the patient is still admitted in the hospital.")
add_bullet("Methods: Direct observation of nursing care, patient interview, review of current records.")
add_bullet("Advantage: Corrective action can be taken immediately to benefit the current patient.")
add_bullet("Example: Observing whether sterile technique is followed during catheterisation.")

add_body("2. RETROSPECTIVE AUDIT (Outcome Audit)")
add_bullet("Conducted after the patient has been discharged, using closed medical records.")
add_bullet("Tool used: Phaneuf's Nursing Audit (7 components based on nursing process).")
add_bullet("Advantage: No disruption to ongoing care; large number of records can be reviewed.")
add_bullet("Limitation: Cannot help the patient whose record is being reviewed.")
add_bullet("Example: Reviewing discharge summaries to assess completeness of nursing documentation.")

add_body("3. PROSPECTIVE AUDIT (Structure Audit)")
add_bullet("Evaluates the environment, standards, and resources BEFORE care is given.")
add_bullet("Assesses: Nurse staffing levels, availability of equipment, adequacy of policies.")
add_bullet("Most preventive in nature - identifies structural problems before they affect patients.")

add_sub("Phaneuf's Nursing Audit Tool - 7 Components")
comps = [
    "Application and execution of physician's orders.",
    "Observation of symptoms and reactions.",
    "Supervision of the patient.",
    "Supervision of those participating in care (except physicians).",
    "Reporting and recording nursing observations.",
    "Application and execution of nursing procedures and techniques.",
    "Promotion of physical and emotional health by direction and teaching.",
]
for i, c in enumerate(comps, 1):
    add_bullet(f"{i}. {c}")

add_sub("Quality Patient Care Scale (QUALPACS)")
add_bullet("Evaluates the quality of nursing care through direct observation of nurse-patient interactions.")
add_bullet("Six subscales: Psychosocial (individual), Psychosocial (group), Physical, General, Communication, Professional implications.")

add_sub("How Nursing Audit Improves Quality of Patient Care")
for pt in [
    "Identifies gaps between actual practice and established nursing standards.",
    "Provides data to revise outdated policies and clinical protocols.",
    "Highlights specific training needs for continuing education programs.",
    "Creates a culture of accountability, reducing nursing errors and adverse events.",
    "Reduces hospital-acquired infections (HAIs), patient falls, and medication errors.",
    "Supports continuous quality improvement (CQI) cycle in the hospital.",
    "Helps hospitals achieve and maintain NABH accreditation.",
    "Improves patient satisfaction scores and trust in nursing services.",
]:
    add_bullet(pt)

add_note("Know all 3 types of audit (Concurrent, Retrospective, Prospective) with examples. Phaneuf's 7 components are frequently asked. NABH is the Indian accreditation body - always mention it in quality questions.")
doc.add_page_break()

# ═════════════════════════════════════════════════════════════════════════════
# Q5 - UNIT V: Performance Appraisal
# ═════════════════════════════════════════════════════════════════════════════
add_h2("Question 5")
add_inc_tag("V", "2T", "Controlling & Evaluating Nursing Services - Performance Appraisal")
add_h3("Define performance appraisal. Discuss the methods of performance appraisal in nursing and explain the role of a head nurse in conducting performance appraisals.")
add_rule()

add_sub("Definition of Performance Appraisal")
add_body("Performance appraisal is the systematic, periodic, and formal assessment of an employee's job performance, potential, and contribution against pre-established standards.")
add_body("Edwin Flippo: \"Performance appraisal is the systematic, periodic and impartial rating of an employee's excellence in matters pertaining to his present job and his potential for a better job.\"")

add_sub("Purposes of Performance Appraisal in Nursing")
for pt in [
    "Provide constructive feedback to nurses about their clinical performance.",
    "Identify training and development needs.",
    "Basis for promotion, transfer, increment, and termination decisions.",
    "Motivate nurses through recognition of good performance.",
    "Improve nurse-manager communication.",
    "Support career development and professional advancement.",
    "Maintain nursing standards and accountability.",
]:
    add_bullet(pt)

add_sub("Methods of Performance Appraisal")
add_body("A. TRADITIONAL METHODS:")
add_bullet("Rating Scale Method: Nurses rated on various attributes (clinical competence, punctuality, communication, teamwork) on a scale of 1-5 or 1-10. Simple and widely used.")
add_bullet("Checklist Method: Pre-prepared list of behavioural statements; appraiser marks Yes/No. E.g., 'Nurse completes medication documentation within 30 minutes of administration.'")
add_bullet("Essay/Narrative Method: Appraiser writes a descriptive paragraph about nurse's strengths, weaknesses, and development potential. Useful for individualised feedback.")
add_bullet("Critical Incident Method: Appraiser records specific examples of exceptionally good or poor performance during the appraisal period. Very objective and evidence-based.")
add_bullet("Ranking Method: Nurses ranked from best to poorest performer in the unit.")
add_bullet("Graphic Rating Scale: Continuous scale with behavioural descriptors at each point.")

add_body("B. MODERN METHODS:")
add_bullet("360-Degree Appraisal: Feedback collected from multiple sources - supervisor, peers, subordinates, patients, and self. Most comprehensive and objective method.")
add_bullet("Management by Objectives (MBO): Nurse and manager jointly set measurable goals at the start of the year; performance evaluated based on achievement of those goals.")
add_bullet("Self-Appraisal: Nurse evaluates own performance; promotes self-reflection and professional responsibility.")
add_bullet("Peer Appraisal: Colleagues in the same unit evaluate each other; useful in team-based nursing settings.")
add_bullet("BARS (Behaviourally Anchored Rating Scales): Rating scale with specific behavioural examples at each level; reduces rater bias.")
add_bullet("Assessment Centre Method: Nurses observed in simulated situations (role-play, case studies); used for promotion to leadership roles.")

add_sub("Role of Head Nurse in Performance Appraisal")
for pt in [
    "Prepare clear, objective performance criteria and standards before the appraisal period.",
    "Maintain records of each nurse's performance observations throughout the year (not just at appraisal time).",
    "Conduct appraisal in a private, non-threatening, and confidential setting.",
    "Use specific, factual examples when discussing performance.",
    "Involve the nurse in self-appraisal to encourage ownership of development.",
    "Set joint, measurable goals for the next appraisal period (MBO approach).",
    "Recommend appropriate training, promotion, or recognition based on findings.",
    "Follow up on improvement plans at regular intervals during the year.",
    "Document all appraisal outcomes and maintain confidentiality per hospital policy.",
    "Refer unresolved performance issues to the Nursing Superintendent per INC/hospital policy.",
]:
    add_bullet(pt)

add_note("Always list at least 5 methods. The 360-degree appraisal and BARS are modern methods favoured by examiners. MBO is directly linked to INC's outcome-based and competency-based curriculum approach.")
doc.add_page_break()

# ═════════════════════════════════════════════════════════════════════════════
# Q6 - UNIT X: Financial Management
# ═════════════════════════════════════════════════════════════════════════════
add_h2("Question 6")
add_inc_tag("X", "2T", "Financial Management - Budgeting for Nursing Department")
add_h3("Define budget. Describe the types of budget and explain the steps in the budgetary process for a nursing department.")
add_rule()

add_sub("Definition of Budget")
add_body("A budget is a formal financial plan that estimates the expected income and expenditure of an organisation or department for a specific future period, usually one financial year.")
add_body("In nursing management: A budget is a financial tool that helps nurse administrators plan, allocate, and control resources (staff, equipment, supplies) needed to deliver quality patient care.")

add_sub("Definition of Budgeting")
add_body("Budgeting is the process of preparing, implementing, and monitoring the budget. It involves estimating future financial needs, allocating resources accordingly, and controlling expenditure within approved limits.")

add_sub("Objectives of Financial Management in Nursing")
for pt in [
    "Ensure optimum utilisation of available financial resources.",
    "Plan for adequate staffing, supplies, and equipment.",
    "Control unnecessary expenditure and prevent waste.",
    "Provide data for cost-benefit analysis.",
    "Support accountability in resource utilisation.",
    "Facilitate financial audit and reporting.",
]:
    add_bullet(pt)

add_sub("Types of Budget")
types = [
    ("1. Operating Budget (Revenue Budget):", " Covers day-to-day operational expenses: staff salaries, medications, dressings, linen, utilities. Most commonly used in nursing departments."),
    ("2. Capital Budget:", " For major long-term investments: building construction, purchase of expensive equipment (ventilators, infusion pumps, monitoring systems)."),
    ("3. Cash Budget:", " Estimates cash inflows and outflows to ensure the organisation has adequate liquidity for day-to-day functions."),
    ("4. Master Budget:", " Comprehensive budget combining all departmental budgets into one organisational financial plan."),
    ("5. Fixed Budget:", " Prepared for a fixed level of activity regardless of actual patient census or workload. Less flexible."),
    ("6. Flexible Budget:", " Adjusted based on actual activity levels (patient days, admissions). More realistic for hospitals."),
    ("7. Zero-Based Budget (ZBB):", " Every expense must be justified from scratch for each budget period. No automatic carry-over of previous year's allocations. Promotes accountability."),
    ("8. Programme Budget:", " Funds allocated for specific nursing programs or projects (e.g., infection control program, wound care service)."),
]
for b, r in types:
    add_bullet(r, bold_part=b)

add_sub("Steps in the Budgetary Process (Nursing Department)")
steps_b = [
    ("Step 1 - Organisational Goal Setting:", " Align nursing department budget with the hospital's overall strategic goals and patient care objectives."),
    ("Step 2 - Reviewing Past Data:", " Analyse previous year's expenditure patterns, patient census data, and resource utilisation statistics."),
    ("Step 3 - Estimating Future Needs:", " Forecast staffing requirements (based on INC norms), equipment needs, supply consumption, and maintenance costs."),
    ("Step 4 - Preparing the Budget Proposal:", " Nursing Superintendent/Head Nurse prepares detailed estimates for: staff salaries, medical supplies, linen, diet, equipment maintenance, training programs."),
    ("Step 5 - Review and Approval:", " Budget proposal submitted to hospital administration and finance committee for review, negotiation, and approval."),
    ("Step 6 - Implementation:", " Approved budget allocated to nursing units; Head Nurse manages the ward-level budget allocation."),
    ("Step 7 - Monitoring and Control:", " Monthly comparison of actual spending vs. budgeted amounts. Investigate variances and take corrective action."),
    ("Step 8 - Evaluation:", " At year-end, evaluate budget performance: Was care quality maintained within budget? Were cost savings achieved without compromising patient safety?"),
    ("Step 9 - Financial Audit:", " Independent review of financial records to ensure accuracy, compliance, and accountability."),
]
for b, r in steps_b:
    add_bullet(r, bold_part=b)

add_sub("Role of Nurse Administrator in Budget Planning")
for pt in [
    "Prepare a realistic budget proposal based on unit needs and INC staffing norms.",
    "Justify all budget line items with data (patient days, equipment age, incident reports).",
    "Prioritise patient safety in all budget decisions.",
    "Identify cost-saving opportunities without compromising care quality.",
    "Monitor unit expenditure and report variances promptly.",
    "Conduct financial audit with the support of the finance department.",
]:
    add_bullet(pt)

add_note("INC syllabus Unit X specifically covers Financial Planning for nursing department. Know Zero-Based Budgeting (ZBB) by name - it is a modern method favoured in recent INC question papers. Always include Financial Audit as the last step.")
doc.add_page_break()

# ═════════════════════════════════════════════════════════════════════════════
# Q7 - UNIT XII: Leadership
# ═════════════════════════════════════════════════════════════════════════════
add_h2("Question 7")
add_inc_tag("XII", "2T", "Leadership - Concepts, Theories, Styles, Decision Making")
add_h3("Define leadership. Discuss the theories of leadership and leadership styles. Which style is most effective in nursing and why?")
add_rule()

add_sub("Definition of Leadership")
add_body("Leadership is the ability to influence, inspire, and guide individuals or groups toward the achievement of a common goal. A nurse leader motivates the nursing team to deliver safe, quality, compassionate patient care.")
add_body("INC Competency: 'Demonstrate leadership in nursing at various levels of healthcare.'")

add_sub("Difference Between Leader and Manager")
add_body("A manager is appointed (formal authority); a leader is followed by choice (influence). Effective nursing requires both - the nurse manager who leads.")

add_sub("Theories of Leadership")
add_body("1. TRAIT THEORY (Great Man Theory)")
add_bullet("Leaders are born, not made.")
add_bullet("Key traits: intelligence, self-confidence, integrity, decisiveness, physical stamina, emotional maturity.")
add_bullet("Limitation: Ignores situational factors; not all great leaders share the same traits.")

add_body("2. BEHAVIOURAL THEORIES")
add_bullet("McGregor's Theory X & Y: Theory X = autocratic; Theory Y = participative/democratic.")
add_bullet("Lewin's Leadership Styles (1939): Autocratic, Democratic, Laissez-faire.")
add_bullet("Ohio State Studies: Two dimensions - Initiating Structure (task focus) and Consideration (people focus).")
add_bullet("Blake & Mouton Managerial Grid: 5 styles based on concern for people vs. concern for production.")

add_body("3. SITUATIONAL / CONTINGENCY THEORIES")
add_bullet("Fiedler's Contingency Model: Effectiveness depends on leader-member relations, task structure, and position power.")
add_bullet("Hersey & Blanchard's Situational Leadership: Style adapted to follower maturity - Telling, Selling, Participating, Delegating.")
add_bullet("Path-Goal Theory (House): Leader adjusts style to help subordinates achieve their goals.")

add_body("4. TRANSFORMATIONAL LEADERSHIP (Burns 1978; Bass 1985)")
add_bullet("Leader inspires followers to exceed their own self-interest for the good of the organisation.")
add_bullet("4 I's: Idealised Influence, Inspirational Motivation, Intellectual Stimulation, Individualised Consideration.")
add_bullet("Leads to higher nurse satisfaction, reduced turnover, and better patient outcomes.")

add_body("5. TRANSACTIONAL LEADERSHIP")
add_bullet("Based on exchange: reward for performance, correction for failure.")
add_bullet("Useful for maintaining routine standards and compliance.")

add_body("6. SERVANT LEADERSHIP (Greenleaf)")
add_bullet("Leader places needs of team and patients above personal gain.")
add_bullet("Core values: listening, empathy, healing, stewardship.")
add_bullet("Highly aligned with nursing's caring ethos.")

add_sub("Leadership Styles (Lewin's Classification)")
styles = [
    ("Autocratic (Authoritarian):", " Manager makes all decisions without staff input. Best for emergencies (e.g., resuscitation, disaster triage)."),
    ("Democratic (Participative):", " Staff involved in decision-making. Best for policy development and quality improvement committees."),
    ("Laissez-faire (Free-rein):", " Manager provides minimal direction; team has complete autonomy. Best for highly experienced, self-motivated nursing teams."),
]
for b, r in styles:
    add_bullet(r, bold_part=b)

add_sub("Most Effective Leadership Style in Nursing")
add_body("Transformational leadership is the most effective style in nursing because it:")
for pt in [
    "Inspires staff nurses to excel beyond minimum requirements.",
    "Promotes a positive work environment and reduces nurse burnout.",
    "Improves patient safety culture and quality care outcomes (evidence-based).",
    "Encourages professional development, innovation, and research.",
    "Builds trust, commitment, and job satisfaction.",
    "Is most aligned with INC's competency-based and outcome-based nursing education goals.",
]:
    add_bullet(pt)
add_body("A situationally competent nurse leader adapts - using autocratic style during a cardiac arrest and democratic style when developing ward policies.")

add_note("INC syllabus Unit XII also includes Power & Politics, Group Dynamics, Critical Thinking, and Decision Making. Transformational vs Transactional distinction is a favourite question. Always justify your 'best style' answer with patient care evidence.")
doc.add_page_break()

# ═════════════════════════════════════════════════════════════════════════════
# Q8 - UNIT XII: Conflict & Change Management
# ═════════════════════════════════════════════════════════════════════════════
add_h2("Question 8")
add_inc_tag("XII", "2T", "Leadership - Decision Making, Conflict Management, Planned Change")
add_h3("Explain conflict management in nursing. Describe the types of conflict, causes, and strategies a nurse manager uses for conflict resolution. Discuss the process of implementing planned change.")
add_rule()

add_sub("Definition of Conflict")
add_body("Conflict is a process in which one party perceives that its interests are being opposed or negatively affected by another party. It arises from incompatible goals, values, needs, or ideas.")
add_body("Not all conflict is destructive - constructive (functional) conflict can lead to better problem-solving, creativity, and organisational growth.")

add_sub("Types of Conflict in Nursing")
add_bullet("Intrapersonal: Internal conflict within an individual nurse (e.g., professional ethics vs. hospital policy).")
add_bullet("Interpersonal: Between two individuals (e.g., staff nurse and senior nurse over patient care decision).")
add_bullet("Intragroup: Among members of the same ward team (e.g., disagreement over duty rotation).")
add_bullet("Intergroup: Between departments (e.g., nursing vs. housekeeping over cleanliness responsibilities).")
add_bullet("Inter-organisational: Between different hospitals or nursing organisations.")

add_sub("Causes of Conflict in Nursing")
for pt in ["Unclear roles and responsibilities.", "Poor communication and misunderstandings.",
           "Unequal workload distribution.", "Scarcity of resources (staff, equipment).",
           "Differences in professional values and work styles.", "Personality clashes.",
           "Authority differences between doctors and nurses."]:
    add_bullet(pt)

add_sub("Thomas-Kilmann Conflict Resolution Strategies")
strats = [
    ("1. Competing (Win-Lose):", " One party wins at the expense of the other. Used in emergencies requiring quick decisions."),
    ("2. Collaborating (Win-Win):", " Both parties work together for a mutually satisfying solution. BEST approach for nursing conflicts."),
    ("3. Compromising:", " Both parties give up something. Used when issues are moderately important and time is limited."),
    ("4. Avoiding:", " Withdrawing from the conflict. Useful for trivial issues or when cooling down is needed."),
    ("5. Accommodating:", " One party yields to the other. Used when preserving the relationship is more important than the issue."),
]
for b, r in strats:
    add_bullet(r, bold_part=b)

add_sub("Steps for Nurse Manager in Conflict Resolution")
for pt in [
    "Identify and acknowledge the conflict early - do not ignore it.",
    "Meet conflicting parties individually to understand each perspective.",
    "Bring parties together in a neutral, private setting.",
    "Focus on the problem, not the person - maintain objectivity.",
    "Encourage active listening and mutual respect.",
    "Explore options together using a Win-Win (collaborative) approach.",
    "Agree on a resolution plan with clear responsibilities and timelines.",
    "Follow up to verify resolution and prevent recurrence.",
    "Escalate unresolved conflicts through proper grievance channels.",
]:
    add_bullet(pt)

add_sub("Planned Change in Nursing (Lewin's Change Theory)")
add_body("Planned change is a deliberate, purposeful effort to improve organisational functioning. Lewin's Three-Step Model (1951):")
add_bullet("UNFREEZING: Creating awareness of the need for change. Overcome resistance by sharing evidence, involving staff in planning, and creating dissatisfaction with the status quo. Example: Sharing infection audit data to justify implementing a new hand hygiene protocol.")
add_bullet("MOVING (CHANGING): Implementing the new behaviour, process, or structure. Provide training, update policies and procedures, demonstrate new techniques. Example: Training all nurses in WHO 5-moment hand hygiene; installing sanitiser dispensers.")
add_bullet("REFREEZING: Stabilising the change and integrating it into standard practice. Reinforce new behaviour through monitoring, positive feedback, and policy embedding. Example: Including hand hygiene compliance in performance appraisal criteria.")

add_sub("Role of Nurse Manager as Change Agent")
for pt in [
    "Identify the need for change using evidence (audit data, incident reports).",
    "Communicate the rationale for change clearly to all staff.",
    "Involve staff in planning to reduce resistance.",
    "Provide adequate training and resources.",
    "Monitor implementation and provide continuous support.",
    "Evaluate outcomes and report to nursing administration.",
]:
    add_bullet(pt)

add_note("INC Unit XII covers both Conflict Management AND Planned Change together. Lewin's three stages (Unfreeze-Move-Refreeze) must be memorised with a nursing example. Thomas-Kilmann's 5 strategies - Collaborating (Win-Win) is always the ideal answer.")
doc.add_page_break()

# ═════════════════════════════════════════════════════════════════════════════
# Q9 - UNIT XIII: Disaster Management
# ═════════════════════════════════════════════════════════════════════════════
add_h2("Question 9")
add_inc_tag("XIII", "4T", "Disaster Management")
add_h3("Define disaster. Classify disasters and describe the phases of disaster management. Discuss the role of a nurse in a disaster situation with emphasis on triage.")
add_rule()

add_sub("Definition of Disaster")
add_body("A disaster is a sudden, calamitous event that causes widespread human, material, economic, or environmental losses, exceeding the ability of the affected community to cope using its own resources.")
add_body("WHO: \"Any occurrence that causes damage, ecological disruption, loss of human life, or deterioration of health and health services on a scale sufficient to warrant an extraordinary response.\"")

add_sub("Classification of Disasters")
add_body("A. NATURAL DISASTERS:")
add_bullet("Meteorological: Cyclones, floods, droughts, blizzards, heat waves.")
add_bullet("Geological: Earthquakes, volcanic eruptions, landslides, tsunamis.")
add_bullet("Biological: Epidemics (cholera, dengue), pandemics (COVID-19, influenza).")

add_body("B. MAN-MADE (TECHNOLOGICAL) DISASTERS:")
add_bullet("Industrial: Chemical plant explosions, gas leaks, nuclear accidents (e.g., Bhopal gas tragedy).")
add_bullet("Transportation: Road, rail, air, and marine accidents.")
add_bullet("Civil: Wars, terrorist attacks, riots, bomb blasts.")
add_bullet("Environmental: Oil spills, industrial pollution.")

add_body("C. COMPLEX EMERGENCIES:")
add_bullet("Combination of natural and man-made factors (e.g., famine compounded by political conflict).")

add_sub("Phases of Disaster Management (PRRR Cycle)")
phases = [
    ("1. Prevention/Mitigation:", " Reduce risk through structural measures (earthquake-resistant buildings), early warning systems, community health education."),
    ("2. Preparedness:", " Planning before disaster: Hospital Disaster Plan (HDP), training, drills, stockpiling supplies, establishing command structure."),
    ("3. Response:", " Immediate actions during/after disaster: rescue, triage, treatment, evacuation."),
    ("4. Recovery/Rehabilitation:", " Restoring normal functions: wound care follow-up, mental health counselling, rebuilding community health infrastructure."),
]
for b, r in phases:
    add_bullet(r, bold_part=b)

add_sub("Triage in Disaster Management")
add_body("Triage is the process of rapidly sorting disaster victims by injury severity to prioritise treatment and maximise survival when resources are limited.")
add_body("START Triage System (Simple Triage and Rapid Treatment) - Colour Code:")
add_bullet("RED (Immediate / Priority 1): Life-threatening but survivable injuries needing immediate intervention. E.g., airway obstruction, uncontrolled haemorrhage, tension pneumothorax.")
add_bullet("YELLOW (Delayed / Priority 2): Serious but stable; can safely wait 1-2 hours. E.g., fractures, moderate burns, spinal injuries.")
add_bullet("GREEN (Minor / Priority 3): 'Walking wounded' - minor injuries, can self-care. E.g., small lacerations, sprains, mild shock.")
add_bullet("BLACK (Expectant / Priority 4): Dead or injuries incompatible with survival given available resources. E.g., decapitation, massive head injury without vital signs.")
add_body("Triage is NOT a one-time event - patients are re-triaged as their condition changes.")

add_sub("Role of Nurse in Disaster Management")
add_body("A. PRE-DISASTER (Preparedness):")
for pt in ["Participate in Hospital Disaster Plan (HDP) development and mock drills.",
           "Maintain updated knowledge of hospital's Incident Command System (ICS).",
           "Ensure adequate emergency stocks: IV fluids, medications, dressings, blood products.",
           "Conduct community education on disaster preparedness."]:
    add_bullet(pt)

add_body("B. DURING DISASTER (Response):")
for pt in ["Perform rapid triage using START system; apply colour-coded triage tags.",
           "Provide first aid: CPR, wound care, fracture immobilisation, airway management.",
           "Administer prescribed emergency medications and IV fluids.",
           "Maintain patient identification records and triage logs.",
           "Coordinate with physicians, paramedics, and rescue teams.",
           "Provide psychological first aid and emotional support to victims and families.",
           "Ensure infection control to prevent secondary disease outbreaks.",
           "Manage mass casualty incident (MCI) calmly and systematically."]:
    add_bullet(pt)

add_body("C. POST-DISASTER (Recovery):")
for pt in ["Continue acute care and rehabilitation of survivors.",
           "Surveillance for disease outbreaks (cholera, typhoid, respiratory infections).",
           "Provide grief counselling and mental health support.",
           "Document all nursing actions and patient outcomes.",
           "Debrief with the team and identify lessons for future preparedness."]:
    add_bullet(pt)

add_note("INC Unit XIII gives 4 hours to Disaster Management - it is a high-weightage unit. Know PRRR phases and START triage colour codes (Red/Yellow/Green/Black) by heart. Always structure nurse's role into Pre/During/Post framework for full marks.")
doc.add_page_break()

# ═════════════════════════════════════════════════════════════════════════════
# Q10 - UNIT XVII: Professional Considerations
# ═════════════════════════════════════════════════════════════════════════════
add_h2("Question 10")
add_inc_tag("XVII", "4T", "Professional Considerations - Legal, Ethical Issues, INC/SNC, Professionalism")
add_h3("Describe the legal and ethical responsibilities of a professional nurse. Discuss the role of regulatory bodies (INC & SNC) and the Code of Ethics in nursing practice.")
add_rule()

add_sub("Nursing as a Profession")
add_body("A profession is an occupation based on specialised knowledge, a formal education system, a code of ethics, service orientation, and self-regulatory authority.")
add_body("Characteristics of nursing as a profession:")
for pt in ["Systematic body of knowledge and theory.",
           "Formal educational preparation (B.Sc Nursing, M.Sc Nursing).",
           "Code of ethics and code of professional conduct (INC, ICN).",
           "Service orientation toward patient and community welfare.",
           "Accountability and responsibility for nursing practice.",
           "Professional organisation (Trained Nurses Association of India - TNAI).",
           "Autonomy in clinical decision-making."]:
    add_bullet(pt)

add_sub("Legal Responsibilities of a Nurse")
add_body("A. KEY LEGAL CONCEPTS:")
add_bullet("Negligence: Failure to provide the standard of care a reasonably competent nurse would provide, resulting in patient harm. E.g., administering wrong medication dose.")
add_bullet("Malpractice: Professional negligence by a licensed healthcare provider.")
add_bullet("Liability: Legal responsibility for harm caused by negligence or malpractice.")
add_bullet("Informed Consent: Patient's right to receive complete information about a procedure and voluntarily agree to it before it is performed.")
add_bullet("Confidentiality: Obligation to protect patient information from unauthorised disclosure (linked to Patient Rights).")
add_bullet("Documentation: Accurate, timely, and complete nursing records are a legal requirement. 'If it is not written, it was not done.'")

add_body("B. LEGAL ISSUES IN NURSING PRACTICE:")
for pt in ["Medication errors and wrong drug/dose/route administration.",
           "Falls and pressure injury prevention.",
           "Failure to report changes in patient condition.",
           "Breach of patient confidentiality.",
           "Improper use of restraints.",
           "Failure to obtain informed consent.",
           "Patient abandonment."]:
    add_bullet(pt)

add_sub("Ethical Responsibilities of a Nurse")
add_body("Ethics refers to moral principles that govern professional conduct.")
add_body("INC Code of Ethics - Key Principles:")
add_bullet("Beneficence: Act in the best interest of the patient.")
add_bullet("Non-maleficence: Do no harm.")
add_bullet("Autonomy: Respect the patient's right to make decisions about their own care.")
add_bullet("Justice: Treat all patients fairly and equitably regardless of caste, gender, religion, or socioeconomic status.")
add_bullet("Fidelity: Keep promises; maintain trust in the nurse-patient relationship.")
add_bullet("Veracity: Be truthful and honest with patients and colleagues.")
add_bullet("Accountability: Accept responsibility for your professional actions and decisions.")

add_body("ICN Code of Ethics for Nurses (International Council of Nurses) - 4 Elements:")
add_bullet("1. Nurses and People: Respectful, compassionate care; protect patient rights and privacy.")
add_bullet("2. Nurses and Practice: Maintain personal competence; adhere to professional standards.")
add_bullet("3. Nurses and the Profession: Develop professional knowledge and advance nursing science.")
add_bullet("4. Nurses and Co-workers: Collaborate with healthcare team; maintain professional standards among peers.")

add_sub("Regulatory Bodies in Nursing")
add_body("A. INDIAN NURSING COUNCIL (INC):")
for pt in ["Established under the Indian Nursing Council Act, 1947.",
           "Functions: Prescribes standards for nursing education (B.Sc, M.Sc, GNM, ANM programs).",
           "Approves and inspects nursing colleges.",
           "Prescribes syllabus and examination standards.",
           "Regulates nursing education to ensure national uniformity.",
           "Issues recognition to nursing institutions.",
           "Maintains the Central Register of Nurses."]:
    add_bullet(pt)

add_body("B. STATE NURSING COUNCIL (SNC):")
for pt in ["Established under State Nursing Acts in each state.",
           "Functions: Registration of qualified nurses, midwives, and health visitors.",
           "Grants certificates/diplomas to qualified nurses.",
           "Maintains State Register of Nurses.",
           "Inspects nursing schools and GNM programs.",
           "Takes disciplinary action against registered nurses for professional misconduct.",
           "Issues renewal of registration (typically every 5 years)."]:
    add_bullet(pt)

add_body("C. TRAINED NURSES ASSOCIATION OF INDIA (TNAI):")
add_bullet("Founded in 1908 - oldest professional nursing organisation in India.")
add_bullet("Promotes professional development and welfare of nurses.")
add_bullet("Represents Indian nursing at international forums (ICN).")
add_bullet("Publishes Nursing Journal of India.")

add_sub("Practice Standards for Nurses (INC)")
for pt in ["All nursing care must be based on current, evidence-based practice.",
           "Nurses must maintain their own competence through continuing education.",
           "Nurses must maintain accurate and complete patient care documentation.",
           "Nurses must practice within the scope of their qualification and registration.",
           "Nurses must report unsafe practices and adverse events through proper channels."]:
    add_bullet(pt)

add_note("INC Unit XVII is 4 hours and almost always carries a long answer question. Know the difference between INC (education regulation) and SNC (practice registration). ICN's 4 elements of the Code of Ethics and the ethical principles (BANAJF) are very frequently asked.")
doc.add_page_break()

# ═════════════════════════════════════════════════════════════════════════════
# QUICK REFERENCE TABLE
# ═════════════════════════════════════════════════════════════════════════════
add_h2("Quick Reference - All 10 Questions at a Glance")
add_rule()

table = doc.add_table(rows=11, cols=4)
table.style = "Table Grid"
hdr_cells = table.rows[0].cells
for i, txt in enumerate(["Q", "INC Unit", "Topic", "Must-Know Points"]):
    hdr_cells[i].text = txt
    r = hdr_cells[i].paragraphs[0].runs[0]
    r.bold=True; r.font.name="Arial"; r.font.size=Pt(10.5)
    shd = OxmlElement('w:shd'); shd.set(qn('w:val'),'clear')
    shd.set(qn('w:color'),'auto'); shd.set(qn('w:fill'),'1A5276')
    hdr_cells[i]._tc.get_or_add_tcPr().append(shd)
    r.font.color.rgb=RGBColor(0xFF,0xFF,0xFF)

rows = [
    ("1","Unit II","Principles & Functions of Management","Fayol's 14 Principles + POSDCORB"),
    ("2","Unit III","Staffing Process & INC Norms","10 steps; Nurse-patient ratios by unit"),
    ("3","Unit IV","Delegation","Authority/Responsibility/Accountability; Barriers"),
    ("4","Unit V","Nursing Audit","Concurrent/Retrospective/Prospective; Phaneuf 7 components"),
    ("5","Unit V","Performance Appraisal","6 methods; 360-degree; BARS; Head nurse role"),
    ("6","Unit X","Budgeting & Financial Management","8 types; ZBB; 9 steps; Financial audit"),
    ("7","Unit XII","Leadership Theories & Styles","Transformational is best; Lewin's 3 styles"),
    ("8","Unit XII","Conflict & Planned Change","Thomas-Kilmann 5; Lewin's 3-step change theory"),
    ("9","Unit XIII","Disaster Management & Triage","PRRR phases; START triage; Pre/During/Post role"),
    ("10","Unit XVII","Legal, Ethical, INC/SNC","Negligence; INC Act 1947; ICN 4 elements; Code of Ethics"),
]
for i, (q, unit, topic, pts) in enumerate(rows):
    cells = table.rows[i+1].cells
    cells[0].text=q; cells[1].text=unit; cells[2].text=topic; cells[3].text=pts
    for c in cells:
        for para in c.paragraphs:
            for r_ in para.runs:
                r_.font.name="Arial"; r_.font.size=Pt(10)
    if i%2==0:
        for c in cells:
            shd = OxmlElement('w:shd'); shd.set(qn('w:val'),'clear')
            shd.set(qn('w:color'),'auto'); shd.set(qn('w:fill'),'EAF4FB')
            c._tc.get_or_add_tcPr().append(shd)

sp(doc.add_paragraph(), 10, 0)
add_body("Each question in this guide is mapped to the exact INC Revised Syllabus 2021 Unit. Prepare according to the unit weightage: Units with 4 hours (XIII, XIV, XV, XVI, XVII) are highest priority.")
add_body("Best wishes for your B.Sc Nursing VI Semester Examinations!")

out = "/tmp/workspace/nursing-study-guide/Nursing_Management_Leadership_INC_2021_StudyGuide.docx"
doc.save(out)
print(f"Saved: {out}")
Running Command

cd /tmp/workspace/nursing-study-guide && python3 generate_inc_guide.py

Running Command

python3 -c " from docx import Document doc = Document('/tmp/workspace/nursing-study-guide/Nursing_Management_Leadership_INC_2021_StudyGuide.docx') count = sum(1 for p in doc.paragraphs if p.text.strip()) heads = [(p.style.name, p.text[:80]) for p in doc.paragraphs if 'Heading' in (p.style.name or '') and p.text.strip()] print(f'Total non-empty paragraphs: {count}') for s,t in heads: print(f' [{s}] {t}') "

Your updated study guide is ready, fully aligned to the INC Revised Syllabus 2021:

Nursing Management Leadership INC 2021 StudyGuide

Word Document · DOCX


Here's what changed from the previous version and what's now INC-accurate:
Key Updates Made:
What ChangedDetails
Semester placementCorrectly stated as VI Semester (as per INC 2021)
Credit hoursTheory: 3 Credits (60 hrs) + Practicum: 1 Credit (80 hrs)
Unit mappingEvery question now shows its exact INC Unit number, hours, and topic
Syllabus overview tableAll 17 INC units listed at the start for reference
Q6 - BudgetFully rewritten to match INC Unit X (Zero-Based Budget, Financial Audit added)
Q7 - LeadershipRewritten per INC Unit XII (includes Power & Politics, Group Dynamics link)
Q8 - NEWConflict Management + Lewin's Planned Change Theory (INC Unit XII requirement)
Q9 - DisasterExpanded with PRRR phases and Incident Command System per INC Unit XIII
Q10 - Legal/EthicsINC Act 1947, SNC, TNAI, ICN Code of Ethics 4 elements - per INC Unit XVII
INC 2021 Syllabus - High Priority Units for Exam:
  • Units with 4 hours = highest weightage: XIII (Disaster), XIV (INC Norms), XV-XVI (Nursing Education Mgt), XVII (Legal/Professional)
  • Units II, III, IV, V = core management theory questions
  • Unit XII = leadership + conflict + change (almost always 1 long question)

I want study exam guide for Nursing Management and leadership with Answers for Bsc nursing 6th sem

Asking for Preferences

Make a guide

Running Command

ls /tmp/workspace/nursing-study-guide/

This is a shared conversation. Sign in to Orris to start your own chat.