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

50882 Courses in Cardiff delivered Online

Learn AutoCAD Programming using VB.NET - Hands On!

4.5(3)

By Studyhub UK

The course 'Learn AutoCAD Programming using VB.NET - Hands On!' provides comprehensive training in using VB.NET to program and automate tasks in AutoCAD. It covers essential concepts, components of the AutoCAD .NET API, creating and manipulating AutoCAD objects, exploring AutoCAD dictionaries, user interactions, selection sets, and developing practical projects. Participants will gain the necessary skills to efficiently create custom plugins and enhance their productivity in AutoCAD. Learning Outcomes: Understand the fundamentals of VB.NET programming and its relevance to AutoCAD. Explore the AutoCAD .NET API components and learn to work with the AutoCAD object hierarchy. Create and manipulate various AutoCAD objects such as lines, circles, polylines, and more using VB.NET. Implement AutoCAD dictionaries to manage layers, line types, text styles, and other entities. Utilize user interactions for input and output in VB.NET, enhancing the user experience. Work with selection sets and filters to efficiently select and process AutoCAD objects. Develop hands-on projects, including a BlocksCounter plugin and an ObjectExtractor plugin, to reinforce learning and practical application. Why buy this Learn AutoCAD Programming using VB.NET - Hands On!? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Learn AutoCAD Programming using VB.NET - Hands On! there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? This Learn AutoCAD Programming using VB.NET - Hands On! does not require you to have any prior qualifications or experience. You can just enrol and start learning.  Prerequisites This Learn AutoCAD Programming using VB.NET - Hands On! was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This Learn AutoCAD Programming using VB.NET - Hands On! is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Unit 01: Introduction Module 01: Course Outline 00:05:00 Module 02: Introduction 00:01:00 Module 03: Who is this Course for? 00:01:00 Module 04: What will I learn from this Course? 00:01:00 Module 05: What is VB.NET? 00:01:00 Module 06: What is AutoCAD .NET API? 00:01:00 Module 07: What are the advantages of programming in AutoCAD .NET API? 00:01:00 Module 08: Hands-on Projects overview 00:06:00 Unit 02: Exploring AutoCAD .NET API Components Module 01: AutoCAD .NET API Components Overview 00:01:00 Module 02: AutoCAD .NET API Assemblies 00:02:00 Module 03: Understanding AutoCAD Object Hierarchy 00:03:00 Module 04: AutoCAD .NET API Application Object 00:02:00 Module 05: AutoCAD .NET API Document Object 00:02:00 Module 06: AutoCAD .NET API Database Object 00:04:00 Unit 03: Hello AutoCAD from VB.NET Module 01: Section Overview 00:04:00 Module 02: Installing Visual Studio 2019 00:05:00 Module 03: Setting up Visual Studio 2019 Integrated Development Environment (IDE) 00:04:00 Module 04: Creating First VB.NET Plugin (Hello AutoCAD) 00:12:00 Module 05: Different ways to communicate with the User 00:04:00 Module 06: Configuring VS2019 Target Processor 00:10:00 Unit 04: Creating AutoCAD Objects using VB.NET Module 01: Creating AutoCAD Object using VB.NET Overview 00:01:00 Module 02: Creating DrawObjects Project 00:04:00 Module 03: Creating a Line Object using VB.NET 00:15:00 Module 04: Creating a MText Object using VB.NET 00:12:00 Module 05: Creating a Circle Object using VB.NET 00:09:00 Module 06: Creating an Arc Object using VB.NET 00:07:00 Module 07: Creating a Polyline Object using VB.NET 00:08:00 Module 08: Creating Multiple Circles Vertically 00:09:00 Module 09: Creating Multiple Circles Horizontally 00:05:00 Unit 05: Manipulating AutoCAD Objects using VB.NET Module 01: Manipulating AutoCAD Objects Overview 00:01:00 Module 02: Creating the Project ManipulateObjects 00:04:00 Module 03: Creating the SingleCopy Method 00:13:00 Module 04: Creating the MultipleCopy Method 00:11:00 Module 05: Creating the EraseObject Method 00:12:00 Module 06: Creating the MoveObject method 00:07:00 Module 07: Creating the MirrorObject method 00:10:00 Module 08: Creating the RotateObject method 00:07:00 Module 09: Creating the ScaleObject method 00:05:00 Module 10: Creating the OffsetObject method 00:05:00 Unit 06: Exploring AutoCAD Dictionaries using VB.NET Module 01: Exploring AutoCAD Dictionaries - Overview 00:02:00 Module 02: Creating LayersLineTypesAndStyles Project 00:06:00 Module 03: Creating the ListLayers Method 00:11:00 Module 04: Creating the CreateLayer Method 00:10:00 Module 05: Creating the UpdateLayer Method 00:12:00 Module 06: Creating the SetLayerOnOff Method 00:08:00 Module 07: Creating the SetLayerFrozenOrThaw Method 00:04:00 Module 08: Creating the DeleteLayer Method 00:05:00 Module 09: Creating the LockUnlockLayer Method 00:04:00 Module 10: Creating the SetLayerToObject Method 00:08:00 Module 11: Creating the ListLineTypes Method 00:09:00 Module 12: Creating the LoadLineType Method 00:07:00 Module 13: Creating the SetCurrentLineType Method 00:05:00 Module 14: Creating the DeleteLineType Method 00:09:00 Module 15: Creating the SetLineTypeToObject Method 00:05:00 Module 16: Exploring TextStyles - Overview 00:01:00 Module 17: Creating the ListStyles Method 00:08:00 Module 18: Creating the UpdateCurrentTextStyleFont Method 00:12:00 Module 19: Creating the SetCurrentTextStyle Method 00:08:00 Module 20: Creating the SetTextStyleToObject Method 00:08:00 Unit 07: User Interactions in VB.NET Module 01: User Input Functions - Overview 00:02:00 Module 02: Creating the UserInteractions Project 00:03:00 Module 03: Creating the GetName Method 00:11:00 Module 04: Creating the SetLayer Method using the GetString function 00:12:00 Module 05: Creating the CreateLineUsingGetpoint Method 00:11:00 Module 06: Creating the CalculateDefinedArea Method 00:17:00 Module 07: Creating the DrawObjectsUsingGetKeywords Method 00:14:00 Module 08: Creating the GetDistanceBetweenTwoPoints Method 00:05:00 Module 09: Creating the CountObjects Method 00:15:00 Unit 08: Selection Sets and Filters Module 01: Selection Sets and Filters - Overview 00:13:00 Module 02: Creating the SelectionSets Project 00:05:00 Module 03: Creating the SelectAllAndChangeLayer Method 00:12:00 Module 04: Creating the SelectObjectOnScreen Method 00:08:00 Module 05: Creating the SelectWindowAndChangeColor Method 00:06:00 Module 06: Creating the SelectCrossingAndDelete Method 00:05:00 Module 07: Creating the SelectFenceAndChangeLayer Method 00:06:00 Module 08: Creating the CountPickFirstSelection Method 00:07:00 Module 09: Creating the SelectLines Method 00:13:00 Module 10: Creating the SelectMTexts Method 00:05:00 Module 11: Creating the SelectPlines Method 00:04:00 Module 12: Creating the SelectWalls Method 00:07:00 Module 13: Creating the SelectStairs Method 00:03:00 Module 14: Creating the SelectFrenchDoors Method 00:04:00 Module 15: Creating the SelectBifoldDoors Method 00:03:00 Module 16: Creating CountReceptacles Method 00:04:00 Module 17: Creating the CountLightingFixtures Method 00:10:00 Unit 09: Developing Projects - Hands On Module 01: Developing Projects - Hands on Overview 00:02:00 Module 02: BlocksCounter Plugin Demo 00:03:00 Module 03: Creating the BlocksCounter Project 00:04:00 Module 04: Creating the CountBlocksToTable Method 00:08:00 Module 05: Creating the PromptUser Function 00:08:00 Module 06: Creating the GatherBlocksAndDrawTable Method 00:12:00 Module 07: Continuation of GatherBlocksAndDrawTable Method 00:17:00 Module 08: Running and Debugging the BlocksCounter Project - Part 1 00:15:00 Module 09: Running and Debugging the BlocksCounter Project - Part 2 00:11:00 Module 10: Running and Debugging the BlocksCounter Project - Part 3 00:01:00 Module 11: Creating the ObjectExtractor Plugin Project 00:04:00 Module 12: Creating the ExtractObjects Method 00:07:00 Module 13: Creating the ExtractLine Method 00:16:00 Module 14: Running and Debugging the ExtractLine Method 00:05:00 Module 15: Creating the ExtractCircle Method 00:11:00 Module 16: Creating the ExtractMText Method 00:13:00 Module 17: Creating the ExtractPolyline Method 00:19:00 Module 18: Creating the ExtractBlock Method 00:10:00 Unit 10: Conclusion Module 01: Congratulations and Thank you very much! 00:01:00 Assignment Assignment - Learn AutoCAD Programming using VB.NET - Hands On! 00:00:00

Learn AutoCAD Programming using VB.NET - Hands On!
Delivered Online On Demand12 hours 9 minutes
£10.99

Business Analysis Essentials

5.0(5)

By Online Training Academy

The Business Analysis Essentials Course is crucial in today's dynamic business environment. It provides comprehensive training on key aspects such as Business Analysis Planning, Strategy Analysis, and Stakeholder Analysis. The importance of a Business Analyst has surged, given the necessity to address requirements, conduct needs assessment, and perform solution evaluation effectively. This Business Analysis course equips professionals with skills in requirements elicitation, requirements analysis, and traceability and monitoring, which are pivotal for successful project outcomes. Learning Business Analysis not only enhances problem-solving abilities but also opens up lucrative job opportunities in the UK, where the average salary for Business Analysts ranges from £35,000 to £55,000 annually. The demand for skilled Business Analysts is increasing, with the sector projected to grow by 14% over the next decade. The Business Analysis course modules, including An Introduction to Business Analysis and The Necessity of a Business Analyst, ensure that learners are well-prepared to meet industry demands. Overall, this course is advantageous for anyone looking to excel in the growing field of Business Analysis. Key Features: CPD Certified Business Analysis Course Free Certificate Developed by Specialist Lifetime Access Course Curriculum: Module 01: An Introduction To Business Analysis Module 02: The Necessity Of A Business Analyst Module 03: Addressing Requirements Module 04: Needs Assessment Module 05: Business Analysis Planning Module 06: Strategy Analysis Module 07: Stakeholder Analysis Module 08: Requirements Elicitation Module 09: Requirements Analysis Module 10: Traceability And Monitoring Module 11: Solution Evaluation Learning Outcomes: Understand fundamentals of business analysis for strategic decision-making. Identify stakeholders' needs through effective requirements elicitation techniques. Develop comprehensive business analysis plans for project success. Analyze business strategies to align with organizational goals effectively. Evaluate solutions to enhance business processes and achieve objectives. Ensure traceability and monitoring for continuous improvement and compliance. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Business Analysis Essentials course is accessible to anyone eager to learn more about this topic. Through this Business Analysis course, you'll gain a solid understanding of Business Analysis Essentials. Moreover, this course is ideal for: Business professionals seeking advanced analytical skills. Project managers aiming to enhance project planning and execution. Graduates aspiring to pursue careers in business analysis roles. Entrepreneurs aiming to optimize their business operations strategically. Anyone interested in understanding the core principles of business analysis. Requirements There are no requirements needed to enrol into this Business Analysis Essentials course. We welcome individuals from all backgrounds and levels of experience to enrol into this Business Analysis Essentials course. Career path After finishing this Business Analysis Essentials course you will have multiple job opportunities waiting for you. Some of the following Job sectors of Business Analysis Essentials are: Business Analyst - £30K to £60K/year. Requirements Analyst - £28K to £55K/year. Strategy Analyst - £35K to £65K/year. Stakeholder Manager - £40K to £70K/year. Solution Evaluator - £32K to £60K/year. Certificates Digital certificate Digital certificate - Included Certificate of Completion Digital certificate - Included Will be downloadable when all lectures have been completed.

Business Analysis Essentials
Delivered Online On Demand3 hours 24 minutes
£10

70-640 - Configuring Windows Server 2008 R2 Active Directory

4.3(43)

By John Academy

Description: The 70-640 - Configuring Windows Server 2008 R2 Active Directory course provides the required information that you should know about 70-640: Configuring Windows Server 2008 R2 Active Directory. The course will teach you how to install the Active Directory role, or how to work with Active Directory objects. In the course, you will also learn about the GPOs (Group Policy Adjectives), what Group Policy objects are, restricted Group Policies. You will know analysing security settings, using the Security Configuration Wizard, deploying software with Group Policy, understanding Group Policy Scope, how Group Policy settings are processed, verifying Group Policy settings, and enabling Auditing. You will also be able to manage users and groups with the AD, working With Domain Controllers, adding DNS, securing the authentication process, monitoring and supporting AD, planning Active Directory deployment, IDA solutions, and Active Directory Certificate Services. Assessment: At the end of the course, you will be required to sit for an online MCQ test. Your test will be assessed automatically and immediately. You will instantly know whether you have been successful or not. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? 70-640 - Configuring Windows Server 2008 R2 Active Directory is certified by CPD Qualifications Standards and CiQ. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. Requirements Our 70-640 - Configuring Windows Server 2008 R2 Active Directory is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Installing the Active Directory Role What is IDA? FREE 00:16:00 How to Install the AD DS Role 00:11:00 Creating a Windows Server 2008 Forest 00:22:00 The New Windows 2008 Server Core 00:09:00 Installing AD DS Server Core 00:02:00 Domain Controller 00:20:00 Working With Active Directory Objects Working with the MMC 00:19:00 Custom MMC 00:14:00 Working with Objects in Active Directory 00:12:00 How to Search Through Active Directory 00:07:00 Using Active Directory 00:13:00 Securing and Delegating AD Objects 00:12:00 Delegation 00:05:00 Adding Computer Accounts to AD 00:08:00 Organizing AD with Container Objects 00:13:00 Joining the Demo 00:08:00 Working With Computer Objects and Accounts 00:17:00 Recycling the Computer Account 00:01:00 Automating Computer Account Creation 00:08:00 Automating Computer Creation 00:04:00 Understanding GPOs Using Group Policy 00:04:00 What Are Group Policy Objects 00:21:00 Group Policy 00:05:00 Restricted Group Policies 00:02:00 Restrcted Group 00:03:00 Analyzing Security Settings 00:12:00 Using The Security Configuration Wizard 00:05:00 SCW 00:08:00 Deploying Software with Group Policy 00:10:00 Software Deployment 00:02:00 Understanding Group Policy Scope 00:11:00 How Group Policy Settings are Processed 00:09:00 Group Policy Scope 00:11:00 Verifying Group Policy Settings 00:05:00 Verifying Group Policy 00:03:00 Enabling Auditing 00:13:00 Auditing 00:05:00 Managing Users and Groups with AD Automating User Account Creation 00:10:00 Automating User Accounts 00:07:00 Working with User Attributes 00:15:00 User Account Administrative Tasks 00:05:00 Supporting User Accounts 00:04:00 Using PowerShell to Create User Accounts 00:09:00 Creating Users with PowerShell 00:07:00 Creation and Management 00:08:00 The Basics of Groups 00:25:00 Managing Group 00:08:00 Best Practices for Using AD Groups 00:08:00 Automating Group Creation 00:05:00 Automating Creation of Groups 00:06:00 Advanced Group Options 00:09:00 Administering Groups 00:05:00 Working With Domain Controllers Installation Options 00:06:00 How to Install a Domain Controller 00:06:00 Introducing the Operations Masters 00:11:00 Designing Where to Deploy the Operation Masters 00:14:00 FSMO 00:03:00 SYSVOL Replication with DFS 00:02:00 Adding DNS DNS Basics 00:15:00 DNS Definitions and Terms 00:17:00 DNS 00:05:00 Setting up DNS for the Enterprise 00:09:00 Global Names 00:09:00 Securing the Authentication Process Password Security Policies 00:15:00 Passwords 00:03:00 Introducing the Read-Only Domain Controller 00:06:00 Installing the RODC 00:05:00 Auditing Authentication Events 00:03:00 Account Logging 00:03:00 Monitoring and Supporting AD Preparing for Recovery 00:10:00 Active Directory Tools 00:24:00 Monitoring Active Directory Performance 00:11:00 Performance Monitor 00:09:00 Planning Active Directory Deployment What Are Sites 00:27:00 Deciding on Site Boundaries 00:07:00 Sites and Subnets 00:08:00 Working with Global Catalog Placement with AD Partitions 00:09:00 Controlling Replication Between Sites 00:20:00 Managing the Global Catalog 00:04:00 Configuring AD Trust Relationships 00:32:00 Trusts 00:03:00 Choosing the Domain and Forest Functional Levels 00:07:00 IDA Solutions Understanding AD FS 00:10:00 Installing AD FS 00:01:00 Configuring and Using AD FS 00:03:00 Understanding AD RMS 00:10:00 Installing AD RMS 00:03:00 Configuring and Using AD RMS 00:07:00 Understanding AD LDS 00:08:00 Installing AD LDS 00:02:00 Installing AD LDS 00:05:00 Configuring and Using AD LDS 00:07:00 Security Review 00:04:00 Active Directory Certificate Services Understanding AD CS 00:29:00 Installing AD CS 00:02:00 Configuring and Using AD CS 00:08:00 Mock Exam Mock Exam- 70-640 - Configuring Windows Server 2008 R2 Active Directory 00:20:00 Final Exam Final Exam- 70-640 - Configuring Windows Server 2008 R2 Active Directory 00:20:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

70-640 - Configuring Windows Server 2008 R2 Active Directory
Delivered Online On Demand15 hours 23 minutes
£11.99

Real Estate : Conveyancing & Property Law Diploma

By Compliance Central

From ancient times, transferring land and property from one owner to another required paperwork (or papyrus/clay work, to be precise!). Modern-day is no different. The legal process and documentation involving selling properties take time to digest. Hence, to make your property selling process smooth or to start your career as a Conveyancer, we provide you with this Conveyancing course. So, enrol now in the Real Estate : Conveyancing & Property Law Diploma course to protect your property or start your career as a Conveyancer! Learning Outcomes By the end of this Real Estate: Conveyancing & Property Law Diploma program, you will be able to: Explain the core principles of property law and their application in Real Estate: Conveyancing & Property Law. Analyze the conveyancing process, identifying key stages and legal requirements in Real Estate: Conveyancing & Property Law. Apply your understanding of contract law to Real Estate: Conveyancing & Property Law transactions. Navigate the legal landscape of landlord and tenant relationships within the framework of Real Estate: Conveyancing & Property Law. Demonstrate a strong grasp of accounting procedures specific to Real Estate: Conveyancing & Property Law. Identify and address tax implications for various Real Estate: Conveyancing & Property Law scenarios. Why would you choose the Real Estate : Conveyancing & Property Law Diploma Training course: Lifetime access to Real Estate : Conveyancing & Property Law Training course materials Full tutor support is available from Monday to Friday with the Real Estate : Conveyancing & Property Law Training course Learn Real Estate : Conveyancing & Property Law Training skills at your own pace from the comfort of your home Gain a complete understanding of the Real Estate : Conveyancing & Property Law Training course Accessible, informative Real Estate : Conveyancing & Property Law Training learning modules designed by expert instructors Get 24/7 help or advice from our email and live chat teams with the Real Estate : Conveyancing & Property Law Training bundle Study Real Estate : Conveyancing & Property Law Training in your own time through your computer, tablet or mobile device A 100% learning satisfaction guarantee with your Real Estate : Conveyancing & Property Law Training course Conveyancing Training Curriculum Breakdown of the Conveyancing Training Course Module 01: Introduction, Provides an introduction to the fundamental concepts of Real Estate: Conveyancing & Property Law. Module 02: Key Fundamentals, Establishes a strong foundation in the key principles that underpin Real Estate: Conveyancing & Property Law. Module 03: Property Law & Conveyance Practice, Delves into the practical application of property law principles within the conveyancing process for Real Estate: Conveyancing & Property Law. Module 04:Land Registry Updates and Law, Ensures you're up-to-date on the latest Land Registry updates and legal developments impacting Real Estate: Conveyancing & Property Law. Module 05: Law of Contract, Explores the legal principles governing contracts within the context of Real Estate: Conveyancing & Property Law. Module 06:Landlord and Tenant, Examines the legal framework for landlord and tenant relationships in Real Estate: Conveyancing & Property Law. Module 07: Standard Conveyance Transactions, Provides a comprehensive understanding of standard conveyancing transactions in Real Estate: Conveyancing & Property Law. Module 08:Understanding Accounting Procedures for Conveyance Transactions, Equips you with the knowledge of accounting procedures specific to Real Estate: Conveyancing & Property Law transactions. Module 09: Preparing Legal Documents, Develops your skills in preparing essential legal documents for Real Estate: Conveyancing & Property Law purposes. Module 10: Taxation Issues for Conveyancers, Analyzes the taxation considerations for conveyancers handling Real Estate: Conveyancing & Property Law matters. CPD 20 CPD hours / points Accredited by CPD Quality Standards Module 01: Introduction 12:58 1: Introduction 12:58 Module 02: Key Fundamentals 11:07 2: Module 02: Key Fundamentals 11:07 Module 03: Property Law & Conveyance Practice 12:30 3: Property Law & Conveyance Practice 12:30 Module 04: Land Registry Updates and Law 23:43 4: Land Registry Updates and Law 23:43 Module 05: Law of Contract 16:20 5: Law of Contract 16:20 Module 06: Landlord and Tenant 18:33 6: Landlord and Tenant 18:33 Module 07: Standard Conveyance Transactions 29:02 7: Standard Conveyance Transactions 15:25 8: Standard Conveyance Transactions 13:37 Module 09: Preparing Legal Documents 11:52 9: Preparing Legal Documents 11:52 Module 10: Taxation Issues for Conveyancers 21:52 10: Taxation Issues for Conveyancers 21:52 Order Your CPD Quality Standard Certificate (Optional) 01:00 11: CPD Certificate (Optional) 01:00 Who is this course for? This course is ideal for individuals interested in pursuing a career in Real Estate : Conveyancing & Property Law. It caters to aspiring conveyancers, legal assistants, and anyone keen to deepen their understanding of property law. Whether you are new to the field or looking to enhance your theoretical knowledge, this Real Estate: Conveyancing & Property Law diploma offers valuable insights and comprehensive coverage of essential legal concepts. Requirements To enrol in this Real Estate: Conveyancing & Property Law Training course, all you need is a basic understanding of the English Language and an internet connection. Career path This Real Estate: Conveyancing & Property Law Diploma can open doors to various career paths in the legal and property sectors. You might pursue opportunities as a legal assistant specializing in conveyancing, a paralegal supporting property law firms, or even consider further education to become a qualified solicitor specializing in real estate law. Certificates Reed Courses Certificate of Completion Digital certificate - Included Will be downloadable when all lectures have been completed. CPD Quality Standard Certificate Digital certificate - £7.99

Real Estate : Conveyancing & Property Law Diploma
Delivered Online On Demand2 hours 36 minutes
£12

Overview of Eating Psychology Join our Eating Psychology course and discover your hidden skills, setting you on a path to success in this area. Get ready to improve your skills and achieve your biggest goals. The Eating Psychology course has everything you need to get a great start in this sector. Improving and moving forward is key to getting ahead personally. The Eating Psychology course is designed to teach you the important stuff quickly and well, helping you to get off to a great start in the field. So, what are you looking for? Enrol now! Get a quick look at the course content: This Eating Psychology Course will help you to learn: Learn strategies to boost your workplace efficiency. Hone your skills to help you advance your career. Acquire a comprehensive understanding of various topics and tips. Learn in-demand skills that are in high demand among UK employers This course covers the topic you must know to stand against the tough competition. The future is truly yours to seize with this Eating Psychology. Enrol today and complete the course to achieve a certificate that can change your career forever. Details Perks of Learning with IOMH One-To-One Support from a Dedicated Tutor Throughout Your Course. Study Online - Whenever and Wherever You Want. Instant Digital/ PDF Certificate. 100% Money Back Guarantee. 12 Months Access. Process of Evaluation After studying the course, an MCQ exam or assignment will test your skills and knowledge. You have to get a score of 60% to pass the test and get your certificate. Certificate of Achievement Certificate of Completion - Digital / PDF Certificate After completing the Eating Psychology course, you can order your CPD Accredited Digital / PDF Certificate for £5.99.  Certificate of Completion - Hard copy Certificate You can get the CPD Accredited Hard Copy Certificate for £12.99. Shipping Charges: Inside the UK: £3.99 International: £10.99 Who Is This Course for? This Eating Psychology is suitable for anyone aspiring to start a career in relevant field; even if you are new to this and have no prior knowledge, this course is going to be very easy for you to understand.  On the other hand, if you are already working in this sector, this course will be a great source of knowledge for you to improve your existing skills and take them to the next level.  This course has been developed with maximum flexibility and accessibility, making it ideal for people who don't have the time to devote to traditional education. Requirements You don't need any educational qualification or experience to enrol in the Eating Psychology course. Do note: you must be at least 16 years old to enrol. Any internet-connected device, such as a computer, tablet, or smartphone, can access this online course. Career Path The certification and skills you get from this Eating Psychology Course can help you advance your career and gain expertise in several fields, allowing you to apply for high-paying jobs in related sectors. Course Curriculum Module 1: Introduction to Eating Psychology Introduction to Eating Psychology 00:17:00 Module 2: Mindful Eating and Nutrition Mindful Eating and Nutrition 00:16:00 Module 3: Eating Disorders and Disordered Eating Eating Disorders and Disordered Eating 00:18:00 Module 4: Food and Mood Food and Mood 00:15:00 Module 5: Emotional Eating and Food Addiction Emotional Eating and Food Addiction 00:22:00 Module 6: Integrative Approaches to Eating Psychology Integrative Approaches to Eating Psychology 00:11:00 Module 7: Body Image and Self-Esteem Body Image and Self-Esteem 00:14:00 Module 8: Coaching and Professional Practice Coaching and Professional Practice 00:15:00

Eating Psychology
Delivered Online On Demand2 hours 8 minutes
£12

Sage 50 Accounting & Payroll

4.5(3)

By Studyhub UK

Easily learn the skills and knowledge you desire in managing business more efficiently with our Sage 50 Accounting & Payroll, you get an unparalleled learning experience with us and you get a digital certificate, transcript and a student ID card all included with the course price. What makes us the go to choice for people who want to learn about managing business more efficiently is our dedication and commitment to providing you with the best service possible. You will get unlimited access to the Sage 50 Accounting & Payroll, no matter where you are in the world you will be able to access your Sage 50 Accounting & Payroll any time you want. Should you have any questions while studying this Sage 50 Accounting & Payroll, our experienced tutors and mentors will answer them via email and live chat. With the original certificate you get after completing your Sage 50 Accounting & Payroll you will gain the CPD qualifications that will help you succeed out in the world and in your career. With our Student ID card you will get discounts on things like music, food, travel and clothes etc. Enrol in our Sage 50 Accounting & Payroll today and start learning. Why buy this Sage 50 Accounting & Payroll? Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Sage 50 Accounting & Payroll you will be able to take the MCQ test that will assess your knowledge. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? This Sage 50 Accounting & Payroll does not require you to have any prior qualifications or experience. You can just enrol and start learning. Prerequisites This Sage 50 Accounting & Payroll was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This Sage 50 Accounting & Payroll is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Sage 50 Accounts Sage 50 Bookkeeper - Coursebook 00:00:00 Introduction and TASK 1 00:17:00 TASK 2 Setting up the System 00:23:00 TASK 3 a Setting up Customers and Suppliers 00:17:00 TASK 3 b Creating Projects 00:05:00 TASK 3 c Supplier Invoice and Credit Note 00:13:00 TASK 3 d Customer Invoice and Credit Note 00:11:00 TASK 4 Fixed Assets 00:08:00 TASK 5 a and b Bank Payment and Transfer 00:31:00 TASK 5 c and d Supplier and Customer Payments and DD STO 00:18:00 TASK 6 Petty Cash 00:11:00 TASK 7 a Bank Reconnciliation Current Account 00:17:00 TASK 7 b Bank Reconciliation Petty Cash 00:09:00 TASK 7 c Reconciliation of Credit Card Account 00:16:00 TASK 8 Aged Reports 00:14:00 TASK 9 a Payroll 00:07:00 TASK 9 b Payroll 00:10:00 TASK 10 Value Added Tax - Vat Return 00:12:00 Task 11 Entering opening balances on Sage 50 00:13:00 TASK 12 a Year end journals - Depre journal 00:05:00 TASK 12 b Prepayment and Deferred Income Journals 00:08:00 TASK 13 a Budget 00:05:00 TASK 13 b Intro to Cash flow and Sage Report Design 00:08:00 TASK 13 c Preparation of Accountants Report & correcting Errors (1) 00:10:00 Sage 50 Payroll Payroll Basics 00:10:00 Company Settings 00:08:00 Legislation Settings 00:07:00 Pension Scheme Basics 00:06:00 Pay Elements 00:14:00 The Processing Date 00:07:00 Adding Existing Employees 00:08:00 Adding New Employees 00:12:00 Payroll Processing Basics 00:11:00 Entering Payments 00:12:00 Pre-Update Reports 00:09:00 Updating Records 00:09:00 e-Submissions Basics 00:09:00 Process Payroll (November) 00:16:00 Employee Records and Reports 00:13:00 Editing Employee Records 00:07:00 Process Payroll (December) 00:12:00 Resetting Payments 00:05:00 Quick SSP 00:09:00 An Employee Leaves 00:13:00 Final Payroll Run 00:07:00 Reports and Historical Data 00:08:00 Year-End Procedures 00:09:00 Mock Exam Mock Exam - Sage 50 Accounting & Payroll 00:20:00 Final Exam Final Exam - Sage 50 Accounting & Payroll 00:20:00

Sage 50 Accounting & Payroll
Delivered Online On Demand9 hours 9 minutes
£10.99

Healthcare Assistant Training

4.9(27)

By Apex Learning

Overview Grow your knowledge of essential Healthcare Assistant ideas and procedures in patient care, interpersonal and effective communication abilities, assisting patients with a range of Healthcare Assistant requirements and ailments, safety procedures, and infection control regulatory frameworks. You will also learn about Healthcare Assistant moral issues and develop the confidence and abilities necessary to succeed in this rewarding Healthcare Assistant position. By taking this Healthcare Assistant training, you can try to make a real difference in the lives of those you care for. The Healthcare Assistant role is vital in providing essential support to patients and healthcare teams. With the right Healthcare Assistant training, you'll be equipped to handle the demands of the job and excel in the Healthcare Assistant field. Take action now! Enrol in our Healthcare Assistant Training course today to fulfil your potential as a Healthcare Assistant and have a significant influence in the Healthcare Assistant sector! Key Features of the Course: FREE Healthcare Assistant training CPD-accredited certificate Get a free student ID card with Healthcare Assistant training (£10 applicable for international delivery) Lifetime access to the Healthcare Assistant training materials The Healthcare Assistant training comes with 24/7 tutor support Get instant access to this Healthcare Assistant training Learn Healthcare Assistant training from anywhere in the world The Healthcare Assistant training is affordable and simple to understand The Healthcare Assistant training is an entirely online How will I get my certificate? Upon successful completion of the Healthcare Assistant Training course, you'll be eligible to receive your certificate. You can conveniently order your certificate directly through our platform. Who is This course for? There is no experience or previous qualifications required for enrolment in this Healthcare Assistant Training. It is available to all students, of all academic backgrounds. Requirements Our Healthcare Assistant Training course is designed for maximum flexibility and accessibility: It is optimised for use on PCs, Macs, laptops, tablets, and smartphones. Study easily on your tablet or smartphone, accessible with any Wi-Fi connection. No time limit for completion; study at your own pace and on your own schedule. Basic English proficiency is required to ensure effective learning. Career Path Having this qualification will increase the value of your CV and open you up to multiple sectors, such as : Healthcare Assistant: £18,000 - £25,000 per year Senior Care Assistant: £22,000 - £30,000 per year Clinical Support Worker: £20,000 - £28,000 per year Healthcare Supervisor: £25,000 - £35,000 per year Nursing Assistant: £20,000 - £28,000 per year Note: Salaries vary based on experience, location, and industry. Course Curriculum 2 sections • 19 lectures • 08:08:00 total length •Module 1: Working in Different Healthcare Settings •Module 2: Understanding Legal, Professional Standards of Practice and Ethical Aspects of Health Care Part - 1 •Module 3: Understanding Legal, Professional Standards of Practice and Ethical Aspects of Health Care Part - 2 •Module 4: Maintaining Medical Records •Module 5: Confidentiality in a Medical Environment •Module 6: Health and Safety Responsibilities •Module 7: Hygiene in Nursing •Module 8: Infection Control •Module 9: Mobility and Immobility Issues of Patients in Nursing •Module 10: Rights and Responsibilities as a Health and Social Care Worker •Module 11: Role as A Caregiver and Healthcare Professional •Module 12: Providing Care or Treatment to People Who Lack Capacity •Module 13: Managing Service Delivery in Health and Social Care •Module 14: Medical Jargon and Terminology •Module 15: Effects of Covid-19 on Human Life •Module 16: Preventions and Social Measures to Be Taken •Module 17: Information Technology in Health Care •Module 18: Artificial Intelligence, Data Science and Technological Solutions against Covid-19 •Assignment - Healthcare Assistant Training

Healthcare Assistant Training
Delivered Online On Demand7 hours
£9.99

ISO 9001: Quality Management System

By IOMH - Institute of Mental Health

Overview of ISO 9001: Quality Management System In an era where excellence is paramount, quality management has surged as a pivotal sector. With its multifaceted industries, the UK thrives on ISO 9001: Quality Management Systems, ensuring business processes meet global standards. Embracing this ISO 9001: Quality Management Systems course unlocks opportunities in a dynamic environment that values quality. The demand for ISO 9001 expertise is robust and ever-growing, from major corporate giants to rising start-ups. Dive into this immersive ISO 9001: Quality Management Systems course and become a beacon of excellence in the realm of quality management. Unlock the potential of businesses and elevate your career trajectory. Get a quick look at the course content: This ISO 9001: Quality Management System Course will help you to learn: Understand ISO 9001's structure and key definitions. Identify roles and responsibilities in quality management. Recognise quality management principles and their applications. Analyse major alterations and updates to the ISO 9001. Evaluate organisational performance through set objectives. Use tools for efficient quality management system application. This course covers the topic you must know to stand against the tough competition. The future is truly yours to seize with this ISO 9001: Quality Management System. Enrol today and complete the course to achieve a certificate that can change your career forever. Details Perks of Learning with IOMH One-to-one support from a dedicated tutor throughout your course. Study online - whenever and wherever you want. Instant Digital/ PDF certificate 100% money back guarantee 12 months access Process of Evaluation After studying the course, an MCQ exam or assignment will test your skills and knowledge. You have to get a score of 60% to pass the test and get your certificate. Certificate of Achievement Certificate of Completion - Digital / PDF Certificate After completing the ISO 9001: Quality Management System course, you can order your CPD Accredited Digital / PDF Certificate for £5.99.  Certificate of Completion - Hard copy Certificate You can get the CPD Accredited Hard Copy Certificate for £12.99. Shipping Charges: Inside the UK: £3.99 International: £10.99 Who Is This Course for? This course is designed for individuals aiming to delve into the world of quality management using ISO 9001: Quality Management Systems. Whether you're a budding manager keen to streamline processes, a business owner wanting to understand and implement quality standards, or a consultant looking to advise organisations, this ISO 9001: Quality Management Systems course offers comprehensive insights. Delving into pivotal definitions, major changes, and quality objectives, attendees will leave equipped with the knowledge to assess and bolster organisational performance. Moreover, this ISO 9001: Quality Management Systems course curriculum serves those interested in setting up or refining quality management systems in alignment with ISO standards. Requirements There is no prerequisite to enrol in this course. You don't need any educational qualification or experience to enrol in the ISO 9001: Quality Management System course. Do note: you must be at least 16 years old to enrol. Any internet-connected device, such as a computer, tablet, or smartphone, can access this online course. Career Path Quality Assurance Manager - £35K to £50K/year. ISO 9001 Auditor - £30K to £45K/year. Quality Systems Coordinator - £28K to £42K/year. Quality Improvement Specialist - £32K to £48K/year. Compliance Officer (Quality) - £27K to £40K/year. Frequently Asked Questions (FAQ's) Q. How do I purchase a course? 1. You need to find the right course on our IOMH website at first. You can search for any course or find the course from the Courses section of our website. 2. Click on Take This Course button, and you will be directed to the Cart page. 3. You can update the course quantity and also remove any unwanted items in the CART and after that click on the Checkout option and enter your billing details. 4. Once the payment is made, you will receive an email with the login credentials, and you can start learning after logging into the portal. Q. Will I receive certificate after completing the course? Yes, you will receive a free Digital Certificate after completing the course. If you want, you can order the Digital Transcript, Hardcopy Certificate & Transcript as well, for which you need to pay an additional fee. The fees of Digital Transcript, Hard Copy Certificate & Transcript are given in the certificate ordering page: Ordering page link: https://www.iomh.co.uk/certificate/ Q. Can I gift a course, and if so, how can I do that? Yes, you can gift a course to anyone you wish. After you find the course that you want to gift, please click on the GIFT THIS COURSE option and enter your email and the student's email address. After that, enter the learner's full name. Once you are done with these, click on the Send as Gift option, and you will be directed to the Cart page. You can now make the payment from the Checkout option. The learner will receive the course access details within 24 hours if the payment is successful. Q. Can I do the courses using mobile phone? Our courses are conducted online and you can access them using any internet connected smart device. Q. I have purchased the course when will I be able to access the materials? After purchasing the course, you should receive an email with the login credentials within 24 hours. Please check your spam or junk folder if you didn't receive it in your inbox. You can access your courses by logging into your account. If you still need any assistance, please get in touch with our Customer Support team by providing the details of your purchase. Q. I haven't received my certificate yet. What should I do? You should receive your Digital Certificate within 24 hours after placing the order, and it will take 3-9 days to deliver the hard copies to your address if you are in the UK. For International Delivery, it will take 20-25 days. If you require any assistance, get in touch with our dedicated Customer Support team, and your queries/issues will be dealt with accordingly. Q. I don't have a credit/debit card, what other methods of payment do you accept? You can make the payment using PayPal or you can Bank Transfer the amount. For Bank transfer you will require an invoice from us and you need to contact our Customer Support team and provide details of your purchase to get the invoice. After that, you will receive an email with the invoice and bank details and you can make the payment accordingly. Q. I wanted to ask what is the age limit to do the courses. The age limit to enrol on our courses is 16 years. However, learners below 16 years can enrol in the course with parental consent. Q. What happens if I fail the exam, can I retake? If you fail in the exam then you can retake the exam for a maximum of 3 times. Q. What is the duration of the course please? The course can be accessed for 1 year. The specific course duration varies from course to course. You can find the course duration on the course page. Q. Can I do the courses from outside UK? We are an online course provider, and learners from anywhere in the world can enrol on our courses using an internet-connected device. Q. Can I revisit my course even after completing it? Yes, you can revisit your course even after completing the course as long as you have access to the course. Q. Where can I use the certificate I will receive after completing my course? You can use the certificate in applying for a job in the relevant sector. Q. I have received the course login details but the video does not play. It says the course access details will be sent. Yes, it should have been sent. Please check your Spam/Junk folders. For further inquiries please contact our Customer Support team. Q. When I log into the account it says 'Contact Administrator'. To resolve this issue, please log out of your account and then log back in. Q. I haven't received my course yet? After purchasing the course, you should receive an email with the login credentials within 24 hours. Please check your spam or junk folder if you didn't receive it in your inbox. You can access your courses by logging into your account. If you still need any assistance, please get in touch with our Customer Support team by providing the details of your purchase. Q. Can I make the payment over the phone? Yes, you can make the payment over the phone. Our Customer Support team is always available to assist you.  Course Curriculum Course Structure Course Structure 00:07:00 Critical Definitions What is Quality 00:00:00 What is ISO 00:08:00 What is a System - Management System 00:02:00 What is Policy - Quality Policy 00:06:00 What is Vision, Mission & Strategy 00:03:00 QA Vs QC 00:06:00 Effectiveness Vs Efficiency 00:06:00 Verification Vs Validation 00:11:00 Conformity Vs Nonconformity Vs Defect 00:04:00 Correction Vs Corrective Action Vs Preventive Action 00:08:00 Risk & Preventive Action 00:06:00 What is Competence 00:03:00 What is the Context of the Organization 00:05:00 Who are the Interested parties 00:03:00 What are the Needs & expectations 00:05:00 Management System Requirements 00:01:00 Who is a customer 00:02:00 What is Customer Satisfaction 00:06:00 Product Vs Service Vs Process 00:05:00 Document Vs Record 00:06:00 What is Customer Complaint 00:02:00 Measuring Vs Monitoring Vs Performance 00:02:00 Who is Responsible Who is Responsible 00:12:00 Responsibility Vs Accountability 00:02:00 Quality Management Principles Quality Management Principles 00:17:00 Major Changes ISO 9001:2015 Core Concepts 00:08:00 Major terminology Differences 00:04:00 Documented Information 00:07:00 Major changes - Organizational Knowledge 00:05:00 Major changes - Risk Based Thinking 00:06:00 Process Approach Process Approach Concept-1 00:04:00 What is PDCA 00:05:00 Process Approach Concept-2 00:03:00 Process Approach in ISO 9001:2015 00:04:00 Key Benefits 00:07:00 PDCA in ISO 9001 2015 00:10:00 Context of the Organization Understanding the Organization and its Context 00:08:00 Internal & External issues 00:03:00 SWOT Analysis 00:06:00 Interested Parties & their Needs & Expectations 00:03:00 KANO Model 00:10:00 Understanding the context - Summary 00:08:00 Choosing your Strategic Objective 00:05:00 Strategic Map Examples-1 00:03:00 Strategic Planning Process 00:06:00 What is a Vision 00:06:00 How to Create a Vision Statement 00:08:00 What is a Mission 00:06:00 SMART GOAL 00:06:00 SMART Goal Example 00:04:00 Strategic Map Examples-2 00:10:00 Context Chapter Summary 00:07:00 Quality Objectives Quality Objectives & Planning 00:05:00 ISO & SMART 00:02:00 Objectives Origin 00:06:00 Objectives Examples 00:07:00 Goal Vs Objective-1 00:07:00 Goal Vs Objective Example 00:02:00 Goal Vs Objective-2 00:10:00 Performance Evaluation Performance Evaluation in ISO 9001:2015 00:10:00 Customer Satisfaction 00:06:00 Analysis & Evaluation 00:12:00 Key Performance Indicators 00:08:00 Dashboard Examples 00:07:00 Management Review Meetings 00:11:00 Improvement 00:16:00 Nonconformity & Corrective Action 00:06:00 Nonconformity & Corrective Action Example 00:06:00 Nonconformity & Corrective Action Origin 00:06:00 Continual Improvement 00:01:00 Analysis Mindset 00:09:00 Quantitative Vs Qualitative 00:16:00 Now What Now What? 00:11:00 Course Summary 00:10:00 Helpful Tools SIPOC 00:06:00 Flowcharts 00:04:00 Control Charts 00:04:00 Cause and Effect Diagram 00:06:00 Pareto Chart 00:07:00 5 WHYs 00:03:00 Other Tools 00:08:00 Finally! 00:01:00 See you soon Bonus Lecture 00:02:00 Assignment Assignment - ISO 9001: Quality Management System 00:00:00

ISO 9001: Quality Management System
Delivered Online On Demand8 hours 35 minutes
£11.99

Car Mechanic Training

By IOMH - Institute of Mental Health

Overview of Car Mechanic Training Join our Car Mechanic Training course and discover your hidden skills, setting you on a path to success in this area. Get ready to improve your skills and achieve your biggest goals. The Car Mechanic Training course has everything you need to get a great start in this sector. Improving and moving forward is key to getting ahead personally. The Car Mechanic Training course is designed to teach you the important stuff quickly and well, helping you to get off to a great start in the field. So, what are you looking for? Enrol now! This Car Mechanic Training Course will help you to learn: Learn strategies to boost your workplace efficiency. Hone your skills to help you advance your career. Acquire a comprehensive understanding of various topics and tips. Learn in-demand skills that are in high demand among UK employers This course covers the topic you must know to stand against the tough competition. The future is truly yours to seize with this Car Mechanic Training. Enrol today and complete the course to achieve a certificate that can change your career forever. Details Perks of Learning with IOMH One-To-One Support from a Dedicated Tutor Throughout Your Course. Study Online - Whenever and Wherever You Want. Instant Digital/ PDF Certificate. 100% Money Back Guarantee. 12 Months Access. Process of Evaluation After studying the course, an MCQ exam or assignment will test your skills and knowledge. You have to get a score of 60% to pass the test and get your certificate. Certificate of Achievement Certificate of Completion - Digital / PDF Certificate After completing the Car Mechanic Training course, you can order your CPD Accredited Digital / PDF Certificate for £5.99.  Certificate of Completion - Hard copy Certificate You can get the CPD Accredited Hard Copy Certificate for £12.99. Shipping Charges: Inside the UK: £3.99 International: £10.99 Who Is This Course for? This Car Mechanic Training is suitable for anyone aspiring to start a career in relevant field; even if you are new to this and have no prior knowledge, this course is going to be very easy for you to understand.  On the other hand, if you are already working in this sector, this course will be a great source of knowledge for you to improve your existing skills and take them to the next level.  This course has been developed with maximum flexibility and accessibility, making it ideal for people who don't have the time to devote to traditional education. Requirements You don't need any educational qualification or experience to enrol in the Car Mechanic Training course. Do note: you must be at least 16 years old to enrol. Any internet-connected device, such as a computer, tablet, or smartphone, can access this online course. Career Path The certification and skills you get from this Car Mechanic Training Course can help you advance your career and gain expertise in several fields, allowing you to apply for high-paying jobs in related sectors. Course Curriculum Module 1: Safety Rules & Introduction to Tools Module 01: Introduction to Safety and Maintenance 00:05:00 Module 2: General Maintenance for Car Mechanics Module 02: General Maintenance 00:10:00 Module 3: Dashboard Indicator Lights Module 03: Dashboard Indicator Lights 00:15:00 Module 04: Tyres Module 04: Tyres 00:05:00 Module 5: Internal Combustion Engines & Engine Oil Module 05: The Internal Combustion Engine 00:11:00 Module 6: The Cooling System Module 06: The Cooling System 00:05:00 Module 7: The Fuel System Module 07: The Fuel System 00:05:00 Module 8: The Electrical System Module 08: The Electrical System 00:05:00 Module 9: The Drive Train Module 09: The Drive Train 00:10:00 Module 10: Brakes Module 10: Brakes 00:10:00 Module 11: Buying a Car Module 11: Buying a Car 00:10:00 Additional Reading Materials: Car Repair Manuals for Car Mechanics Recommended Reading : Car Mechanic Training 00:00:00 Mock Exam Mock Exam - Car Mechanic Training 00:20:00 Final Exam Final Exam - Car Mechanic Training 00:20:00 Assignment Assignment - Car Mechanic Training 00:00:00

Car Mechanic Training
Delivered Online On Demand2 hours 11 minutes
£11.99

Overview of Housing Officer Join our Housing Officer course and discover your hidden skills, setting you on a path to success in this area. Get ready to improve your skills and achieve your biggest goals. The Housing Officer course has everything you need to get a great start in this sector. Improving and moving forward is key to getting ahead personally. The Housing Officer course is designed to teach you the important stuff quickly and well, helping you to get off to a great start in the field. So, what are you looking for? Enrol now! Get a Quick Look at The Course Content: This Housing Officer Course will help you to learn: Learn strategies to boost your workplace efficiency. Hone your skills to help you advance your career. Acquire a comprehensive understanding of various topics and tips. Learn in-demand skills that are in high demand among UK employers This course covers the topic you must know to stand against the tough competition. The future is truly yours to seize with this Housing Officer. Enrol today and complete the course to achieve a certificate that can change your career forever. Details Perks of Learning with IOMH One-To-One Support from a Dedicated Tutor Throughout Your Course. Study Online - Whenever and Wherever You Want. Instant Digital/ PDF Certificate. 100% Money Back Guarantee. 12 Months Access. Process of Evaluation After studying the course, an MCQ exam or assignment will test your skills and knowledge. You have to get a score of 60% to pass the test and get your certificate. Certificate of Achievement Certificate of Completion - Digital / PDF Certificate After completing the Housing Officer course, you can order your CPD Accredited Digital / PDF Certificate for £5.99.  Certificate of Completion - Hard copy Certificate You can get the CPD Accredited Hard Copy Certificate for £12.99. Shipping Charges: Inside the UK: £3.99 International: £10.99 Who Is This Course for? This Housing Officer is suitable for anyone aspiring to start a career in relevant field; even if you are new to this and have no prior knowledge, this course is going to be very easy for you to understand.  On the other hand, if you are already working in this sector, this course will be a great source of knowledge for you to improve your existing skills and take them to the next level.  This course has been developed with maximum flexibility and accessibility, making it ideal for people who don't have the time to devote to traditional education. Requirements You don't need any educational qualification or experience to enrol in the Housing Officer course. Do note: you must be at least 16 years old to enrol. Any internet-connected device, such as a computer, tablet, or smartphone, can access this online course. Career Path The certification and skills you get from this Housing Officer Course can help you advance your career and gain expertise in several fields, allowing you to apply for high-paying jobs in related sectors. Frequently Asked Questions (FAQ's) Q. How do I purchase a course? 1. You need to find the right course on our IOMH website at first. You can search for any course or find the course from the Courses section of our website. 2. Click on Take This Course button, and you will be directed to the Cart page. 3. You can update the course quantity and also remove any unwanted items in the CART and after that click on the Checkout option and enter your billing details. 4. Once the payment is made, you will receive an email with the login credentials, and you can start learning after logging into the portal. Q. I have purchased the course when will I be able to access the materials? After purchasing the course, you should receive an email with the login credentials within 24 hours. Please check your spam or junk folder if you didn't receive it in your inbox. You can access your courses by logging into your account. If you still need any assistance, please get in touch with our Customer Support team by providing the details of your purchase. Q. I haven't received my certificate yet. What should I do? You should receive your Digital Certificate within 24 hours after placing the order, and it will take 3-9 days to deliver the hard copies to your address if you are in the UK. For International Delivery, it will take 20-25 days. If you require any assistance, get in touch with our dedicated Customer Support team, and your queries/issues will be dealt with accordingly. Q. I don't have a credit/debit card, what other methods of payment do you accept? You can make the payment using PayPal or you can Bank Transfer the amount. For Bank transfer you will require an invoice from us and you need to contact our Customer Support team and provide details of your purchase to get the invoice. After that, you will receive an email with the invoice and bank details and you can make the payment accordingly. Q. Can I do the courses from outside UK? We are an online course provider, and learners from anywhere in the world can enrol on our courses using an internet-connected device. Q. When I log into the account it says 'Contact Administrator'. To resolve this issue, please log out of your account and then log back in. Course Curriculum Housing Officer Training Module 1: Introduction to Social Housing 00:15:00 Module 2: Career Prospects of Social Housing Manager 00:25:00 Module 3: Tenant Selection and Tenant Management 00:28:00 Module 4: Managing Rental Income and Arrears 00:24:00 Module 5: Time Management 00:37:00 Module 6: Organisational Skills 00:27:00 Module 7: Communication Skills 00:27:00 Module 8: Negotiation Techniques 00:19:00 Module 9: Dealing with Anti-Social Behaviours 00:39:00 Module 10: Stress Management 00:19:00 Module 11: Maintenance, Safety, and Security of Social Housing 00:32:00 Module 12: Resident Involvement in Social Housing 00:31:00

Housing Officer
Delivered Online On Demand5 hours 23 minutes
£11.99