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

3129 Development courses in Edinburgh delivered Live Online

ESOL - Pronunciation and Accent Reduction (modular) - Online Tuition

5.0(8)

By GLA Tutors Home or Online

This course aims to assist adult learners in improving their pronunciation skills and reducing their accents to enhance their overall communication in English. Through a variety of exercises and activities, participants will focus on specific sounds, stress patterns, intonation, and rhythm to develop clearer and more fluent speech. Course Duration: 10 weeks (20 sessions) Course Objectives: By the end of this course, participants will: 1. Identify and produce accurate sounds, stress patterns, and intonation in English. 2. Develop awareness of their own pronunciation challenges and strategies for improvement. 3. Reduce their native accent to improve overall intelligibility. 4. Enhance their listening skills and ability to distinguish between different sounds. 5. Increase their confidence in spoken English communication. Course Outline: Week 1: Introduction to Pronunciation and Accent Reduction - Assessing participants' pronunciation strengths and areas for improvement - Understanding the importance of pronunciation in effective communication - Introduction to key concepts: sounds, stress, intonation, and rhythm Week 2: Vowel Sounds - Identifying and producing English vowel sounds - Practice exercises and drills for accurate vowel pronunciation - Common pronunciation challenges and strategies for improvement Week 3: Consonant Sounds - Identifying and producing English consonant sounds - Focus on challenging consonant sounds and their correct articulation - Practice exercises and drills for accurate consonant pronunciation Week 4: Word Stress and Sentence Stress - Understanding the concept of stress and its role in English pronunciation - Practice exercises for placing stress on the correct syllables in words and sentences - Intonation patterns in different sentence types Week 5: Rhythm and Linking - Developing a sense of rhythm in English speech - Practice exercises for linking words together and maintaining flow - Awareness of connected speech phenomena Week 6: Intonation Patterns - Recognizing and producing different intonation patterns in English - Practice exercises for conveying meaning through intonation - Intonation in questions, statements, and emotions Week 7: Pronunciation of Commonly Mispronounced Words - Identification and correction of commonly mispronounced words - Practice exercises for improving pronunciation of specific words - Strategies for self-correction and continued improvement Week 8: Accent Reduction Techniques - Understanding the impact of native accents on English pronunciation - Techniques for reducing native accents and improving intelligibility - Practice exercises for adopting a more neutral accent Week 9: Listening Skills and Discrimination - Enhancing listening skills to better distinguish between sounds - Practice exercises for recognising and discriminating between similar sounds - Developing an ear for correct pronunciation through listening activities Week 10: Review and Fluency Practice - Reviewing course content and addressing individual needs - Fluency practice exercises and activities - Final evaluation and feedback session Note: This syllabus is a guideline and can be customised based on the specific needs and preferences of the participants. You can opt in and out of different modules. 

ESOL - Pronunciation and Accent Reduction (modular) - Online Tuition
Delivered OnlineFlexible Dates
£40

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

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

IT for Dummies

By NextGen Learning

IT for Dummies Course Overview This course, IT for Dummies, provides a straightforward introduction to the fundamental concepts of information technology. Designed for beginners and those with limited prior knowledge, it covers a broad range of essential topics including hardware, software, networking, security, and cloud technologies. Learners will develop a clear understanding of how IT systems operate, how different components interact, and the key principles that underpin modern digital environments. By the end of the course, participants will be equipped with foundational IT knowledge that supports both personal and professional development, enabling confident navigation of common IT tasks and providing a stepping stone to more advanced studies or career progression in the technology sector. Course Description IT for Dummies offers a comprehensive exploration of the core elements of information technology in a clear and accessible format. The course covers the basics of IT infrastructure, including hardware components, operating systems, software applications, and network configurations. Learners will also gain insight into IT security measures, data storage solutions, database management, and emerging trends such as virtualisation and cloud computing. Through structured lessons, participants will develop a broad skill set that enhances their understanding of IT environments and prepares them for various roles in the sector. This course is structured to build confidence and competence in IT concepts, suitable for those starting their journey in the technology field or seeking to broaden their digital literacy. IT for Dummies Curriculum: Module 01: Introduction Module 02: Information Technology Module 03: Components of IT Module 04: Hardware Module 05: Operating System Module 06: Application/Software Module 07: Networking Module 08: Security Module 09: Traffic Flow & Enterprise Level IT Components Module 10: Storage Module 11: Database Module 12: Virtualisation & Cloud Module 13: Management & Other IT Jobs (See full curriculum) Who is this course for? Individuals seeking to understand fundamental IT concepts. Professionals aiming to enhance their digital knowledge for career growth. Beginners with an interest in technology and computing. Those preparing for further IT qualifications or certifications. Career Path IT Support Technician Network Administrator Systems Analyst Database Administrator Cloud Services Coordinator Junior IT Manager Technical Assistant in various industries

IT for Dummies
Delivered OnlineFlexible Dates
£7.99

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

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

Metaphysics

By NextGen Learning

Metaphysics Course Overview This Metaphysics course offers a comprehensive exploration of the fundamental principles underlying reality, existence, and the nature of being. Learners will delve into key metaphysical concepts such as existence, causality, and the relationship between mind and matter. Designed to deepen philosophical understanding, the course also examines the historical development of metaphysical thought alongside its influence on religion, spirituality, and modern New Age beliefs. Participants will gain critical thinking skills, enhancing their ability to analyse abstract ideas and apply them in philosophical, religious, or cultural contexts. By completing this course, learners will build a strong intellectual foundation for further study or professional work involving philosophy, theology, counselling, or holistic disciplines. Course Description This detailed course covers the breadth of metaphysical inquiry, beginning with an introduction to its core subjects and evolving through historical perspectives from ancient to contemporary times. Topics include fundamental questions about existence, the supernatural, and the intersection of metaphysics with religion and occultism. Learners will engage with new metaphysical concepts emerging from the New Age movement and critically examine their cultural significance. The learning experience emphasises analytical reasoning and reflective thought, encouraging students to evaluate complex ideas and theories. Skills developed include philosophical analysis, conceptual clarity, and an enhanced understanding of diverse belief systems, preparing learners for roles that require insight into metaphysical and spiritual frameworks. Metaphysics Curriculum Module 01: Introduction to Metaphysics Module 02: Core Subjects of Metaphysics Module 03: History of Metaphysics Module 04: Fundamental Questions of Existence Module 05: New Age Movement and Metaphysics Module 06: Metaphysics and the Supernatural Module 07: Metaphysics, Religion and Occultism Module 08: Other Metaphysical Concepts (See full curriculum) Who is this course for? Individuals seeking to deepen their understanding of philosophical concepts. Professionals aiming to enhance their knowledge in theology or spiritual counselling. Beginners with an interest in philosophy, spirituality, or metaphysical studies. Those exploring careers in holistic, religious, or cultural education fields. Career Path Philosophy lecturer or researcher Spiritual or holistic counsellor Religious studies advisor or educator Author or content creator in metaphysical and spiritual topics Cultural consultant or community facilitator

Metaphysics
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

Dermatology & Skincare Level 5

By NextGen Learning

Dermatology & Skincare Level 5 Course Overview The Dermatology & Skincare Level 5 course offers an in-depth exploration of skin health, from basic dermatological principles to the advanced understanding of skin disorders and treatments. Learners will gain valuable insights into skin anatomy, nutrition, and the science behind common skin conditions such as acne and eczema. By completing this course, learners will acquire essential skills in diagnosing skin diseases, understanding the effects of ageing on the skin, and tailoring care to different skin types and ethnicities. With this knowledge, learners will be prepared to make informed decisions about skin care and address common skin concerns effectively. Course Description This comprehensive course delves into the fundamentals of dermatology, focusing on the anatomical structure of the skin, the vital nutrients it requires, and how different conditions impact its health. Topics include the diagnosis and treatment of various skin diseases, such as eczema and acne, and the importance of skincare across different skin types and ethnic backgrounds. Learners will explore methods for reducing the effects of ageing and learn about seasonal skincare and sunburn prevention. The course aims to equip learners with the knowledge to promote healthy skin and manage a range of dermatological issues, providing a well-rounded foundation for both personal care and professional development in the skincare industry. Dermatology & Skincare Level 5 Curriculum Module 01: Basics of Dermatology Module 02: Skin Anatomy Module 03: Skin Nutrients Module 04: Diagnosis of Skin Disease Module 05: Skin Infections Module 06: Atopic Eczema Module 07: Care of Different Skin Types Module 08: Different Ethnicities Skin Care Module 09: Reducing Ageing Effects Module 10: Acne and Its Remedies Module 11: Seasonal Skin Care Module 12: Effect of the Sunburn and Its Remedies (See full curriculum) Who is this course for? Individuals seeking to enhance their skincare knowledge and expertise. Professionals aiming to advance their career in the dermatology or skincare industry. Beginners with an interest in dermatology, skincare, or beauty therapy. Anyone wishing to improve their understanding of skin health and skincare routines. Career Path Dermatology Specialist Skincare Consultant Beauty Therapist Cosmetic Sales and Marketing Clinical Aesthetician Health and Wellness Advisor

Dermatology & Skincare Level 5
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