• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

3129 Development courses in Cardiff delivered Live Online

BA09 - Managing Requirements for SharePoint Projects

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for Executives, Project Managers, Business Analysts, Business and IT stakeholders engaged in improving the delivery of products and services that meet user needs through the use of Microsoft SharePoint; Anyone who wants to improve their Business Analysis skills; Project stakeholders concerned with SharePoint requirements. Overview Plan, manage and close requirements for a project in reduced time using good business analysis practices Minimize project uncertainty and risk by applying good techniques Ensure your project delivers required functionality and adds value to the business Create an environment of self-management for your team that will be able to continuously align the delivered product or services with desired business needs, easily adapting to changing requirements throughout the process. Requirements can change frequently during a SharePoint project, and therefore projects need a streamlined, flexible approach to requirements change management. SharePoint professionals want to develop systems and services which are both high-quality and high-value, and the easiest way to achieve this is to implement the highest priority requirements first. This enables the projects to maximize value for their stakeholders. Introduction ? Roles involved in a SharePoint project The opportunities and challenges of a SharePoint project The business analysis process BA role vs. project manager role BA / PM competencies Case Study Exercise Understanding SharePoint Requirements Business, User, Functional, Quality-of-service and implementation requirements Requirements vs. specifications Requirements vs. business rules Risk management and risk response strategies Analyzing requirements Characteristics of effective requirements Case Study Exercise SharePoint Requirements Modeling Identify high level scope Identify initial requirements stack Identify an architectural vision Plan your iteration Iteration modeling Model storming Test driven development Case Study Exercise The Change Management Process Managing the Solution Scope and Requirements Capturing the Requirements Traceability Maintaining the Requirements for re-use Managing Requirements Conflicts Preparing the Requirements Package Building the Requirements communications plan Case Study Exercise Assessing & Validating Requirements Validating and verifying SharePoint Requirements Creating a master test plan Create test scenarios and test cases Case Study Exercise Additional Information Useful books and links on managing requirements and projects for SharePoint initiatives

BA09 - Managing Requirements for SharePoint Projects
Delivered OnlineFlexible Dates
Price on Enquiry

Introduction to R Programming

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for Business Analysts, Technical Managers, and Programmers Overview This intensive training course helps students learn the practical aspects of the R programming language. The course is supplemented by many hands-on labs which allow attendees to immediately apply their theoretical knowledge in practice. Over the past few years, R has been steadily gaining popularity with business analysts, statisticians and data scientists as a tool of choice for conducting statistical analysis of data as well as supervised and unsupervised machine learning. What is R ? What is R? ? Positioning of R in the Data Science Space ? The Legal Aspects ? Microsoft R Open ? R Integrated Development Environments ? Running R ? Running RStudio ? Getting Help ? General Notes on R Commands and Statements ? Assignment Operators ? R Core Data Structures ? Assignment Example ? R Objects and Workspace ? Printing Objects ? Arithmetic Operators ? Logical Operators ? System Date and Time ? Operations ? User-defined Functions ? Control Statements ? Conditional Execution ? Repetitive Execution ? Repetitive execution ? Built-in Functions ? Summary Introduction to Functional Programming with R ? What is Functional Programming (FP)? ? Terminology: Higher-Order Functions ? A Short List of Languages that Support FP ? Functional Programming in R ? Vector and Matrix Arithmetic ? Vector Arithmetic Example ? More Examples of FP in R ? Summary Managing Your Environment ? Getting and Setting the Working Directory ? Getting the List of Files in a Directory ? The R Home Directory ? Executing External R commands ? Loading External Scripts in RStudio ? Listing Objects in Workspace ? Removing Objects in Workspace ? Saving Your Workspace in R ? Saving Your Workspace in RStudio ? Saving Your Workspace in R GUI ? Loading Your Workspace ? Diverting Output to a File ? Batch (Unattended) Processing ? Controlling Global Options ? Summary R Type System and Structures ? The R Data Types ? System Date and Time ? Formatting Date and Time ? Using the mode() Function ? R Data Structures ? What is the Type of My Data Structure? ? Creating Vectors ? Logical Vectors ? Character Vectors ? Factorization ? Multi-Mode Vectors ? The Length of the Vector ? Getting Vector Elements ? Lists ? A List with Element Names ? Extracting List Elements ? Adding to a List ? Matrix Data Structure ? Creating Matrices ? Creating Matrices with cbind() and rbind() ? Working with Data Frames ? Matrices vs Data Frames ? A Data Frame Sample ? Creating a Data Frame ? Accessing Data Cells ? Getting Info About a Data Frame ? Selecting Columns in Data Frames ? Selecting Rows in Data Frames ? Getting a Subset of a Data Frame ? Sorting (ordering) Data in Data Frames by Attribute(s) ? Editing Data Frames ? The str() Function ? Type Conversion (Coercion) ? The summary() Function ? Checking an Object's Type ? Summary Extending R ? The Base R Packages ? Loading Packages ? What is the Difference between Package and Library? ? Extending R ? The CRAN Web Site ? Extending R in R GUI ? Extending R in RStudio ? Installing and Removing Packages from Command-Line ? Summary Read-Write and Import-Export Operations in R ? Reading Data from a File into a Vector ? Example of Reading Data from a File into A Vector ? Writing Data to a File ? Example of Writing Data to a File ? Reading Data into A Data Frame ? Writing CSV Files ? Importing Data into R ? Exporting Data from R ? Summary Statistical Computing Features in R ? Statistical Computing Features ? Descriptive Statistics ? Basic Statistical Functions ? Examples of Using Basic Statistical Functions ? Non-uniformity of a Probability Distribution ? Writing Your Own skew and kurtosis Functions ? Generating Normally Distributed Random Numbers ? Generating Uniformly Distributed Random Numbers ? Using the summary() Function ? Math Functions Used in Data Analysis ? Examples of Using Math Functions ? Correlations ? Correlation Example ? Testing Correlation Coefficient for Significance ? The cor.test() Function ? The cor.test() Example ? Regression Analysis ? Types of Regression ? Simple Linear Regression Model ? Least-Squares Method (LSM) ? LSM Assumptions ? Fitting Linear Regression Models in R ? Example of Using lm() ? Confidence Intervals for Model Parameters ? Example of Using lm() with a Data Frame ? Regression Models in Excel ? Multiple Regression Analysis ? Summary Data Manipulation and Transformation in R ? Applying Functions to Matrices and Data Frames ? The apply() Function ? Using apply() ? Using apply() with a User-Defined Function ? apply() Variants ? Using tapply() ? Adding a Column to a Data Frame ? Dropping A Column in a Data Frame ? The attach() and detach() Functions ? Sampling ? Using sample() for Generating Labels ? Set Operations ? Example of Using Set Operations ? The dplyr Package ? Object Masking (Shadowing) Considerations ? Getting More Information on dplyr in RStudio ? The search() or searchpaths() Functions ? Handling Large Data Sets in R with the data.table Package ? The fread() and fwrite() functions from the data.table Package ? Using the Data Table Structure ? Summary Data Visualization in R ? Data Visualization ? Data Visualization in R ? The ggplot2 Data Visualization Package ? Creating Bar Plots in R ? Creating Horizontal Bar Plots ? Using barplot() with Matrices ? Using barplot() with Matrices Example ? Customizing Plots ? Histograms in R ? Building Histograms with hist() ? Example of using hist() ? Pie Charts in R ? Examples of using pie() ? Generic X-Y Plotting ? Examples of the plot() function ? Dot Plots in R ? Saving Your Work ? Supported Export Options ? Plots in RStudio ? Saving a Plot as an Image ? Summary Using R Efficiently ? Object Memory Allocation Considerations ? Garbage Collection ? Finding Out About Loaded Packages ? Using the conflicts() Function ? Getting Information About the Object Source Package with the pryr Package ? Using the where() Function from the pryr Package ? Timing Your Code ? Timing Your Code with system.time() ? Timing Your Code with System.time() ? Sleeping a Program ? Handling Large Data Sets in R with the data.table Package ? Passing System-Level Parameters to R ? Summary Lab Exercises Lab 1 - Getting Started with R Lab 2 - Learning the R Type System and Structures Lab 3 - Read and Write Operations in R Lab 4 - Data Import and Export in R Lab 5 - k-Nearest Neighbors Algorithm Lab 6 - Creating Your Own Statistical Functions Lab 7 - Simple Linear Regression Lab 8 - Monte-Carlo Simulation (Method) Lab 9 - Data Processing with R Lab 10 - Using R Graphics Package Lab 11 - Using R Efficiently

Introduction to R Programming
Delivered OnlineFlexible Dates
Price on Enquiry

Clinical Observations Skills

By NextGen Learning

Clinical Observations Skills Course Overview The "Clinical Observation Skills" course is designed to equip learners with the essential skills required for observing and understanding clinical practices in various healthcare settings. This course provides comprehensive insights into the role of clinical observation, focusing on key areas such as legal standards, ethical practice, patient condition monitoring, clinical management, and more. Upon completion, learners will develop a strong foundation in the critical thinking and observation techniques necessary for improving patient care. The course also enhances knowledge of hygiene standards and medical dispensary operations. Learners will be empowered to contribute effectively to healthcare environments, improving both their observational skills and their understanding of clinical processes. Course Description This course delves into the core aspects of clinical observation, offering an in-depth exploration of the various fields within healthcare. Learners will study a broad range of topics, starting with the basics of clinical observation and moving on to legal and professional ethics. Key areas of focus include monitoring a patient's condition, understanding clinical management systems, and observing technical medical methods and dispensaries. In addition, the course addresses important aspects such as health, safety, and hygiene in clinical environments. The learning experience is structured to develop the knowledge needed to contribute confidently to healthcare teams and settings. The skills acquired from this course will prepare learners to assess and understand clinical processes, contributing to a deeper level of patient care and supporting professional development in healthcare roles. Clinical Observations Skills Curriculum Module 01: Introduction to Clinical Observation and Clinical Carer Module 02: Legal Standards and Professional Aspects of Ethical Practice Module 03: Patient’s Condition Observation Module 04: Clinical Management Observation Module 05: Technical Clinical Method Observation Module 06: Medicine and Dispensaries Observation Module 07: Health Safety and Hygiene (See full curriculum) Who is this course for? Individuals seeking to understand clinical observation techniques. Professionals aiming to develop skills in clinical settings. Beginners with an interest in healthcare and medical practices. Anyone looking to improve their knowledge of health, safety, and hygiene standards in clinical environments. Career Path Clinical Observation Specialist Healthcare Assistant Medical Administrator Patient Care Coordinator Clinical Support Worker Medical Office Assistant

Clinical Observations Skills
Delivered OnlineFlexible Dates
£7.99

Create Animations Using Flourish Studio

By NextGen Learning

Create Animations Using Flourish Studio Course Overview "Create Animations Using Flourish Studio" is designed to teach learners how to create dynamic, engaging animations using Flourish Studio, a powerful visualisation tool. This course covers everything from understanding the interface to building complex, interactive visualisations that can bring data to life. Through step-by-step instructions, learners will develop the skills necessary to enhance presentations, reports, and projects with professional-quality animations. By the end of the course, participants will be able to confidently use Flourish Studio to create visually compelling animations that are tailored to their specific data and narrative needs. This course is suitable for those looking to boost their visual communication skills and make an impact in data presentation. Course Description This course delves into the various capabilities of Flourish Studio, focusing on both its basic and advanced features. Learners will start by exploring the interface and learning how to work with different templates. The course then covers key areas such as importing and managing data, creating animations, and customising visualisations from scratch. In addition to mastering specific templates, participants will also learn how to craft a compelling data story and explore Flourish's other unique features. By the end of the course, learners will have the knowledge and skills to create engaging animations that effectively communicate data insights. Resources and tips for continued development will also be provided, ensuring that learners can keep building on their newfound expertise. Create Animations Using Flourish Studio Curriculum Module 01: Introduction to Flourish Studio Module 02: Getting Started with Flourish Module 03: Adding and Managing Data in Flourish Templates Module 04: Creating Visualisations in Flourish Studio from Scratch Module 05: More Visualisation Templates in Flourish Studio Module 06: Creating a Story and Other Options Module 07: Other Exciting and Important Features Module 08: Data Visualisation Tips & Resources Module 09: Congratulations (See full curriculum) Who is this course for? Individuals seeking to enhance their data presentation skills. Professionals aiming to improve their visual communication abilities. Beginners with an interest in data visualisation or animation. Anyone involved in creating impactful presentations or reports. Career Path Data Visualisation Specialist Marketing Analyst Data Storyteller Presentation Designer Business Intelligence Analyst Marketing Manager Data Analyst

Create Animations Using Flourish Studio
Delivered OnlineFlexible Dates
£7.99

Sales Skills

By NextGen Learning

Sales Skills Course Overview This Sales Skills course provides a comprehensive foundation in essential sales techniques and strategies designed to boost performance and confidence in any sales environment. Learners will explore a wide range of topics from understanding customer behaviour to mastering effective communication and negotiation skills. The course is structured to help individuals develop the ability to present products persuasively, overcome objections, and close deals successfully. With a focus on both traditional and modern sales approaches, participants will gain the knowledge required to drive sales growth and build lasting customer relationships. By completing this course, learners will be equipped with valuable skills that enhance their professional effectiveness and open up new opportunities within sales and marketing roles. Course Description This course covers core areas essential to becoming a successful sales professional. Starting with the fundamentals of sales, it advances into specialised techniques such as sales hypnosis and persuasive presentations. Learners will study how to integrate sales with marketing efforts effectively and understand the dynamics of leverage and limitations in sales contexts. Emphasis is placed on developing strong communication skills, managing negotiations confidently, and handling customer interactions with professionalism. The course also addresses common challenges such as dealing with objections and provides tips and strategies to refine sales tactics. Delivered in a clear, professional format, the curriculum ensures that learners gain both theoretical knowledge and applied understanding suitable for a variety of sales roles across multiple industries. Sales Skills Curriculum Module 01: Introduction to Sales Module 02: Sales Growth Module 03: Sales Hypnosis Module 04: Sales Presentation Module 05: Sales and Marketing Module 06: Leverage and Limitations Module 07: Communication Skills Module 08: Sales Negotiations Module 09: Dealing with Customers Module 10: Handling Objections Module 11: Tips and Tricks for Sale (See full curriculum) Who is this course for? Individuals seeking to improve their sales performance and confidence. Professionals aiming to enhance their career in sales and marketing. Beginners with an interest in developing effective sales techniques. Customer service staff wanting to build better client relationships. Career Path Sales Executive Business Development Officer Account Manager Retail Sales Consultant Marketing Assistant Customer Relationship Manager

Sales Skills
Delivered OnlineFlexible Dates
£7.99

Advanced Business Plan - Become an Entrepreneur

By NextGen Learning

Advanced Business Plan - Become an Entrepreneur Course Overview This Advanced Business Plan course equips aspiring entrepreneurs with the essential knowledge and skills to develop a comprehensive and effective business plan. Covering every critical aspect from goal setting to identifying your target audience, the course provides learners with strategic insights that enhance long-term business success. Participants will learn how to articulate clear objectives, outline core business elements, and understand the purpose and benefits of a well-crafted business plan. By the end of the course, learners will be confident in preparing a detailed and persuasive business plan that supports both short- and long-term growth, helping them lay a strong foundation for launching or scaling their entrepreneurial ventures. Course Description Delving deeper into the fundamentals of business planning, this course guides learners through the structure, content, and strategic considerations of creating a robust business plan. Topics include defining clear goals, understanding the reasons behind business plans, and recognising key components necessary for success. It also emphasises the importance of tailoring the plan to its intended audience and evaluating essential factors before commencing the planning process. Learners will develop analytical skills for assessing business viability and will be equipped to communicate their vision effectively to potential investors or stakeholders. The course adopts a structured, professional approach, preparing participants to create plans that are both comprehensive and adaptable to evolving business needs. Advanced Business Plan - Become an Entrepreneur Curriculum Module 01: Introduction Module 02: Business Plan for Entrepreneurs Achieve Your Long- and Short-Term Goals Module 03: How a Business Plan Can Help with Long Term Success Module 04: Reasons You Need a Business Plan Module 05: The Elements of a Business Plan Module 06: The Purpose of a Business Plan Module 07: Things to Consider Before Starting a Business Plan Module 08: Who Are You Writing the Business Plan For Module 09: Conclusion (See full curriculum) Who is this course for? Individuals seeking to launch and grow their own business ventures. Professionals aiming to enhance their entrepreneurial and strategic planning skills. Beginners with an interest in entrepreneurship and business management. Anyone preparing to attract investment or partnerships through effective business planning. Career Path Entrepreneur / Business Owner Business Development Manager Startup Consultant Strategic Planner Small Business Advisor

Advanced Business Plan - Become an Entrepreneur
Delivered OnlineFlexible Dates
£7.99

Comic Book Animation in After Effects

By NextGen Learning

Comic Book Animation in After Effects Course Overview This course on Comic Book Animation in After Effects offers a comprehensive introduction to creating dynamic comic-style animations using industry-standard software. Learners will explore essential techniques such as halftone image creation and designing engaging title animations, equipping them with the skills to produce visually compelling animated content. By mastering these tools and concepts, participants will enhance their creative portfolio and develop valuable expertise applicable to graphic design, animation, and digital media projects. The course is designed to guide learners through each stage of the animation process with clear instructions, ensuring they gain confidence and competence in applying After Effects to comic book-style visuals. Whether for personal creative projects or professional development, this course provides a solid foundation for animators and designers interested in this unique artistic style. Course Description This course delves into the techniques of animating comic book visuals within Adobe After Effects, starting from fundamental principles to more advanced animation effects. Topics include creating distinctive halftone patterns to mimic classic comic aesthetics and crafting dynamic title animations that capture attention. Learners will experience a structured learning journey, covering key software features, layer management, and animation principles tailored to comic art styles. Throughout the course, participants will build their ability to manipulate graphic elements creatively, enhancing storytelling through animation. The instructional approach emphasises clarity and progression, enabling learners to produce polished animations suitable for multimedia projects, marketing content, or entertainment media. Graduates will possess a versatile skill set relevant to digital animation, graphic design, and visual effects industries in the UK and beyond. Comic Book Animation in After Effects Curriculum: Module 01: Introduction Module 02: Create Halftone Images Module 03: Create a Comic Book Title Animation (See full curriculum) Who is this course for? Individuals seeking to develop skills in comic book-style animation. Professionals aiming to enhance their digital animation and graphic design portfolio. Beginners with an interest in animation and digital visual effects. Creatives looking to specialise in comic-inspired multimedia content. Career Path Motion Graphics Animator Digital Content Creator Graphic Designer specialising in animation Visual Effects Artist Multimedia Producer

Comic Book Animation in After Effects
Delivered OnlineFlexible Dates
£7.99

Infection and Prevention Control

By NextGen Learning

Infection and Prevention Control Course Overview: This Infection and Prevention Control course provides a comprehensive understanding of infection control principles, offering learners essential knowledge for maintaining health and safety standards in various settings. The course covers the key concepts of infection prevention, from the body’s defence mechanisms to sterilisation techniques, and explores how infections can be effectively controlled in both healthcare and non-healthcare environments. Learners will gain a solid foundation in the core methods used to prevent the spread of infection and understand the importance of hygiene and decontamination practices. By the end of the course, participants will be well-prepared to implement effective infection control strategies in their professional roles, ensuring safer environments for both workers and the public. Course Description: This course offers an in-depth exploration of infection control, covering a wide range of topics that are essential for preventing the spread of infections. Learners will begin with an introduction to infection, followed by a detailed examination of the body’s defence mechanisms and the various microorganisms responsible for causing illness. The course also delves into bloodborne pathogens, decontamination, disinfection, and sterilisation techniques, equipping learners with the skills necessary to control infection effectively. Hygiene practices, including personal and environmental hygiene, are also thoroughly discussed. Throughout the course, learners will engage with theoretical concepts and acquire the knowledge needed to develop and implement infection control policies in various settings, such as healthcare, hospitality, and other industries. Upon completion, learners will be able to manage infection risks and contribute to safer environments, enhancing their professional development in infection prevention. Infection and Prevention Control Curriculum Module 01: Introduction to Infection Module 02: Body’s Defence Mechanism Module 03: Microorganisms and Microbiology Module 04: Bloodborne Pathogens Module 05: Controlling Infection Module 06: Decontamination and Disinfection Module 07: Sterilisation Techniques Module 08: Hygiene to Prevent Infection (See full curriculum) Who is this course for? Individuals seeking to understand infection prevention and control. Professionals aiming to improve their infection control knowledge and practice. Beginners with an interest in healthcare, hygiene, or infection control. Anyone involved in health and safety management in various industries. Career Path: Infection Control Officer Health and Safety Manager Healthcare Assistant Environmental Health Officer Sterilisation Technician Infection Prevention and Control Consultant

Infection and Prevention Control
Delivered OnlineFlexible Dates
£7.99

Counselling and Psychotherapy

By NextGen Learning

Counselling and Psychotherapy Course Overview This Counselling and Psychotherapy course offers an in-depth exploration of the theories, practices, and approaches within the field of therapy. Learners will gain an understanding of different therapeutic models, including cognitive-behavioural therapy and psychodynamic therapy, and learn how to apply these approaches effectively. The course provides valuable insights into the psychology of human behaviour and offers practical tools for addressing a wide range of client needs. Upon completion, learners will have a well-rounded understanding of psychotherapy techniques, the therapist-client dynamic, and the ethics surrounding the profession. This course is designed to equip learners with the essential knowledge and skills to pursue a career in psychotherapy or to enhance their current practice in a supportive capacity. Course Description This comprehensive course covers key therapeutic frameworks and explores the role of the psychotherapist in various contexts. Topics include the different types of psychotherapy, the foundations of the therapeutic relationship, and the challenges and rewards of providing therapy in diverse settings. Learners will also explore internet-based therapy and its growing role in modern mental health care. Throughout the course, participants will deepen their understanding of client needs and how to tailor approaches to suit individual cases. By the end of the course, learners will have gained essential skills for understanding and supporting clients in a professional capacity, as well as an appreciation for the ethical responsibilities and reflective practices required in the field of psychotherapy. Counselling and Psychotherapy Curriculum Module 01: Introduction to the course Module 02: Understanding Psychotherapy Module 03: Starting Psychotherapy Practice Module 04: Your Potential Clients in Therapy Module 05: Different Types of Psychotherapy Module 06: Internet Based Therapy (See full curriculum) Who is this course for? Individuals seeking to pursue a career in counselling and psychotherapy. Professionals aiming to expand their therapeutic skills in the mental health sector. Beginners with an interest in understanding psychological support methods. Anyone seeking personal development through a deeper understanding of human behaviour. Career Path Psychotherapist Counsellor Mental Health Practitioner Online Therapy Specialist Private Practice Owner Employee Assistance Programme (EAP) Therapist Social Worker Clinical Psychologist

Counselling and Psychotherapy
Delivered OnlineFlexible Dates
£7.99

Counselling Skills Training

By NextGen Learning

Counselling Skills Training Course Overview This Counselling Skills Training course provides a comprehensive foundation in the key concepts, theories, and practices that are vital to effective counselling. Learners will explore various counselling techniques, including communication skills, empathy, and crisis intervention. The course covers the essential theoretical frameworks behind counselling practices, legal and ethical considerations, and the role of therapists in different therapeutic environments. By the end of the course, learners will have gained a thorough understanding of how to engage with clients, assess their needs, and support them through crises, making this course an essential resource for anyone interested in pursuing a career in the counselling and mental health fields. Course Description The Counselling Skills Training course delves into the core aspects of professional counselling, focusing on communication, empathy, and the different therapeutic models. It covers essential theories and models, such as CBT and psychotherapy techniques, and their application in real-world settings. Learners will study how to manage legal, ethical, and cultural issues, and how to assess and engage clients effectively. Topics also include crisis management, low-intensity treatments, and the integration of medication in therapeutic settings. This course equips learners with valuable skills and a strong understanding of the professional expectations and practices of counsellors, preparing them for a range of roles in the mental health and therapy industries. Counselling Skills Training Curriculum Module 01: Counselling and Counsellors Module 02: Theories and Models of Counselling (Part 1) Module 03: Theories and Models of Counselling (Part 2) Module 04: Legal, Cultural and Ethical Issues in Professional Counselling Module 05: Forms of Psychotherapy Module 06: Engaging and Assessing the Patients Module 07: Helping the Client in Crisis Module 08: Crisis Intervention Module 09: Low Intensity CBT Treatment Module 10: Medication and Therapy in the Treatment of Mental Illness Module 11: Communication Skills and Empathy in Counselling (See full curriculum) Who is this course for? Individuals seeking to become professional counsellors. Professionals aiming to enhance their therapeutic skills. Beginners with an interest in mental health and counselling. Anyone seeking to understand counselling theories and practices for career development. Career Path Counsellor Psychotherapist Mental Health Support Worker CBT Practitioner Crisis Intervention Specialist Clinical Psychologist

Counselling Skills Training
Delivered OnlineFlexible Dates
£7.99