WO

Branch Customer Experience Officer- Kitale Branch

Full time VF Kitale Branch, Kenya, KE
Posted 1 week, 4 days ago 57 views 0 applications

Job Description

We need to output clean semantic HTML using only

,

,
  • . No extra tags like , ,
    , etc. But we must preserve ALL original content word-for-word, do not add, remove, summarize, or rephrase. However we can wrap content in appropriate tags. The original includes , , etc. We must keep the text exactly as is, but we can wrap in tags. The rule: Use

    for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). So we need to identify sections and use

    . The original uses bold headings like "1. Purpose of the Position", "Key Responsibilities", etc. We need to map to appropriate h4 headings. Probably we should use

    for each major section header. The original has headings like "Job Description:", "Purpose of the Position", "Key Responsibilities", "Key Performance Indicators (KPIs)", "Qualifications & Competencies", "Application Instructions", "Important Notices", "Applicant Types Accepted". We need to use

    for section headers. Should we include the heading text inside

    exactly as appears? Probably yes, preserving word-for-word. So we will wrap the heading text in

    . For example:

    1. Purpose of the Position

    . But the original had 1. Purpose of the Position. We need to keep the content word-for-word, including the bold markup? The instruction: "Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase". That includes markup? The raw text includes HTML tags like , . Should we preserve them? The instruction says preserve ALL original content word-for-word. That likely means we should keep the same characters, including markup? But we are to format as clean semantic HTML using only

    ,

    ,
    • . So we cannot keep or tags. But we must preserve the text content word-for-word, meaning we cannot change the wording, but we can remove markup? The instruction says "do not add, remove, summarise, or rephrase". Removing markup might be considered removing? But they explicitly say we should use only

      ,

      ,
      • . So we cannot keep or . So we must keep the text but without those tags. The content inside is "1. Purpose of the Position". That's the text. So we can output

        1. Purpose of the Position

        . That removes the but keeps the text. That's okay because we are not adding or removing words, just removing tags. The instruction says "do not add, remove, summarise, or rephrase". Removing tags might be considered removal of characters? But they are not content words. I think it's acceptable. We need to structure: - Intro paragraphs: there are two

        at start. They contain text about 75 years experience etc. Then blank

        . Then Employee Contract Type: etc. That is a heading maybe? Should we treat as h4? It's a section header? Probably we can treat "Employee Contract Type:" as a header? But it's not a standard section like Responsibilities etc. The instruction says use

        for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). So we should only use h4 for those typical section headers. The "Employee Contract Type:" is not one of those, but it's a label. Could be part of intro? Probably just wrap in

        . The original has Employee Contract Type: then text "(Fixed Term)". That is part of the job info. We can keep as paragraph. We need to output only HTML, no extra commentary. Let's parse the content: First paragraph: "With 75 years of experience, our focus is on helping the most vulnerable children overcome poverty and experience fullness of life. We help children of all backgrounds, even in the most dangerous places, inspired by our Christian faith.

        Come join our 31,000+ staff working in nearly 100 countries and share the joy of transforming vulnerable children’s life stories!" There are
        tags and + (plus sign). We need to preserve word-for-word, including the +? The text includes "31,000+ staff". That is part of the content. We should keep it as is, but we cannot keep
        . We can just keep the text as is, including the +. So the paragraph content is exactly that string. We'll wrap in

        . Then there is a blank

        - we can ignore (empty paragraph). Then Employee Contract Type: then "(Fixed Term)". That is a line. We'll output as

        Employee Contract Type: (Fixed Term)

        maybe? But we need to preserve the original content word-for-word. The original includes tags and the text "Employee Contract Type:" and then "(Fixed Term)". The is markup. We need to preserve the text "Employee Contract Type:" and "(Fixed Term)". The original also has

        etc. Those are empty paragraphs with style attributes. We can ignore them. Then

        Job Description:

        then

        1. Purpose of the Position

        etc. We need to output clean HTML using only

        ,

        ,
        • . So we need to convert headings to

          . For example, "1. Purpose of the Position" becomes

          1. Purpose of the Position

          . Then the following paragraph(s) are the description. That paragraph currently is: "The BCEO plays a critical support role in ensuring seamless branch operations, compliance, and superior customer experience. The role bridges operational efficiency with customer satisfaction by ensuring accuracy in processing, compliance with internal controls, and timely resolution of customer queries." We need to preserve the text word-for-word, but we cannot keep . So we output the text exactly as appears, but without . So "The BCEO plays a critical support role in ensuring seamles...". Actually the original includes tags around "seamless branch operations, compliance, and superior customer experience". So the text inside is "seamless branch operations, compliance, and superior customer experience". We need to keep that exactly. So we output that sentence without . Similarly for other sections. We need to handle lists: Use
          • for list items. The original uses
            • with bold headings inside list items. For example:
              • Deliver timely, professional, and courteous service to all clients.
              • Maintain the Customer Complaint Register and ensure all complaints are resolved within agreed TATs.
              • ... We need to preserve the text inside each
              • exactly, but remove tags. So "Maintain the Customer Complaint Register and ensure all complaints are resolved within agreed TATs." Keep exactly as appears (including "Customer Complaint Register" etc). The original includes "Customer Complaint Register" inside bold, but we remove bold markup. So the li content becomes "Maintain the Customer Complaint Register and ensure all complaints are resolved within agreed TATs." That's fine. We need to preserve all content word-for-word, including punctuation, line breaks? We can just output as paragraphs. We need to map sections to h4 headings. The original headings include: - "Job Description:" (maybe not needed as h4? It's a label) - "1. Purpose of the Position" - "Key Responsibilities" - "Key Performance Indicators (KPIs)" - "Qualifications & Competencies" - "Application Instructions" - "Important Notices" - "Applicant Types Accepted" But the instruction says use

                for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). So we should use

                for each of those headings that appear. The original uses "Key Responsibilities" as a heading. That should be

                Key Responsibilities

                . However the original also has "Key Responsibilities " with a space? It appears as "

                Key Responsibilities

                " then list. So we can output

                Key Responsibilities

                (without the trailing space). The original includes a space after the word, but that's part of the text? There's a space before
                . Probably we can ignore trailing space. We'll output exactly "Key Responsibilities". That's fine. Similarly "Key Performance Indicators (KPIs)" should be

                Key Performance Indicators (KPIs)

                . "Qualifications & Competencies" should be

                Qualifications & Competencies

                . "Application Instructions" maybe not a standard header but we can treat as

                Application Instructions

                . "Important Notices" maybe not needed as h4? It's a notice. Could be just paragraph. "Applicant Types Accepted" maybe not needed as h4. But we need to preserve all content. So we can just output paragraphs for everything, using h4 only for clear section headers. The instruction says use

                for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). So we should use h4 for those that match. The original has "Key Responsibilities", "Qualifications & Competencies". Also "Key Performance Indicators (KPIs)" maybe not listed but it's a KPI section; we can still use h4? It's not in the example list but it's a section header. Probably okay. We need to output only HTML, no extra tags. Let's construct step by step: Paragraph 1: "With 75 years of experience, our focus is on helping the most vulnerable children overcome poverty and experience fullness of life. We help children of all backgrounds, even in the most dangerous places, inspired by our Christian faith.

                Come join our 31,000+ staff working in nearly 100 countries and share the joy of transforming vulnerable children’s life stories!" We need to preserve the
                and + as part of text. So we output exactly that string inside

                . So:

                With 75 years of experience, our focus is on helping the most vulnerable children overcome poverty and experience fullness of life. We help children of all backgrounds, even in the most dangerous places, inspired by our Christian faith.

                Come join our 31,000+ staff working in nearly 100 countries and share the joy of transforming vulnerable children’s life stories!

                Then there is a blank

                - we can ignore. Then "Employee Contract Type:" with "(Fixed Term)". The original has Employee Contract Type: then "(Fixed Term)". So the text is "Employee Contract Type: (Fixed Term)". We'll output:

                Employee Contract Type: (Fixed Term)

                Then there is

                Job Description:

                - that's a heading maybe. The text is "Job Description:". We'll output as

                Job Description:

                maybe? But "Job Description:" is not one of the listed section headers, but it's a label. The instruction says use

                for section headers (e.g. Responsibilities, Qualifications...). "Job Description:" is not exactly one of those, but it's a heading. Could be considered a header. Might be okay to use

                Job Description:

                . But the colon is part of the text. We'll preserve it. Then the next paragraph is "1. Purpose of the Position" which is a heading. We'll output

                1. Purpose of the Position

                . Then the following paragraph is the description text. We'll output

                ...text...

                . Then there is
                - ignore. Then

                Key Responsibilities

                - we output

                Key Responsibilities

                . Then the list items under A. Customer Service & Experience (25%) etc. The original has subheadings like "A. Customer Service & Experience (25%)" then list items. Should we treat that as a header? It's a subheader. The instruction says use

                for section headers like Responsibilities, Qualifications, etc. The subheading "A. Customer Service & Experience (25%)" is not exactly one of those, but it's a label. Could be output as plain paragraph? Or maybe we can output as

                A. Customer Service & Experience (25%)

                but we cannot use . So we could output

                A. Customer Service & Experience (25%)

                . But we need to preserve the text exactly, including the period and parentheses. So we can output

                A. Customer Service & Experience (25%)

                . That preserves the text. But the instruction says use

                for section headers (e.g. Responsibilities, Qualifications...). It doesn't forbid using

                for subheadings. So we can just output as paragraph. However we need to preserve the list items. The list items are under each subheading. So we need to output

                • items. We need to preserve the order and content. Let's outline the sections: After "Key Responsibilities" heading, there is a paragraph with bold "A. Customer Service & Experience (25%)". Then a
                    with list items. Then a paragraph with bold "B. Operational Compliance & Control (25%)". Then another
                      . Then "C. Business Efficiency & Turnaround Time (20%)". Then
                        . Then "D. Financial & Kiva Reporting (10%)". Then
                          . Then "E. Risk, Safeguarding & Compliance (10%)". Then
                            . Then "F. People Support & Coordination (10%)". Then
                              . We need to preserve each subheading text exactly, but without . So we output as

                              A. Customer Service & Experience (25%)

                              before each list. Then after each list, there may be blank paragraphs. Then after all responsibilities, there is "Key Performance Indicators (KPIs)" heading. We'll output

                              Key Performance Indicators (KPIs)

                              . Then a
                                with list items. Then after that, "Qualifications & Competencies" heading. Output

                                Qualifications & Competencies

                                . Then a
                                  with list items. Then after that, "Application Instructions" paragraph. The original has a long paragraph starting "Application Instructions • The care and protection...". That is not a heading but a paragraph. We'll output as

                                  Application Instructions • The care and protection...

                                  . Then "Important Notices:" heading? Actually it's "

                                  Important Notices:

                                  " then paragraphs. We'll output

                                  Important Notices

                                  maybe? But "Important Notices" is not in the example list but it's a heading. Could be

                                  Important Notices

                                  . Then the paragraphs under that. Then "Applicant Types Accepted:" heading. Output

                                  Applicant Types Accepted: Local Applicants Only

                                  maybe? Actually the original has

                                  Applicant Types Accepted:

                                  Local Applicants Only. So the text is "Applicant Types Accepted: Local Applicants Only". We'll output as

                                  Applicant Types Accepted: Local Applicants Only

                                  . We must preserve all content word-for-word, including punctuation and spaces. Now let's write the HTML. We'll start with the first paragraph. Then maybe a blank line? Not needed. Then "Employee Contract Type: (Fixed Term)" paragraph. Then

                                  Job Description:

                                  maybe? But the original had

                                  Job Description:

                                  . The text is "Job Description:". So we can output

                                  Job Description:

                                  . Then

                                  1. Purpose of the Position

                                  . Then

                                  The BCEO plays a critical support role in ensuring seamless branch operations, compliance, and superior customer experience. The role bridges operational efficiency with customer satisfaction by ensuring accuracy in processing, compliance with internal controls, and timely resolution of customer queries.

                                  Then maybe a blank
                                  ignore. Then

                                  Key Responsibilities

                                  . Then

                                  A. Customer Service & Experience (25%)

                                  Then
                                    ...list items...
                                  Then

                                  B. Operational Compliance & Control (25%)

                                  Then
                                    ...list items...
                                  Then

                                  C. Business Efficiency & Turnaround Time (20%)

                                  Then
                                    ...list items...
                                  Then

                                  D. Financial & Kiva Reporting (10%)

                                  Then
                                    ...list items...
                                  Then

                                  E. Risk, Safeguarding & Compliance (10%)

                                  Then
                                    ...list items...
                                  Then

                                  F. People Support & Coordination (10%)

                                  Then
                                    ...list items...
                                  Then

                                  Key Performance Indicators (KPIs)

                                  Then
                                    ...list items...
                                  Then

                                  Qualifications & Competencies

                                  Then
                                    ...list items...
                                  Then

                                  Application Instructions • The care and protection of children and vulnerable adults is our top priority. We

Apply Now ↗

How well do you match?

Get an instant AI match score for this role — free, takes 3 minutes.

Tailor your CV for this role

The concierge rewrites your whole CV and writes a matching cover letter for this job — opens right here, nothing to paste.

Tailor My CV to This Job ✍️

Free cover letter for this job

Upload your CV and get a tailored cover letter in seconds — free, no account needed.

Generate a Cover Letter 📝

Join Our Kenya Channels

Get free job alerts on your phone

MJC
ECHO
Your MJC Assistant

I'm ECHO, your MJC career assistant. I can help you find jobs, explore career tools, and connect with opportunities across Africa.

How was your experience with ECHO?