Chat with us on WhatsApp
Skip to Content

🏆 MQF Level 5 Accredited · 80% cash grant reimbursement (employed) or FREE (unemployed) via MySkills· Face-to-face, Malta

🎯 Reserve Your Spot
Coaching

Award in Coaching Skills at the Workplace (MQF 5)

https://www.thinktalent.com.mt/web/image/product.template/45/image_1920?unique=acfe2d5

MQF Level 5, 2 ECTS

Coaching in the workplace can help you provide numerous benefits to employees. By helping employees identify and reach their goals, coaching can improve job satisfaction and performance.

Multiple Participants?

Interested in this course for yourself? 

Require a student visa to attend this course?


Learn More

€ 0.00 0.0 EUR € 0.00

€ 0.00

  • Date/s of Next Intake
  • Venue
  • Language
  • Duration
  • Hours of Total Learning
  • Entry Requirements
  • Mode of Attendance
  • Mode of Delivery
  • Total Learning and Assessment Procedures
  • Grading System
  • Pass Mark
  • Funding Options
  • Registration Procedure

This combination does not exist.

You have already submitted a query for this product today.
Date/s of Next Intake: January 2026
Venue: ThinkTalent Training Room, ThinkTalent Offices, Mriehel
Language: English
Duration: 3 full days
Hours of Total Learning: 50 (24 of which are delivered in class)
Entry Requirements: Learners must possess a basic knowledge of reading, writing and speaking in English.
Mode of Attendance: Part-time
Mode of Delivery: Face-to-face
Total Learning and Assessment Procedures: The programme will include a mix of self-assessment, peer-assessment and trainer assessment procedures
Grading System: Standard pass/fail grading scale
Pass Mark: 50%
Funding Options: Three Malta funding routes can cover most of your course. MySkills Scheme (cash grant reimbursement, individuals) — employed participants claim back up to 80% and unemployed up to 100%, paid as a cash reimbursement on completion, max €5,000 per application. Get Qualified Scheme (tax credit, individuals) — employed, self-employed and business owners recover up to 70% of eligible training costs as a personal tax credit, max €10,000 per application. Investing in Skills / IIS (tax credit, employers) — Malta-registered employers recover up to 70% of eligible training costs for their staff as a tax credit. Not sure which scheme fits you? Contact us — we will tell you exactly what you qualify for.
Registration Procedure: Apply via website with required ID and Exam Transcripts where applicable
💰
From FREE
80–100% MySkills cash grant
No Entry Requirements
Open to everyone 18+
/* ── Homepage "Ready to Transform Your Team?" form handler ── */ (function() { function initHomeForm() { var headings = document.querySelectorAll("h2, h3"); var targetSection = null; for (var i = 0; i < headings.length; i++) { if (headings[i].textContent.indexOf("Transform Your Team") !== -1) { targetSection = headings[i].closest("section"); break; } } if (!targetSection) return; var form = targetSection.querySelector("form"); if (!form || form.getAttribute("data-tt-home-wired")) return; form.setAttribute("data-tt-home-wired", "1"); form.addEventListener("submit", function(e) { e.preventDefault(); e.stopPropagation(); var inputs = form.querySelectorAll("input, textarea, select"); var firstName = (inputs[0] || {}).value || ""; var lastName = (inputs[1] || {}).value || ""; var email = (inputs[2] || {}).value || ""; var company = (inputs[3] || {}).value || ""; var programme = (inputs[4] || {}).value || ""; var details = (inputs[5] || {}).value || ""; var contactName = (firstName + " " + lastName).trim(); if (!contactName || !email) { alert("Please enter your name and email."); return; } var btn = form.querySelector("button"); if (btn) { btn.disabled = true; btn.textContent = "Sending..."; } var csrfToken = (document.querySelector("input[name=csrf_token]") || {}).value || ""; var fd = new FormData(); fd.append("csrf_token", csrfToken); fd.append("model_name", "crm.lead"); fd.append("name", programme ? programme + " - Homepage Enquiry" : "Homepage Enquiry"); fd.append("contact_name", contactName); fd.append("email_from", email); fd.append("partner_name", company); fd.append("description", "Programme interest: " + (programme || "Not specified") + "\nDetails: " + (details || "None") + "\nPage: Homepage"); fd.append("type", "opportunity"); fd.append("user_id", "8"); fd.append("team_id", "1"); fetch("/website/form/crm.lead", { method: "POST", body: fd }) .then(function(r) { return r.json(); }) .then(function(data) { if (data.id) { form.innerHTML = '

Thank You!

We\u2019ll be in touch within 24 business hours.

'; } else { if (btn) { btn.disabled = false; btn.textContent = "Send My Request"; } form.innerHTML = '

Something went wrong

Please try again or contact us directly.

'; } }) .catch(function() { if (btn) { btn.disabled = false; btn.textContent = "Send My Request"; } form.innerHTML = '

Something went wrong

Please try again or contact us directly.

'; }); }); } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", initHomeForm); } else { initHomeForm(); } })();