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

11053 Courses delivered Online

AZ-040T00 Automating Administration with Powershell

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for IT Professionals who are already experienced in general Windows Server, Windows client, Azure, and Microsoft 365 administration, and who want to learn more about using Windows PowerShell for administration. No prior experience with any version of PowerShell or any scripting language is assumed. This course is also suitable for IT Professionals already experienced in server administration, including Microsoft Exchange Server, Microsoft SharePoint Server, and Microsoft SQL Server. This course provides students with the fundamental knowledge and skills to use PowerShell for administering and automating administration of Windows servers. This course provides students the skills to identify and build the command they require to perform a specific task. In addition, students learn how to build scripts to accomplish advanced tasks such as automating repetitive tasks and generating reports. This course provides prerequisite skills supporting a broad range of Microsoft products, including Windows Server, Windows Client, Microsoft Azure, and Microsoft 365. In keeping with that goal, this course will not focus on any one of those products, although Windows Server, which is the common platform for all of those products, will serve as the example for the techniques this course teaches. Prerequisites Before attending this course, students must have: -Experience with Windows networking technologies and implementation. - Experience with Windows Server administration, maintenance, and troubleshooting. 1 - Review Windows PowerShell Learn about Windows PowerShell Get familiar with Windows PowerShell applications Identify factors to install and use Windows PowerShell Configure the Windows PowerShell console Configure the Windows PowerShell Integrated Scripting Environment (ISE) Use Visual Studio Code with PowerShell 2 - Understand the command syntax in Windows PowerShell Discover the structure of PowerShell cmdlets Discover the parameters for using PowerShell cmdlets Review the tab completion feature in PowerShell Display the About files content in PowerShell 3 - Find commands and Get-Help in Windows PowerShell Define modules in PowerShell Find cmdlets in PowerShell Use command aliases in PowerShell Use Show-Command and Get-Help in PowerShell Interpret the help file contents and update the local help content in PowerShell 4 - Manage Active Directory Domain Services using PowerShell cmdlets Manage user accounts in PowerShell Manage groups and group memberships in PowerShell Manage computer accounts in PowerShell Manage organizational units and Active Directory objects in PowerShell 5 - Manage network service settings for Windows devices using PowerShell cmdlets Manage IP addresses in PowerShell Manage IP routing in PowerShell Manage DNS clients in PowerShell Manage Windows Firewall settings in PowerShell 6 - Manage Windows Server settings using PowerShell cmdlets Automate management tasks using the Group Policy management cmdlets Manage server roles and services using PowerShell cmdlets Manage Hyper-V Virtual Machines using PowerShell cmdlets Manage Internet Information Services using PowerShell cmdlets 7 - Manage settings for a local Windows machine using PowerShell cmdlets Manage Windows 10 using PowerShell Manage permissions with PowerShell 8 - Understand the Windows PowerShell pipeline Review Windows PowerShell pipeline and its output Discover object members in PowerShell Control the formatting of pipeline output 9 - Select, sort, and measure objects using the pipeline Sort and group objects by property in the pipeline Measure objects in the pipeline Select a set of objects in the pipeline Select object properties in the pipeline Create and format calculated properties in the pipeline 10 - Filter objects out of the pipeline Learn about the comparison operators in PowerShell Review basic filter syntax in the pipeline Review advanced filter syntax in the pipeline Optimize the filter performance in the pipeline 11 - Enumerate objects in the pipeline Learn about enumerations in the pipeline Review basic syntax to enumerate objects in the pipeline Review advanced syntax to enumerate objects in the pipeline 12 - Send and pass data as output from the pipeline Write pipeline data to a file Convert pipeline objects to other forms of data representation in PowerShell Control additional output options in PowerShell 13 - Pass pipeline objects Pipeline parameter binding Identify ByValue parameters Pass data by using ByValue Pass data by using ByPropertyName Identify ByPropertyName parameters Use manual parameters to override the pipeline Use parenthetical commands Expand property values 14 - Connect with data stores using PowerShell providers Define Windows PowerShell providers Review the built-in providers in PowerShell Access provider help in PowerShell 15 - Use PowerShell drives in PowerShell Explain PowerShell drives in PowerShell Use PowerShell drive cmdlets in PowerShell Manage the file system in PowerShell Manage the registry in PowerShell Work with certificates in PowerShell Work with other PowerShell drives in PowerShell 16 - Review CIM and WMI Review architecture of CIM and WMI Review repositories in CIM and WMI Locate online class documentation by using CIM and WMI cmdlets 17 - Query configuration information by using CIM and WMI List local repository namespaces and classes by using CIM and WMI Query instances by using commands and WMI Query Language Connect to remote computers by using CIM and WMI cmdlets Query repository classes from remote computers by using CIMSession objects 18 - Query and manipulate repository objects by using CIM and WMI methods Discover methods of repository objects by using CIM and WMI Locate class methods and documentation by using CIM and WMI Invoke methods of repository objects by using CIM and WMI 19 - Manage variables in Windows PowerShell scripts Define variables in Windows PowerShell scripts Create variable names in Windows PowerShell scripts Assign values and types to variables in Windows PowerShell scripts Identify the methods and properties of variables in Windows PowerShell scripts Use string variables and methods in Windows PowerShell scripts Use date variables and methods in Windows PowerShell scripts 20 - Work with arrays and hash tables in Windows PowerShell scripts Define an array in Windows PowerShell scripts Work with array lists in Windows PowerShell scripts Define hash tables in Windows PowerShell Scripts Work with hash tables in Windows PowerShell scripts 21 - Create and run scripts by using Windows PowerShell Review Windows PowerShell scripts Modify scripts in the PowerShell Gallery Create scripts using Windows PowerShell Review the PowerShellGet module in Windows PowerShell Run scripts and set the execution policy in Windows PowerShell Review Windows PowerShell and AppLocker Sign the scripts digitally in Windows PowerShell 22 - Work with scripting constructs in Windows PowerShell Review and use the ForEach loop in Windows PowerShell scripts Review and use the If construct in Windows PowerShell scripts Review and use the Switch construct in Windows PowerShell scripts Review the For construct in Windows PowerShell scripts Review other loop constructs in Windows PowerShell scripts Review Break and Continue in Windows PowerShell scripts 23 - Import data in different formats for use in scripts by using Windows PowerShell cmdlets Use the Get-Content command in Windows PowerShell scripts Use the Import-Csv cmdlet in Windows PowerShell scripts Use the Import-Clixml cmdlet in Windows PowerShell scripts Use the ConvertFrom-Json cmdlet in Windows PowerShell scripts 24 - Use methods to accept user inputs in Windows PowerShell scripts Identify values that might change in Windows PowerShell scripts Use the Read-Host cmdlet in Windows PowerShell scripts Use the Get-Credential cmdlet in Windows PowerShell scripts Use the Out-GridView cmdlet in Windows PowerShell scripts Pass parameters to a Windows PowerShell script 25 - Troubleshoot scripts and handle errors in Windows PowerShell Interpret error messages generated for Windows PowerShell commands Add output to Windows PowerShell scripts Use breakpoints in Windows PowerShell scripts Interpret error actions for Windows PowerShell commands 26 - Use functions and modules in Windows PowerShell scripts Review functions in Windows PowerShell scripts Use variable scope in Windows PowerShell scripts Create modules in Windows PowerShell scripts Use the dot sourcing feature in Windows PowerShell 27 - Manage single and multiple computers by using Windows PowerShell remoting Review the remoting feature of Windows PowerShell Compare remoting with remote connectivity Review the remoting security feature of Windows PowerShell Enable remoting by using Windows PowerShell Use one-to-one remoting by using Windows PowerShell Use one-to-many remoting by using Windows PowerShell Compare remoting output with local output 28 - Use advanced Windows PowerShell remoting techniques Review common remoting techniques of Windows PowerShell Send parameters to remote computers in Windows PowerShell Set access protection to variables, aliases, and functions by using the scope modifier Enable multi-hop remoting in Windows PowerShell 29 - Manage persistent connections to remote computers by using Windows PowerShell sessions Review persistent connections in Windows PowerShell Create and manage persistent PSSessions by using Windows PowerShell Disconnect PSSessions by using Windows PowerShell Review the feature of implicit remoting in Windows PowerShell 30 - Review Azure PowerShell module Review Azure PowerShell Review the benefits of the Azure PowerShell module Install the Azure PowerShell module Migrate Azure PowerShell from AzureRM to Azure Review Microsoft Azure Active Directory module for Windows PowerShell and Azure Active Directory PowerShell for Graph modules 31 - Review the features and tools for Azure Cloud Shell Review the characteristics of Azure Cloud Shell Review the features and tools of Azure Cloud Shell Configure and experiment with Azure Cloud Shell 32 - Manage Azure resources with Windows PowerShell Create a new Azure virtual machine by using Windows PowerShell commands Manage Azure virtual machines by using Windows PowerShell commands Manage Azure related storage by using Azure PowerShell Manage Azure subscriptions by using Azure PowerShell 33 - Manage users, groups, and licenses in Microsoft Entra ID by using Windows PowerShell Review benefits to manage Microsoft 365 services by using Windows PowerShell Connect to the Microsoft 365 tenant by using Windows PowerShell Manage users in Microsoft 365 by using Windows PowerShell Manage groups in Microsoft 365 by using Windows PowerShell Manage roles in Microsoft 365 by using Windows PowerShell Manage licenses in Microsoft 365 by using Windows PowerShell 34 - Manage Exchange Online by using Windows PowerShell Connect to Exchange Online by using Windows PowerShell Manage mailboxes in Exchange Online by using Windows PowerShell Manage resources in Exchange Online by using Windows PowerShell Manage admin roles in Exchange Online by using Windows PowerShell 35 - Manage SharePoint Online by using Windows PowerShell Install and connect to SharePoint Online Management Shell by using Windows PowerShell Manage SharePoint Online users and groups by using Windows PowerShell Manage SharePoint sites by using Windows PowerShell Manage SharePoint Online external user sharing by using Windows PowerShell 36 - Manage Microsoft Teams by using Windows PowerShell Review Microsoft Teams PowerShell module Install the Microsoft Teams PowerShell module Manage teams with Microsoft Teams PowerShell module 37 - Create and manage background jobs using Windows PowerShell Define the types of background jobs in Windows PowerShell Start remote jobs and CIM/WMI jobs in Windows PowerShell Monitor jobs in Windows PowerShell Retrieve results for running jobs in Windows PowerShell 38 - Create and manage scheduled jobs using Windows PowerShell Create and run Windows PowerShell scripts as scheduled tasks Define scheduled jobs in Windows PowerShell Create job option and job trigger objects in Windows PowerShell Create and register a scheduled job in Windows PowerShell Retrieve the results from a scheduled job in Windows PowerShell

AZ-040T00 Automating Administration with Powershell
Delivered OnlineFlexible Dates
£2,975

Speech Therapy - CPD Certified

5.0(3)

By School Of Health Care

Speech Therapy: Speech Therapy Course Online Unlock the Power of Speech Therapy: Speech Therapy Course: Enrol Now! This exclusive Speech Therapy: Speech Therapy Course provides learners with a comprehensive overview of the role of a Speech and Language Therapist, equipping you with the essential skills to advance your career. It includes speech science, speech anatomy, and the characteristics of speech in detail. This Speech Therapy: Speech Therapy Course includes case studies and practical exercises that will teach you how to assess your clients' needs, set long-term goals, and support them every step of the way to recovery using a variety of communication techniques. In addition, you will gain in-demand professional skills that will help you start your career successfully. Learning Outcome After completing this Speech Therapy: Speech Therapy Course, the learner will be able to: Understand the fundamentals of Speech & Language Therapy. Understand the study of communication. Explain components of normal speech, language & voice and communication disorders. Understand eating, drinking and swallowing disorders. Understand the speech & language therapy process. Why choose this Speech Therapy: Speech Therapy Course from the School of Health Care? Self-paced course, access available from anywhere in the world. High-quality study materials that are easy to understand. Speech Therapy: Speech Therapy Course developed by industry experts. After each module, there will be an MCQ quiz to assess your learning. Assessment results are generated automatically and instantly. 24/7 support is available via live chat, phone call, or email. Free PDF certificate after completing the Speech Therapy: Speech Therapy Course. Main Course: Speech Therapy Course Free Courses included with Speech Therapy: Speech Therapy Course: Course 01: Advanced Diploma in Child Care Course 02: Early Years Level 4 [ Note: Free PDF certificate as soon as completing the Speech Therapy: Speech Therapy Course] Speech Therapy: Speech Therapy Course Online This Speech Therapy: Speech Therapy Course consists of 04 modules. Course Curriculum of Speech Therapy: Speech Therapy Course Module 01: Speech & Language Therapy Module 02: Study of Communication Module 03: Components of Normal Speech, Language & Voice and Communication Disorders Module 04: Eating, Drinking and Swallowing Disorders Assessment Method of Speech Therapy: Speech Therapy Course After completing Speech Therapy: Speech Therapy Course, you will get quizzes to assess your learning. You will do the later modules upon getting 60% marks on the quiz test. Apart from this, you do not need to sit for any other assessments. Certification of Speech Therapy: Speech Therapy Course After completing the Speech Therapy: Speech Therapy Course, you can instantly download your certificate for FREE. The hard copy of the certification will also be delivered to your doorstep via post, which will cost £13.99. Who is this course for? Speech Therapy: Speech Therapy Course Online This Speech Therapy: Speech Therapy Course is ideal for anyone who wants to: Gain the skills needed to work in the teaching and child care profession. Improve their speech therapy and language therapy skills. Make a career change and explore new career opportunities. Gain a formal, accredited qualification to improve their career opportunities. Requirements Speech Therapy: Speech Therapy Course Online To enrol in this Speech Therapy: Speech Therapy Course, students must fulfil the following requirements: Good Command over English language is mandatory to enrol in our Speech Therapy: Speech Therapy Course. Be energetic and self-motivated to complete our Speech Therapy: Speech Therapy Course. Basic computer Skill is required to complete our Speech Therapy: Speech Therapy Course. If you want to enrol in our Speech Therapy: Speech Therapy Course, you must be at least 15 years old. Career path Speech Therapy: Speech Therapy Course Online Opportunities in this Speech Therapy: Speech Therapy Course field include: SEN Teaching Assistant SEN Teacher Language Tutor

Speech Therapy - CPD Certified
Delivered Online On Demand18 hours
£12

Communication II: Integrated Skills- Intermediate Level

By Scotland Study Centre (SSC)

Lower Intermediate Communication Training in all 4 Integrated Skills: Listening, Speaking, Reading and Writing. Learn the REAL language, not "textbook English".

Communication II: Integrated Skills- Intermediate Level
Delivered OnlineFlexible Dates
£120

Technical Report Writing and Presentation Skills for Oil & Gas Engineers and Technical Professionals

By EnergyEdge - Training for a Sustainable Energy Future

About this Training Course Oil & Gas professionals increasingly need to translate complex findings, analysis and recommendations for effective decision-making. If you face challenges in getting your findings into paper, you will benefit from this training course. The Technical Report Writing and Presentation Skills for Oil & Gas Engineers and Technical Professionals course focuses on the unique needs of technical professionals who write for both technical and non-technical readers. This separately bookable training course will demonstrate how technical professionals can use their technical knowledge and logical edge to write in a reader-friendly style, produce grammatically accurate reports and persuasively communicate for buy-in purposes. An ILM Recognised programme. Training Objectives LEARNING OUTCOMES FOR TECHNICAL REPORT WRITING SKILLS By the end of this course, participants will be able to: Write and turn-around accurate technical documents quickly to meet deadlines and productivity goals Understand how technical reports should be structured by applying a systematic approach to the writing task, involving planning, drafting, revision and production Use clear & powerful language to target and persuade readers for positive results Use tried and tested proof reading techniques to check and review documents more effectively Identify and avoid common pitfalls in technical report writing LEARNING OUTCOMES FOR TECHNICAL PRESENTATION SKILLS By the end of this course, participants will be able to: Present and sell your technical presentation more effectively both internally and externally Plan and structure your meetings and presentations for maximum effect Capture your technical and non-technical audience by delivering your presentation with power and authority Handle questions, interruptions and objections with confidence Target Audience This programme has been researched and developed for all Oil & Gas Engineers and Technical Professionals Course Level Basic or Foundation Trainer Your course leader managed the Business Skills Unit of the British Council programmes as well as oversee all training-related matters from 1997. The trainer considers himself a trainer first and specialises predominantly in high-level writing and technical report writing programmes. In addition to conducting training in Technical Writing, the trainer has also been the chief editor for many large writing projects. These include a year-long project editing the entire Start-Up Manual (including the Black Start Manual) for Nippon Oil's Helang Integrated Platform, a 4-month project rewriting the manuals for the Puteri Dulang FSO off Terengganu, and editing the current revision of the PETRONAS Procedures and Guidelines for Upstream Activities (PPGUA). POST TRAINING COACHING SUPPORT (OPTIONAL) To further optimise your learning experience from our courses, we also offer individualized 'One to One' coaching support for 2 hours post training. We can help improve your competence in your chosen area of interest, based on your learning needs and available hours. This is a great opportunity to improve your capability and confidence in a particular area of expertise. It will be delivered over a secure video conference call by one of our senior trainers. They will work with you to create a tailor-made coaching program that will help you achieve your goals faster. Request for further information post training support and fees applicable Accreditions And Affliations

Technical Report Writing and Presentation Skills for Oil & Gas Engineers and Technical Professionals
Delivered in Internationally or OnlineFlexible Dates
£1,719 to £1,999

Level 5 Proofreading & Copy Editing Course - CPD Accredited

By Training Tale

Proofreading: Proofreading Course Do you want to enhance your grammar and writing skills? If so, then this Level 5 Proofreading & Copy Editing course is perfect for you to become a skilled proofreader. In Level 5 Proofreading & Copy Editing, you'll learn how to scan digital and printed materials on a variety of topics to become an expert at spotting problems. Level 5 Proofreading & Copy Editing will teach you how to use efficient editing tools, such as reviewing content for spelling, punctuation, and grammar errors. Level 5 Proofreading & Copy Editing also gives a brief about basic formatting. Enrol in this Level 5 Proofreading & Copy Editing course to boost Your practical knowledge and abilities to pursue a variety of job options in the proofreading industry . Learning Outcomes for Level 5 Proofreading & Copy Editing After completing this Level 5 Proofreading & Copy Editing course, you will be to: Level 5 Proofreading Course & Copy Editing will teach you the basic concepts of proofreading. You can Understand how to apply the Style Guide by this Level 5 Proofreading Course & Copy Editing. Level 5 Proofreading Course & Copy Editing explains the writer's language and query effectively. Level 5 Proofreading & Copy Editing describes how to proofread on paper. You can gain an understanding of how to proofread on-screen from Level 5 Proofreading & Copy Editing course. Level 5 Proofreading Course & Copy Editing will provide Knowledge about the words and phrases commonly confused or misused. You can Understand the daily responsibility of a copy editor in this Proofreading Course Level 5 Proofreading Course & Copy Editing will teach you how to market and sell your services to websites. Level 5 Proofreading Course & Copy Editing will Boost your career in copy editing and proofreading. Special Offers of this Level 5 Proofreading: Proofreading Course This Proofreading Course includes a FREE PDF Certificate. Lifetime access to this Proofreading: Proofreading Course Instant access to this Proofreading: Proofreading Course Get FREE Tutor Support from Monday to Friday in this Proofreading: Proofreading Course Courses are included in this Proofreading: Proofreading Course Course 01: Level 5 Proofreading & Copy Editing Course 02: Level 4 Time Management Course Course 03: Level 5 Report Writing Course [ Note: Free PDF certificate as soon as completing the Proofreading: Proofreading Course] Proofreading: Proofreading Course Industry Experts Designed this Proofreading: Proofreading Course into 10 detailed modules. Course Curriculum of Proofreading & Copy Editing Module 01: An Overview of Proofreading Module 02: Use of the Style Guide Module 03: Spelling and Grammar Module 04: Paper-based Proofreading Module 05: On the Screen Proofreading Module 06: Basics of Copy Editing Module 08: Copy Editing - Checking Accuracy and Facts Module 09: Copy Editing - Legal Checks Module 10: Career Development Assessment Method of Proofreading Course After completing each module of the Proofreading Course, you will find automated MCQ quizzes. To unlock the next module, you need to complete the quiz task and get at least 60% marks. Certification of Proofreading Course After completing the MCQ/Assignment assessment for this Proofreading Course, you will be entitled to a Certificate of Completion from Training Tale. Who is this course for? Proofreading: Proofreading Course For individuals looking to advance their proofreading and copyediting abilities and become ready for the career of their dreams, this Proofreading Course is perfect! Requirements Proofreading: Proofreading Course Students who intend to enrol in this Proofreading Course must meet the following requirements: Proofreading: Good command of the English language. Proofreading: Must be vivacious and self-driven. Proofreading: Basic computer knowledge. Proofreading: A minimum of 16 years of age is required. Career path Proofreading: Proofreading Course Candidates who complete the Proofreading Course can pursue a wide range of jobs, including: Proofreader - Average income between £43K - £56K Copy Editor - Average income between £27K - £44.5K Content Writer - Average income between £44k - £58k Certificates Certificate of completion Digital certificate - Included

Level 5 Proofreading & Copy Editing Course - CPD Accredited
Delivered Online On Demand25 hours
£12

Autism, Dementia and ADHD Awareness - 3 QLS Course

4.7(47)

By Academy for Health and Fitness

Delve into the realm of Autism, Dementia, and ADHD with our informative bundle "Autism, Dementia and ADHD Awareness - 3 QLS Course". This collection of courses aims to offer you an expansive theoretical comprehension of these key neurological and developmental conditions. At the heart of this bundle are three QLS-endorsed courses focusing on Autism, Dementia, and ADHD Awareness. Your dedication to these courses will be recognized with a hardcopy certificate upon completion. In addition, you'll have access to five CPD QS-accredited relevant courses including Learning Disability Nursing, Dyslexia, Child Language Disorder (CLD), Disability Assessor Training, and Child Protection & Safeguarding. Key Features of the Autism, Dementia and ADHD Awareness - 3 QLS Course Bundle: 3 QLS-Endorsed Courses: We proudly offer 3 QLS-endorsed courses within our Autism, Dementia and ADHD Awareness - 3 QLS Course bundle, providing you with industry-recognized qualifications. Plus, you'll receive a free hardcopy certificate for each of these courses. QLS Course 01: Autism QLS Course 02: Dementia Awareness QLS Course 03: ADHD Awareness 5 CPD QS Accredited Courses: Additionally, our bundle includes 5 relevant CPD QS accredited courses, ensuring that you stay up-to-date with the latest industry standards and practices. Course 01: Learning Disability Nursing Course 02: Dyslexia Course 03: Child Language Disorder (CLD) Course 04: Disability Assessor Training Course 05: Child Protection & Safeguarding In Addition, you'll get Five Career Boosting Courses absolutely FREE with this Bundle. Course 01: Professional CV Writing Course 02: Job Search Skills Course 03: Self-Esteem & Confidence Building Course 04: Professional Diploma in Stress Management Course 05: Complete Communication Skills Master Class Convenient Online Learning: Our Autism, Dementia and ADHD Awareness - 3 QLS Course courses are accessible online, allowing you to learn at your own pace and from the comfort of your own home. Explore this comprehensive and intriguing bundle today, and embark on a journey to deepen your understanding of these vital health topics. Learning Outcomes: Understand Autism, Dementia, and ADHD in depth. Learn about learning disabilities and associated nursing approaches. Gain knowledge about Dyslexia and its management. Understand the nuances of Child Language Disorder (CLD). Learn the essentials of Disability Assessment. Understand the importance of Child Protection & Safeguarding. Develop an overall understanding of neurological and developmental disorders. The "Autism, Dementia and ADHD Awareness - 3 QLS Course" bundle is a collection of eight insightful courses designed to provide a thorough theoretical understanding of these conditions. Encompassing three QLS-endorsed courses and five CPD QS-accredited courses, the bundle covers a wide range of relevant topics, fostering an in-depth understanding of these key health areas. CPD 260 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Individuals who wish to understand Autism, Dementia, and ADHD in detail. Parents or family members of individuals with these conditions. Aspiring healthcare professionals interested in these areas. Social workers, teachers, or caregivers seeking to deepen their understanding. Career path Autism Specialist - £20,000 - £40,000 per year. Dementia Care Specialist - £20,000 - £35,000 per year. ADHD Counselor - £25,000 - £40,000 per year. Learning Disability Nurse - £22,000 - £38,000 per year. Disability Assessor - £25,000 - £35,000 per year. Child Protection Officer - £20,000 - £35,000 per ye Certificates Digital certificate Digital certificate - Included Hard copy certificate Hard copy certificate - Included

Autism, Dementia and ADHD Awareness - 3 QLS Course
Delivered Online On Demand3 days
£309

PRIVATE SALSA LESSON

5.0(62)

By Club Azucar - Latin Dance

Salsa or Latin Dance rhythm private class in London for couples or individuals to achieve a good knowledge of the Salsa, Samba, Bachata, Merengue or Latin dance steps One to One lesson, 5 minimum pack lesson booking. Taught by native instructor You can have this lesson at our premises, on Zoom, Pre-recorded or home visit, the choice is yours!!! The Program includes: 10 or 20 Lesson 1on1 lesson Walking & Leading techniques Female & Male Teachers Footwork & Upper body techniques Steps & routines names (brain method) Body posture and language Tempo & beat music technique Fully equipped dance studio Ownership of your footage work progress & Docs Music library via dropbox or Spotify Salsa or Latin Dance rhythm private class in London for couples or individuals to achieve a good knowledge of the salsa, samba, bachata, merengue or Latin dance steps One to One lesson, 4 minimum pack lesson book Teach by the native instructor We have been training people in salsa in London for almost 20 years and are still in business as salsa in west London is increasing massively.  SALE

PRIVATE SALSA LESSON
Delivered in London or UK Wide or OnlineFlexible Dates
£70 to £1,200

Understanding & Expanding Business for ESL Entrpreneurs

By The Teachers Training

Understanding & Expanding Business for ESL Entrpreneurs is yet another 'Teacher's Choice' course from Teachers Training for a complete understanding of the fundamental topics. You are also entitled to exclusive tutor support and a professional CPD-accredited certificate in addition to the special discounted price for a limited time. Just like all our courses, this Understanding & Expanding Business for ESL Entrpreneurs and its curriculum have also been designed by expert teachers so that teachers of tomorrow can learn from the best and equip themselves with all the necessary skills. Consisting of several modules, the course teaches you everything you need to succeed in this profession. The course can be studied part-time. You can become accredited within 1 hour studying at your own pace. Your qualification will be recognised and can be checked for validity on our dedicated website. Why Choose Teachers Training Some of our features are: This is a dedicated website for teaching 24/7 tutor support Interactive Content Affordable price Courses accredited by the UK's top awarding bodies 100% online Flexible deadline Who Is This Course For This How to Become a Successful ESL Entrepreneur Abroad is for anyone who: Wants to enter a teaching profession abroad as an ESL Trainer/ESL Entrepreneur Just started a teaching role and wants to get better and wants to know about teaching ESL abroad Wants to add a qualification to their name To teach the future generation and build them up To gain leadership, presentation, and other valuable skill Entry Requirements No formal entry requirements. You need to have: Passion for learning A good understanding of the English language numeracy and IT Desire for entrepreneurship over the age of 16. Assessment The assessment is straightforward, you need to complete the assignment questions that will be provided to you at the end of the course, you can complete the assignment anytime you want. After you complete and submit your assignment, our tutors will assess your assignment and give you feedback if needed.  After your assignment has been assessed and you have passed, you will be qualified and will be able to apply for a course completion certificate. Certification CPD Certification from The Teachers Training Successfully completing the MCQ exam of this course qualifies you for a CPD-accredited certificate from The Teachers Training. You will be eligible for both PDF copy and hard copy of the certificate to showcase your achievement however you wish. You can get your digital certificate (PDF) for £4.99 only Hard copy certificates are also available, and you can get one for only £10.99 You can get both PDF and Hard copy certificates for just £12.99! The certificate will add significant weight to your CV and will give you a competitive advantage when applying for jobs. Understanding & Expanding Business for ESL Entrpreneurs Analyzing the Business Model 00:15:00 Having an Efficient Business System 00:07:00 How to Launch on a Shoe String Budget 00:06:00 Finding Investors and Exiting the Business Bringing on Investors 00:06:00 Franchising 00:06:00 Having an Exit Strategy 00:11:00 Recruiting Teachers, Students and Staff Teacher Recruitment 00:06:00 Student Recruitment and Placement 00:08:00 Thinking Like an ESL Student 00:05:00 Thinking Like an ESL Teacher 00:06:00

Understanding & Expanding Business for ESL Entrpreneurs
Delivered Online On Demand1 hour 16 minutes
£27.99

The Ultimate Personal Development Bundle - 4 Courses

By OnlineCoursesLearning.com

This personal development bundle is designed to help you enhance your communication skills, boost your motivation, and foster personal growth. With a focus on fundamental topics such as assertiveness, body language, and positivity, this bundle provides you with the necessary tools to achieve your objectives. By enrolling in these courses, you can experience the transformative power of personal growth and development. The bundle includes below courses: Improving Personal Effectiveness Emotional Intelligence Body Language Communication Basics Through these courses, you can acquire knowledge and practical skills to increase your effectiveness in your personal and professional life. You will learn how to manage your emotions, communicate effectively, and convey confidence through your body language. With these foundational skills, you can make meaningful progress towards your personal and career goals.

The Ultimate Personal Development Bundle - 4 Courses
Delivered Online On Demand
£129

English Grammer, GCSE, TEFL, Phonics, Speaking & Writing - 20 Courses Bundle

By NextGen Learning

Get ready for an exceptional online learning experience with the English Grammer, GCSE, TEFL, Phonics, Speaking & Writing bundle! This carefully curated collection of 20 premium courses is designed to cater to a variety of interests and disciplines. Dive into a sea of knowledge and skills, tailoring your learning journey to suit your unique aspirations. The English Grammer, GCSE, TEFL, Phonics, Speaking & Writing is a dynamic package, blending the expertise of industry professionals with the flexibility of digital learning. This English Grammer, GCSE & TEFL bundle offers the perfect balance of foundational understanding and advanced insights. Whether you're looking to break into a new field or deepen your existing knowledge, the English Grammer, GCSE & TEFL package has something for everyone. As part of the English Grammer, GCSE, TEFL, Phonics, Speaking & Writing package, you will receive complimentary PDF certificates for all courses in this bundle at no extra cost. Equip yourself with the English Grammer, GCSE & TEFL bundle to confidently navigate your career path or personal development journey. Enrol today and start your career growth! This English Grammer, GCSE & TEFL Bundle Comprises the Following CPD Accredited Courses: Basics of English for Beginners Master English Speaking 1 Master English Speaking 2 Master English Speaking 3 Public Speaking: Confident Delivery Skills Reach Advanced Level in English as a Foreign Language Ultimate Job Interview in English Business English Perfection Course English for Healthcare Level-3 English Grammar Course English: Spelling, Punctuation, and Grammar 200 Common English Idioms and Phrases Essay Writing in English Report Writing 120 hours TEFL (TESOL) Masterclass GCSE English Phonics Teaching Diploma Functional Skills Level 2 - Maths and English Career Development Plan Fundamentals CV Writing and Job Searching Learning Outcome: Gain comprehensive insights into multiple fields. Foster critical thinking and problem-solving skills across various disciplines. Understand industry trends and best practices through the English Grammer, GCSE & TEFL Bundle. Develop practical skills applicable to real-world situations. Enhance personal and professional growth with the English Grammer, GCSE & TEFL. Build a strong knowledge base in your chosen course via the English Grammer, GCSE & TEFL. Benefit from the flexibility and convenience of online learning. With the English Grammer, GCSE & TEFL package, validate your learning with a CPD certificate. Each course of English Grammer, GCSE & TEFL bundle holds a prestigious CPD accreditation, symbolising exceptional quality. The materials, brimming with knowledge, are regularly updated, ensuring their relevance. This English Grammer, GCSE & TEFL bundle promises not just education but an evolving learning experience. Engage with this extraordinary collection, and prepare to enrich your personal and professional development. Embrace the future of learning with the English Grammer, GCSE, TEFL, Phonics, Speaking & Writing , a rich anthology of 15 diverse courses. Each course in the English Grammer, GCSE & TEFL bundle is handpicked by our experts to ensure a wide spectrum of learning opportunities. This English Grammer, GCSE, TEFL, Phonics, Speaking & Writing bundle will take you on a unique and enriching educational journey. The English Grammer, GCSE & TEFL bundle encapsulates our mission to provide quality, accessible education for all. Whether you are just starting your career, looking to switch industries, or hoping to enhance your professional skill set, the English Grammer, GCSE, TEFL, Phonics, Speaking & Writing bundle offers you the flexibility and convenience to learn at your own pace. Make the English Grammer, GCSE & TEFL package your trusted companion in your lifelong learning journey. CPD 220 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The English Grammer, GCSE, TEFL, Phonics, Speaking & Writing bundle is perfect for: Lifelong learners looking to expand their knowledge and skills. Professionals seeking to enhance their career with CPD certification. Individuals wanting to explore new fields and disciplines. Anyone who values flexible, self-paced learning from the comfort of home. Career path Unleash your potential with the English Grammer, GCSE, TEFL, Phonics, Speaking & Writing bundle. Acquire versatile skills across multiple fields, foster problem-solving abilities, and stay ahead of industry trends. Ideal for those seeking career advancement, a new professional path, or personal growth. Embrace the journey with the English Grammer, GCSE & TEFLbundle package. Certificates Certificate Of Completion Digital certificate - Included Certificate Of Completion Hard copy certificate - Included You will get a complimentary Hard Copy Certificate.

English Grammer, GCSE, TEFL, Phonics, Speaking & Writing - 20 Courses Bundle
Delivered Online On Demand5 days
£79