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

3915 ETC courses

Social Media Strategist Training

4.7(160)

By Janets

Practising social media strategy helps to promote your brand and your content on social media channels to increase brand awareness, drive traffic, and generate leads for your business. Taking this Social Media Strategist Training course will enhance your knowledge about the channels you can use in social media marketing, including Facebook, Twitter, LinkedIn, Instagram, Snapchat, Pinterest, Google+, etc. Become a thriving social media strategist by ensuring your company takes advantage of all the things that social networking offers for marketing, advertising, and recruiting new customers. Why choose this course Earn a digital Certificate upon successful completion. Accessible, informative modules taught by expert instructors Study in your own time, at your own pace, through your computer tablet or mobile device Benefit from instant feedback through mock exams and multiple-choice assessments Get 24/7 help or advice from our email and live chat teams Full Tutor Support on Weekdays Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Mock exams Multiple-choice assessment Certificate of Achievement Endorsed Certificate of Achievement from the Quality Licence Scheme Once the course has been completed and the assessment has been passed, all students are entitled to receive an endorsed certificate. This will provide proof that you have completed your training objectives, and each endorsed certificate can be ordered and delivered to your address for only £119. Please note that overseas students may be charged an additional £10 for postage. CPD Certificate of Achievement from Janets Upon successful completion of the course, you will be able to obtain your course completion e-certificate. Print copy by post is also available at an additional cost of £9.99 and PDF Certificate at £4.99. Endorsement This course and/or training programme has been endorsed by the Quality Licence Scheme for its high-quality, non-regulated provision and training programmes. This course and/or training programme is not regulated by Ofqual and is not an accredited qualification. Your training provider will be able to advise you on any further recognition, for example progression routes into further and/or higher education. For further information please visit the Learner FAQs on the Quality Licence Scheme website. Method of Assessment To successfully complete the course, students will have to take an automated multiple-choice exam. This exam will be online and you will need to score 60% or above to pass the course. After successfully passing the exam, you will be able to apply for Quality Licence Scheme endorsed certificate of achievement. To verify your enhanced skills in the subject, we recommend that you also complete the assignment questions. These can be completed at any time which is convenient for yourself and will be assessed by our in-house specialised tutors. Full feedback will then be given on your current performance, along with any further advice or support. Course Content The Rise of Social Media What is Social Media 00:18:00 The Growth of Social Media 00:10:00 Conducting Market Analysis Conducting Market Analysis 00:16:00 Auditing Social Media Auditing Social Media 00:26:00 Setting Goals and Selecting Platforms Corporate Culture and Social Media 00:12:00 Social Media Goals vs. Business Goals 00:10:00 Types of Social Media Platforms 00:08:00 Creating the Social Media Policy The Social Media Policy 00:40:00 Creative Commons 00:21:00 Integrating Marketing Strategies Brand Marketing 00:27:00 Keyword Selection 00:17:00 Developing Effective Content Content Marketing on Social Media 00:26:00 Content Development 00:23:00 Understanding the Popular Platforms Understanding the Popular Platforms 03:35:00 Launching Successful Campaigns Traditional Website Advertising 00:37:00 Social Media Documentation and Schedules 00:29:00 Project Management Software 00:39:00 Managing the Community The Community Manager Role 00:26:00 Importance of Voice Consistency 00:30:00 Providing Customer Service Organizational Customer Servicen 00:28:00 Social Media Triage 00:14:00 Online versus Personal Interactions 00:26:00 Measuring, Analyzing and Reporting Social Media Analytics 00:27:00 Goal Value 00:43:00 The Social Media Strategist Career The Social Media Strategist Career 00:21:00 Mock Exam Mock Exam - Social Media Strategist Training 00:20:00 Final Exam Final Exam - Social Media Strategist Training 00:20:00 Assignment Assignment - Social Media Strategist Training 1 week, 2 days Recommended Materials Workbook - Social Media Strategist Training 2 weeks Order Your Certificate Order your Certificate QLS 00:00:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

Social Media Strategist Training
Delivered Online On Demand4 weeks
£25

Introduction to Linux (TTLX2103)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This is an introductory-level course, designed for anyone wanting to learn Linux. Attendees should be comfortable working with computers and the command line, but no other specific skills are required to attend. Overview This skills-focused course is about 50% lab to lecture ratio, combining expert instructor-led discussions with practical hands-on labs that emphasize current techniques, best practices and standards. Working in a hands-on lab environment, guided by our expert practitioner, attendees will explore The Design of Linux Basic Operations File System Basics Wildcards File and Directory Permissions Working with files Executing Programs Using find Filters and other useful commands The vi editor Customizing the user environment Networking/Communications Backups and archiving This hands-on course provides you with an essentials-level foundation in core skills for using any version of Linux. This course focuses on essential skills that ordinary users might use daily when working with Linux. The Design of Linux A brief history of Linux The Linux design philosophy Linux architecture Basic Operations Logging in and out The general form of a Linux command Common commands Using man pages Essential commands File System Basics The Linux directory structure Standard directories Relative and absolute pathnames Legal file names Navigating the filesystem Wildcards Matching one character Matching many characters Shortcuts Wildcard gotchas Wildcards and ls File and Directory Permissions Viewing permissions File permissions Directory permissions Setting defaults Changing permissions Keeping data secure Working with files Viewing contents Identifying file contents Copying and moving Deleting Using symbolic links Executing Programs Redirecting STDOUT Redirecting STDERR Redirecting STDIN Creating pipelines Processes attributes Listing processes Killing processes Foreground & background processes Using find Syntax Finding by name, type, or size Combining tests Finding by size, owner, or timestamps Using xargs with find Other find options Filters and other useful commands What is a filter? cat: a generic filter head and tail grep sort wc other interesting filters The vi editor Why vi? Basic vi operations: navigating, adding, deleting Advanced operations: buffer management, search and replace, configuration options Customizing the user environment About shells Shell startup files Shell variables Search path Aliases Simple shell scripts Networking/Communications Reading and sending mail Remote login Remote file transfer Other network utilities (ping, finger, etc) Backups and archiving Checking space used or available Creating tar archives Viewing and extracting files from archives Compression utilities Working with windows

Introduction to Linux (TTLX2103)
Delivered OnlineFlexible Dates
Price on Enquiry

Google Adwords, Google Plus & Google Search Mastery Course

4.3(43)

By John Academy

Description:  Google is a platform being used to search for world's information by looking at Web pages, images, videos, etc. on the internet. Since Google can provide you with this kind of information, it will be beneficial for someone who is interested in how Google works and how you could earn through it. In this course, you will learn how Google marketing works through local searching, Google AdWords, and Google plus Marketing. You will learn all these valuable lessons which will help you in learning about Google Marketing that will eventually help to reach out people and know more about your online target market.  Who is the course for? Marketing professionals who want to be an expert in Google AdWords. People are interested in learning Google AdWords and how it works. Entry Requirement: This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. Assessment: At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After you have successfully passed the test, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hardcopy at a cost of £39 or in PDF format at a cost of £24. PDF certificate's turnaround time is 24 hours and for the hardcopy certificate, it is 3-9 working days. Why choose us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos/materials from the industry leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; The UK & internationally recognised accredited qualification; Access to course content on mobile, tablet or desktop from anywhere anytime; The benefit of career advancement opportunities; 24/7 student support via email. Career Path: The Google Bundle Courses will be very beneficial and helpful, especially to the following careers: Blogger Businessmen Entrepreneur Marketing and Promotions Specialist Marketing Manager Marketing Professional Sales Manager Sales and Promotions Specialist. Module 1: Local Searching STEP 01 00:15:00 STEP 02 00:30:00 STEP 03 01:30:00 STEP 04 00:30:00 STEP 05 00:30:00 STEP 06 00:30:00 STEP 07 00:15:00 STEP 08 01:00:00 STEP 09 01:00:00 STEP 10 00:30:00 STEP 11 00:30:00 STEP 12 00:30:00 STEP 13 00:30:00 STEP 14 00:30:00 STEP 15 00:30:00 STEP 16 00:30:00 STEP 17 00:30:00 STEP 18 00:30:00 STEP 19 00:30:00 STEP 20 00:30:00 STEP 21 00:15:00 Module 2: Google Adwords Benefits of online advertising and AdWords 00:30:00 Choosing a campaign type 00:30:00 Measure your results 00:30:00 The Secret to Monster Keyword Lists 01:00:00 Adwords Groups Plural 00:30:00 Save On Your Adwords Budget 00:30:00 Explosive Adwords Copywriting 01:00:00 Optimizing Your Landing Page 01:00:00 The v - Dynamic Keywords 01:00:00 Module 3: Google Plus Marketing Introduction to Google +/+1 01:00:00 How to Sign Up for a Google Account 01:00:00 Google Plus Profile for Marketing 02:00:00 Google Buzz 01:00:00 Using Circles for Marketing 02:00:00 Google Streams of Information 01:00:00 Realtime Chat 00:15:00 Google Plus Hangouts 01:00:00 Google Sparks 00:30:00 Google Plus Button and Google Plus Statistics 01:00:00 Google Plus Realtime Search 00:30:00 Use Google Chrome Extensions With Google Plus 00:30:00 Tips on Getting More Google +1 Recommendations 00:30:00 Conclusion 00:15:00 Mock Exam Mock Exam- Google Adwords, Google Plus & Google Search Mastery Course 00:30:00 Final Exam Final Exam- Google Adwords, Google Plus & Google Search Mastery Course 00:30:00 Order Your Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Google Adwords, Google Plus & Google Search Mastery Course
Delivered Online On Demand31 hours
£11.99

2D Animation with CSS Animations - Complete course and Project

By Packt

Create 2D Animation with CSS animations (CSS3 methods), interactive examples & projects - hands-on beginner training

2D Animation with CSS Animations - Complete course and Project
Delivered Online On Demand5 hours
£33.99

Quick Math Tricks & Shortcuts for Competitive Exams

By iStudy UK

Introduction Introduction 00:02:00 Geometry Lines and Angles (Basics) 00:07:00 Parallel lines (Basics) 00:06:00 Practice Problems 1 (Lines and Angles) 00:06:00 Triangles (Basics) 00:11:00 Practice Problems 2 (angle sum and exterior angle Property) 00:10:00 Pythagoras Theorem 00:13:00 Inequalities in Triangles 00:06:00 Sine and Cosine Rule 00:12:00 Median, Altitude, Angle bisector 00:06:00 Practice Problems 3 00:11:00 Properties of Medians 00:09:00 Practice Problems 4 00:07:00 Properties of Equilateral Triangles 00:04:00 Some special Quadrilaterals 00:08:00 Polygons-interior angles, diagonals etc. 00:08:00 Angle Bisector Theorem 00:07:00 Congruent Triangles 00:06:00 Similar Triangles 00:14:00 Practice Problems 5 00:10:00 Circle 00:10:00 Cyclic Quadrilateral _ Tangent to circle 00:07:00 Areas Areas of Parallelogram & Triangle 1 00:10:00 Areas of Parallelogram _ Triangle 2 00:10:00 Practice Problems based on Areas 1 00:05:00 Practice Problems based on Areas 2 00:12:00 Mensuration of 2 dimensional figures Mensuration Formulae 00:07:00 Practice problems on 2-d figures 00:11:00 Assignment (Video) on 2 - d figure 00:02:00 Areas related to the circle 00:05:00 Practice questions on areas related to circle 00:10:00 Practice Test (Check your knowledge of Geometry) Practice Test (Geometry) 00:02:00 Concept of Unit Digit Lecture 32 What is Unit Digit? 00:40:00 How to find unit digit of numbers with exponents 00:10:00 Practice Problems based on Unit Digit 00:08:00 Simplification Problems-1 Simplifications based on Percentages 00:11:00 Simplification based on Exponents 00:12:00 Fastest method of finding square roots 00:12:00 Fastest method of finding cube roots 00:03:00 Simplification based on square and cube roots 00:16:00 Lecture 40 Simplification Problems 00:50:00 Crack Simplification problems-2 Lecture 41 Simplification problems Type 1 00:10:00 Simplification problems Type 1 00:08:00 Simplification problems Type 2 00:08:00 Simplification problems Type 3 00:08:00 Simplification problems Type 4 00:07:00 Finding smallest and greatest from difficult exponents 00:08:00 Simplification using Digital sum What is Digital sum 00:05:00 Lecture 44 What is Digital sum? 00:10:00 How to apply Digital sum technique in different operations 00:14:00 Simplification problems using Digital sum -1 00:07:00 Simplification problems using Digital sum -2 00:06:00 Time and Work Lecture 49 Simplification problems using Digital sum -2 00:06:00 Lecture 50 Resources download 1 00:55:00 Problems based on persons, days, work and hours 00:12:00 Short cut formulas for most common problems 00:11:00 Problems based on Two Persons 00:06:00 Problems based on three Persons 00:10:00 Based on Efficiency 00:13:00 Complex problems on Efficiency 00:10:00 Fraction of work 00:07:00 Leaving and Joining - 1 00:06:00 Men, women and boys 00:05:00 Work and wages 00:11:00 Pipes and Cisterns Lecture 62 Resources download 1 00:25:00 Basics of pipes and cisterns 00:06:00 Pipes and cisterns - Type 1 00:07:00 Pipes and cisterns - Type 2 00:04:00 Pipes and cisterns - Type 3 00:07:00 Pipes and cisterns - Type 4 00:06:00 Pipes and cisterns - Type5 00:05:00 Speed , Distance and Time Lecture 69 Speed, Distance and Time Resources download 00:40:00 Basic Concepts and simple problems 00:10:00 Problems based on average speed 00:07:00 Problems of finding Distance 00:13:00 Practice Problems 1 00:10:00 Practice Problems 2 00:08:00 Practice Problems 3 00:07:00 Boats and Streams Lecture 76 Boats and Streams 00:30:00 Basics of Boats and streams 00:10:00 Finding speed of boat or stream 00:13:00 Problems based on finding Distance 00:06:00 Latest Problems on Boat and cisterns 00:11:00 Percentage Percentage Basics 1 00:10:00 Percentage Basics 2 00:04:00 Fractional Values of Percentages 00:09:00 Lecture 84 Simplification using fractional values of Percentages-1 00:06:00 Simplification problems of Percentage 2 00:05:00 Lecture 86 Article for Resources 00:30:00 Word Problems Lecture 87 Problems based on Marks in examination 00:15:00 Problems based on Price and Quantity 1 00:08:00 Problems based on Price and Quantity 2 00:08:00 Lecture 90 Word problems based on Income 00:08:00 Lecture 91 Resources for the section 'Word Problems' 00:35:00

Quick Math Tricks & Shortcuts for Competitive Exams
Delivered Online On Demand17 hours 2 minutes
£25

IsiXhosa for Healthcare: The Pharmacist

4.9(27)

By Apex Learning

Overview This comprehensive course on IsiXhosa for Healthcare: The Pharmacist will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This IsiXhosa for Healthcare: The Pharmacist comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this IsiXhosa for Healthcare: The Pharmacist. It is available to all students, of all academic backgrounds. Requirements Our IsiXhosa for Healthcare: The Pharmacist is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 11 sections • 28 lectures • 02:07:00 total length •Meeting the patient: 00:06:00 •Meeting the patient - 2: 00:06:00 •Personal Details - 1: 00:05:00 •Personal Details - 2: 00:05:00 •What is troubling you?: 00:05:00 •Pain-related questions and responses: 00:06:00 •Additional health problems: 00:07:00 •Current medication and allergies: 00:06:00 •Suggesting and supplying alternative medication: 00:07:00 •How to apply lotion: 00:02:00 •How to take tablets: 00:02:00 •How and when to take medication: 00:02:00 •The correct quantities to take: 00:01:00 •Where to store medication: 00:01:00 •Precautions when taking medication: 00:03:00 •Possible side-effects or problems: 00:07:00 •How to use an asthma pump: 00:02:00 •How to use a nebuliser: 00:02:00 •How to use a thermometer: 00:03:00 •Parts of the body -1: 00:05:00 •Parts of the body -2: 00:03:00 •Parts of the body -3: 00:04:00 •Parts of the body -4: 00:04:00 •Treating a patient with flu symptoms: 00:08:00 •Treating a patient with constipation: 00:12:00 •Treating a baby with nappy rash: 00:04:00 •Euphemisms: 00:09:00 •Resource: 00:00:00

IsiXhosa for Healthcare: The Pharmacist
Delivered Online On Demand2 hours 7 minutes
£12

Microsoft Office 2016 Excel Complete Video Course - Beginner, Intermediate & Advanced

4.3(43)

By John Academy

Description: Microsoft Excel, developed by Microsoft Corporation, is world's leading spreadsheet program for Windows, macOS, Android and iOS. The program includes calculation, graphing tools, pivot tables, and a macro programming language called Visual Basic for Applications to make your task easy and for saving your precious time. You can hardly find any company where Microsoft Excel is not used. The knowledge of Excel is a must for meeting any career perspective. The course will help you to achieve the goals. The course is divided into three parts - beginners, intermediate and advanced. Therefore after completing the bundle video course, you will be a prolific user of the program. As the course is sectioned based on the level of difficulty, you will know the basics of Excel at first. You will know how to open an excel program, how to put data or know some simple calculations. After the primary knowledge, you will be introduced to some more features and functions of the program such as analyse massive amounts of data, extract actionable information from it, etc. Finally, you will learn the advanced features of Excel program that allows you take the right business decisions for your company. 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? Microsoft Office 2016 Excel Complete Video Course - Beginner, Intermediate & Advanced 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 Microsoft Office 2016 Excel Complete Video Course - Beginner, Intermediate & Advanced 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. Getting Started with Microsoft Office Excel 2016 Navigate the Excel User Interface FREE 00:28:00 Use Excel Commands 00:10:00 Create and Save a Basic Workbook 00:19:00 Enter Cell Data 00:12:00 Use Excel Help 00:05:00 Performing Calculations Create Worksheet Formulas 00:15:00 Insert Functions 00:17:00 Reuse Formulas and Functions 00:17:00 Modifying a Worksheet Insert, Delete, and Adjust Cells, Columns, and Rows 00:10:00 Search for and Replace Data 00:09:00 Use Proofing and Research Tools 00:07:00 Formatting a Worksheet Apply Text Formats 00:17:00 Apply Number Format 00:08:00 Align Cell Contents 00:09:00 Apply Styles and Themes 00:12:00 Apply Basic Conditional Formatting 00:11:00 Create and Use Templates 00:07:00 Printing Workbooks Preview and Print a Workbook 00:10:00 Set Up the Page Layout 00:08:00 Configure Headers and Footers 00:07:00 Managing Workbooks Manage Worksheets 00:05:00 Manage Workbook and Worksheet Views 00:07:00 Manage Workbook Properties 00:05:00 Working with Functions Work with Ranges FREE 00:18:00 Use Specialized Functions 00:11:00 Work with Logical Functions 00:23:00 Work with Date & Time Functions 00:08:00 Work with Text Functions 00:11:00 Working with Lists Sort Data 00:10:00 Filter Data 00:10:00 Query Data with Database Functions 00:09:00 Outline and Subtotal Data 00:09:00 Analyzing Data Create and Modify Tables 00:15:00 Apply Intermediate Conditional Formatting 00:07:00 Apply Advanced Conditional Formatting 00:05:00 Visualizing Data with Charts Create Charts 00:13:00 Modify and Format Charts 00:12:00 Use Advanced Chart Features 00:12:00 Using PivotTables and PivotCharts Create a PivotTable 00:13:00 Analyze PivotTable Data 00:12:00 Present Data with PivotCharts 00:07:00 Filter Data by Using Timelines and Slicers 00:11:00 Working with Multiple Worksheets and Workbooks Use Links and External References FREE 00:12:00 Use 3-D References 00:06:00 Consolidate Data 00:05:00 Using Lookup Functions and Formula Auditing Use Lookup Functions 00:12:00 Trace Cells 00:09:00 Watch and Evaluate Formulas 00:08:00 Sharing and Protecting Workbooks Collaborate on a Workbook 00:19:00 Protect Worksheets and Workbooks 00:08:00 Automating Workbook Functionality Apply Data Validation 00:13:00 Search for Invalid Data and Formulas with Errors 00:04:00 Work with Macros 00:18:00 Creating Sparklines and Mapping Data Create Sparklines 00:07:00 MapData 00:07:00 Forecasting Data Determine Potential Outcomes Using Data Tables 00:08:00 Determine Potential Outcomes Using Scenarios 00:09:00 Use the Goal Seek Feature 00:04:00 Forecasting Data Trends 00:05:00 Refer A Friend Refer A Friend 00:00:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Microsoft Office 2016 Excel Complete Video Course - Beginner, Intermediate & Advanced
Delivered Online On Demand10 hours 25 minutes
£25

Certificate in Teacher Training

4.7(47)

By Academy for Health and Fitness

Before entering the teaching profession, you need to develop core skills for the teaching industry. Teacher training will help you to be an effective teacher. The course will help you to prepare workshops, tackle tough topics, manage lessons, etc. After completion of this premium Teacher Training course, you will learn all the necessary skills that you should acquire as a teacher. This Certificate in Teacher Training at QLS Level 3 course is endorsed by The Quality Licence Scheme and accredited by CPDQS (with 120 CPD points) to make your skill development and career progression related to Teacher Training substantial and easier than ever! The Teacher Training course is designed to take learners through each and every step to develop their teaching skills. Learners will get an overview of the entire lesson plan, including how to keep the lessons interactive, deliver tips and tricks, and how deal with difficult pupils. Key Topics to Be Covered by Teacher Training What is Teacher Training? What is Facilitation? Identifying Appropriate Situations Identifying Participants' Needs Reviewing the Materials Identifying and Resolving Gaps Types of Activities Preparing for Emergencies What to Do When Activities Go Wrong Creating a Materials List Gathering Participant Information Setting Up the Physical Location The Power of Sticky Notes Challenges and Solutions Adjusting Your Material for a Sensitive Issue Upon successful completion of the Teacher Training course, you will receive an instant e-certificate as proof of comprehensive skill development and competency. Add these amazing new skills to your resume and boost your employability by simply enrolling on this Teacher Training course. With this comprehensive Teacher Training course, you can achieve your dreams and train for your ideal career. The course provides students with an in-depth learning experience that they can work through at their own pace to enhance their professional development. Enrolling on the Teacher Training course will ensure that you land your dream career faster than you thought possible. Stand out from the crowd and train for the job you want with the program. After completion of this Teacher Training course, you will be able to: Understand teacher training and facilitation Gather materials for lessons Create lesson plans and choose activities Deliver lectures in an effective way Prepare for the Workshop Tackle the difficult participants Start your learning journey straight away with this Teacher Training course and take a step toward a brighter future! Skills You Will Gain Teaching skill Effective delivery Lesson Completion Classroom management Lesson planning Time management Organisation Why Prefer This Certificate in Teacher Training? Opportunity to earn certificate a certificate endorsed by the Quality Licence Scheme & another certificate that is accredited by CPDQS. Get a free student ID card! (£10 postal charge will be applicable for international delivery). Innovative and engaging content. Free assessments. 24/7 tutor support. *** Course Curriculum *** Here is the curriculum breakdown of the Teacher Training course: Module One: Understanding Training and Facilitation What is Training? What is Facilitation? Identifying Appropriate Situations Module Two: Gathering Materials Identifying Participants' Needs Reviewing the Materials Identifying and Resolving Gaps Module Three: Creating a Lesson Plan Planning for the Basics Adding Slack Time Creating a Plan B Module Four: Choosing Activities Types of Activities Preparing for Emergencies What to Do When Activities Go Wrong Module Five: Preparing for the Workshop Creating a Materials List Gathering Participant Information Setting Up the Physical Location Module Six: Getting Off on the Right Foot Greeting Participants Being Prepared Using Icebreakers and Energizers Module Seven: Delivery Tips and Tricks Using Visual Aids Creating Supporting Materials Break! Module Eight: Keeping it Interactive Encouraging Discussion Using Group Work The Power of Sticky Notes Module Nine: Dealing With Difficult Participants The Ground Rules Challenges and Solutions Handling Interruptions Module Ten: Tackling Tough Topics Tough Stuff to Watch Out For Adjusting Your Material for a Sensitive Issue Dealing With Sensitive Issues in the Workshop Assessment Process You have to complete the assignment questions given at the end of the course and score a minimum of 60% to pass each exam. Our expert trainers will assess your assignment and give you feedback after you submit the assignment. You will be entitled to claim a certificate endorsed by the Quality Licence Scheme after you have completed all of the Certificate in Teacher Training at QLS Level 3 exams. CPD 120 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Certificate in Teacher Training course is for you if you: Want to have a deeper insight into Certificate in Teacher Training Actively working on Certificate in Teacher Training and am interested in exploring it a bit further. Are you a student pursuing a relevant field of study? Seeking employment in the Certificate in Teacher Training field. Requirements You will not need any prior background or expertise. All you need to take this Certificate in Teacher Training is - A smart device. A secure internet connection. Being over the age of 16. And a strong drive for learning and literacy. Career path The Teacher Training course is designed to lead you down the path to success as a Teacher. As a teacher, you will face many challenges in the institution. This course will help you in managing and support students to accomplish your lessons or tasks within the allocated time frame. Certificates Certificate Accredited by CPDQS Digital certificate - £10 Certificate in Teacher Training at QLS Level 3 Hard copy certificate - £89 After successfully completing this Certificate in Teacher Training at QLS Level 3, you can order an original hardcopy certificate of achievement endorsed by the Quality Licence Scheme. The certificate will be home-delivered, with a pricing scheme of - 89 GBP inside the UK 99 GBP (including postal fees) for international delivery Certificate Accredited by CPDQS 29 GBP for Printed Hardcopy Certificate inside the UK 39 GBP for Printed Hardcopy Certificate outside the UK (international delivery)

Certificate in Teacher Training
Delivered Online On Demand7 days
£12

Coding (Computer Programming) Diploma

4.9(27)

By Apex Learning

Coding (Computer Programming) Master the knowledge and skills needed to become a good programmer Coding is a cornerstone of the digital age, influencing everything from the technology we use daily to the applications we rely on. Mastering various aspects of coding and computer programming is essential for anyone looking to excel in this field. The Coding (Computer Programming) Diploma provides comprehensive training on crucial programming concepts, including binary systems, algorithm analysis, and data storage. Additionally, you will gain practical skills in arrays, linked lists, stacks, and queues. This diploma course is designed to equip you with the necessary knowledge and technical skills to become proficient in coding. Through detailed modules and hands-on practice, you’ll learn how to tackle complex problems, write efficient code, and understand fundamental computer science principles. This in-depth training ensures you are well-prepared to enter the programming industry with confidence. Embrace the opportunity to advance your coding skills and enhance your career prospects. By enrolling in the Coding (Computer Programming) Diploma, you'll position yourself for success in a competitive job market. Start your journey today and gain the expertise needed to excel as a skilled programmer. This Coding (Computer Programming) Bundle Consists of the following Premium courses: Course 01: Coding with HTML, CSS, & JavaScript Course 02: Computer Science With Python Course 03: Python Programming for Everybody Course 04: Ultimate PHP & MySQL Web Development Course & OOP Coding Course 05: Ethical Hacking Course 06: Complete Web Application Penetration Testing & Security Course 07: Diploma in PHP Web Development Course 08: Front End Web Development Diploma Course 09: SQL Server for Beginners Course 10: Cloud Computing / CompTIA Cloud+ (CV0-002) Course 11: Level 3 Cyber Security Key Features of the Course: FREE Coding (Computer Programming) Diploma CPD-accredited certificate Get a free student ID card with Coding (Computer Programming) Diploma training (£10 applicable for international delivery) Lifetime access to the Coding (Computer Programming) Diploma course materials The Coding (Computer Programming) Diploma program comes with 24/7 tutor support Get instant access to this Coding (Computer Programming) Diploma course Learn Coding (Computer Programming) Diploma training from anywhere in the world The Coding (Computer Programming) Diploma training is affordable and simple to understand The Coding (Computer Programming) Diploma training is entirely online Learning Outcomes of Coding (Computer Programming): Gain the knowledge, skills and guidelines of coding (computer programming) Ability to do coding with HTML, CSS, Javascript & Python Learn how to create your first responsive website Get a comprehensive understanding of ethical hacking and web hacking Explore complete web application penetration testing & security Gain expertise in PHP web development & Front End web development Discover SQL Server and how it is used to manage and store information Become fully aware of Cloud Computing and why it is needed Description The Coding (Computer Programming) Diploma provides an in-depth exploration of essential programming concepts and practices. This comprehensive course covers everything from binary systems and algorithm analysis to data structures such as arrays, linked lists, stacks, and queues. With practical hands-on training, you'll develop the skills needed to tackle complex coding challenges and build efficient, effective programs. Perfect for those seeking to enhance their technical expertise or launch a career in programming, this diploma offers the foundational knowledge and practical experience required to succeed in the dynamic field of computer science. Curriculum of Coding (Computer Programming) Bundle Course 01: Coding with HTML, CSS, & JavaScript Welcome HTML 5 CSS 3 Bootstrap Project 1 - Design a Landing Page Project 2 - Business Website Project 3 - Portfolio ~~~~~Other Courses are included in this Coding (Computer Programming Training) Bundle~~~~~ Course 02: Computer Science With Python Course 03: Python Programming for Everybody Course 04: Create Your First Responsive Website Course 05: Ethical Hacking Course 06: Complete Web Application Penetration Testing & Security Course 07: Diploma in PHP Web Development Course 08: Front End Web Development Diploma Course 09: SQL Server for Beginners Course 10: Cloud Computing / CompTIA Cloud+ (CV0-002) Course 11: Level 3 Cyber Security How will I get my Coding (Computer Programming) Certificate? After successfully completing the Coding (Computer Programming) bundle, you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (Previously, it was £6*11 = £66) Hard Copy Certificate: Free ((Previously, it was £10) CPD 130 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Our Coding (Computer Programming) Diploma course is for anyone looking to upskill their career in any IT field. Requirements Our Coding (Computer Programming) is fully compatible with PC's, Mac's, laptops, tablets and Smartphone devices. Career path Explore diverse career opportunities with our Coding with Scratch course: Junior Software Developer: £25,000 - £35,000 Game Designer: £28,000 - £40,000 Coding Instructor: £22,000 - £30,000 Interactive Media Designer: £30,000 - £45,000 Educational Technologist: £25,000 - £38,000 App Developer: £30,000 - £50,000 Certificates Certificate of completion Digital certificate - Included You will get the Hard Copy certificate for the title course (Coding with HTML, CSS, & JavaScript) absolutely Free! Other Hard Copy certificates are available for £10 each. Please Note: The delivery charge inside the UK is £3.99, and the international students must pay a £9.99 shipping cost. Certificate of completion Digital certificate - Included

Coding (Computer Programming) Diploma
Delivered Online On Demand1 hour
£49

Finance for the non-accountant (In-House)

By The In House Training Company

No-one in business will succeed if they are not financially literate - and no business will succeed without financially-literate people. This is the ideal programme for managers and others who don't have a financial qualification or background but who nonetheless need a greater understanding of the financial management disciplines essential to your organisation. This course will give the participants a sound understanding of financial reports, measures and techniques to make them even more effective in their roles. It will enable participants to: Overcome the barrier of the accountants' strange language Deal confidently with financial colleagues Improve their understanding of your organisation's finance function Radically improve their planning and budgeting skills Be much more aware of the impact of their decisions on the profitability of your organisation Enhance their role in the organisation Boost their confidence and career development 1 Review of the principal financial statements What each statement containsOutlineDetail Not just what the statements contain but what they mean Balance sheets and P&L accounts (income statements) Cash flow statements Detailed terminology and interpretation Types of fixed asset - tangible, etc. Working capital, equity, gearing 2 The 'rules' - Accounting Standards, concepts and conventions Fundamental or 'bedrock' accounting concepts Detailed accounting concepts and conventions What depreciation means The importance of stock, inventory and work in progress values Accounting policies that most affect reporting and results The importance of accounting standards and IFRS 3 Where the figures come from Accounting records Assets / liabilities, Income / expenditure General / nominal ledgers Need for internal controls 'Sarbox' and related issues 4 Managing the budget process Have clear objectives, remit, responsibilities and time schedule The business plan Links with corporate strategy The budget cycle Links with company culture Budgeting methods'New' budgetingZero-based budgets Reviewing budgets Responding to the figures The need for appropriate accounting and reporting systems 5 What are costs? How to account for them Cost definitions Full / absorption costing Overheads - overhead allocation or absorption Activity based costing Marginal costing / break-even - use in planning 6 Who does what? A review of what different types of accountant do Financial accounting Management accounting Treasury function Activities and terms 7 How the statements can be interpreted What published accounts contain Analytical review (ratio analysis) Return on capital employed, margins and profitability Making assets work - asset turnover Fixed assets, debtor, stock turnover Responding to figures EBIT, EBITEDIA, eps and other analysts' measure 8 Other key issues Creative accounting Accounting for groups Intangible assets - brand names Company valuations Fixed assets / leased assets / off-balance sheet finance

Finance for the non-accountant (In-House)
Delivered in Harpenden or UK Wide or OnlineFlexible Dates
Price on Enquiry