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

35291 Design courses delivered Online

Meeting Management

4.7(160)

By Janets

This course intends to introduce the factors which affect the proper undertaking of a meeting and explains what to do before, during and after meetings to get the desired outcomes rather than more meetings. In this course, you will understand the value of meetings as a management tool and identify the crucial planning steps that make the meetings more effective as well as productive. The modules include essential, proven tactics for dealing with disruptions and handling common obstacles related to meetings that mostly appear in workplaces. You will also discover foolproof tips that will enable you to consider a variety of meeting-related issues and design solutions to each. In just 2 Hours, 55 Minutes, you will: Understand the planning and preparation needed for setting up the meeting space Determine the roles and responsibilities of the participants Lead meetings efficiently and make the most of your meetings Be able to create useful minutes of meetings Obtain the maximum effectiveness, gain the desired goals in the minimum possible time Why choose this course Earn an e-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 Certification After the successful completion of the final assessment, you will receive a CPD-accredited certificate of achievement. The PDF certificate is for £9.99, and it will be sent to you immediately after through e-mail. You can get the hard copy for £15.99, which will reach your doorsteps by post. This qualification is ideal for: Minute Takers Secretaries Receptionists Managers Leaders Office Executives Assistant Managers Office Administrators Employees Course Content Meeting Management - Updated Version Planning and Preparation 00:17:00 Online Meeting Platforms Part - 01 01:04:00 Online Meeting Platforms Part - 02 00:44:00 Meeting Etiquette and Tips 00:15:00 Meeting Management - Old Version Meeting Management Module - One Getting Started 00:10:00 Module Two - Planning and Preparing (I) 00:10:00 Module Three - Planning and Preparing (II) 00:15:00 Module Four - Setting up the Meeting Space 00:15:00 Module Five - Electronic Options 00:10:00 Module Six - Meeting Roles and Responsibilities 00:10:00 Module Seven - Chairing a Meeting (I) 00:10:00 Module Eight - Chairing a Meeting (II) 00:10:00 Module Nine - Dealing with Disruptions 00:10:00 Module Ten - Taking Minutes 00:10:00 Module Eleven - Making the Most of Your Meeting 00:15:00 Module Twelve - Wrapping Up 00:10:00 Activities Meeting Management - Activities 00:00:00 Mock Exam Mock Exam - Meeting Management 00:20:00 Final Exam Final Exam - Meeting Management 00:20:00 Order your Certificates & Transcripts Order your Certificates & Transcripts 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.

Meeting Management
Delivered Online On Demand5 hours 15 minutes
£25

Oracle 12c PL/SQL Fundamentals

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for individuals who are Application designers and database developers, database administrators and web server administrators. Overview Upon successful completion of this course, students will be able to work with Oracle database programming using the PL/SQL programming language. They will learn the syntax, structure and features of the language. In this course, students will learn the foundation for the programming series and the use of database-resident stored program units for Oracle 12c. Selection & Setup of the Database Interface Considering Available Tools Selecting the Appropriate Tool Oracle Net Database Connections Oracle PAAS Database Connections Setup SQL Developer Setup SQL*Plus Setup Jdeveloper About Bind & Substitution Variables Using SQL Developer Using SQL*Plus Choosing a Database Programming Language What is Database Programming? PL?SQL Performance Advantages Integration wth Other Languages PL/SQL Language Fundamentals PL/SQL Program Structure LANGUAGE SYNTAX RULES EMBEDDING SQL WRITING READABLE CODE GENERATING DATABASE OUTPUT SQL*PLUS INPUT OF A PROGRAM BLOCK Declare Section About the Declare Section DECLARE PRIMITIVE TYPES DECLARATION OPTIONS NOT NULL CONSTANT DATA DICTIONARY INTEGRATION %TYPE DECLARE SIMPLE USER---DEFINED TYPES TYPE... TABLE TYPE... RECORD EXTENDED USER---DEFINED TYPES Begin Section About the Begin Section Manipulating Program Data Logic Control & Branching GOTO LOOP IF-THEN-ELSE CASE Exception Section ABOUT THE EXCEPTION SECTION ISOLATING THE SPECIFIC EXCEPTION PRAGMA EXCEPTION_INIT SQLCODE &SQLERRM Example SQL%ROWCOUNT &SELECT...INTO Beyond the Basics: Explicit Cursors ABOUT EXPLICIT CURSORS EXTENDED CURSOR TECHNIQUES FOR UPDATE OF Clause WHERE CURRENT OF Clause Using FOR?LOOP Cursors Beyond the Basics: Nested BlocksBeyond the Basics: Declared Subprograms USING DECLARED SUBPROGRAMS DECLARED PROCEDURE DECLARED FUNCTION Introducing Databse-Resident Program Units ABOUT DATABASE---RESIDENT PROGRAMS PHYSICAL STORAGE & EXECUTION TYPES OF STORED PROGRAM UNITS STORED PROGRAM UNIT ADVANTAGES MODULAR DESIGN PRINCIPLES Creating Stored Procedures & Functions STORED PROCEDURES & FUNCTIONS CREATE PROCEDURE / CREATE FUNCTION CREATING PROCEDURES & FUNCTIONS RAISE_SALARY() Procedure SALARY_VALID() Function THE PARAMETER SPECIFICATION DEFAULT Clause SYSTEM & OBJECT PRIVILEGES USING THE DEVELOPMENT TOOLS Executing Stored Procedures & Functions CALLING PROCEDURES & FUNCTIONS UNIT TESTING WITH EXECUTE ANONYMOUS BLOCK UNIT TESTING SPECIFYING A PARAMETER NOTATION SQL WORKSHEET UNIT TESTING CALLING FUNCTIONS FROM SQL Maintaining Stored Program Units RECOMPILING PROGRAMS Mass Recompilation Using UTL_RECOMP() DROPPING PROCEDURES & FUNCTIONS DROP PROCEDURE / FUNCTION DATA DICTIONARY METADATA Using USER_OBJECTS Using USER_SOURCE Using USER_ERRORS Using USER_OBJECT_SIZE Using USER_DEPENDENCIES Managing Dependencies DEPENDENCY INTERNALS TRACKING DEPENDENCIES THE DEPENDENCY TRACKING UTILITY SQL DEVELOPER DEPENDENCY INFO DEPENDENCY STRATEGY CHECKLISTS Creating & Maintaining Packages ABOUT PACKAGES CREATING PACKAGES MAINTAINING PACKAGES PERFORMANCE CONSIDERATIONS Advanced Package Capabilities DEFINER & INVOKER RIGHTS WHITE LITS & ACCESSIBLE BY PERSISTENT GLOBAL OBJECTS DEFINING INITIALIZATION LOGIC OBJECT ORIENTATION SUPPORT Advanced Cursor Techniques USING CUSROS VARIABLES USING SYS_REFCURSOR USING CURSOR EXPRESSIONS Using System-Supplied Package DBMS_OUTPUT() UTL_FILE() FOPEN() EXAMPLE Database Trigger Concepts ABOUT DATABASE TRIGGERS DML EVENT TRIGGER SUB---TYPES DATABASE TRIGGER SCENARIO TRIGGER EXECUTION MECHANISMS TRIGGERS WITHIN SQL WORKSHEET Creating Database Triggers STATEMENT-LEVEL TRIGGERS Using RAISE_APPLICATION_ERROR() ROW---LEVEL TRIGGERS EXAMPLES OF TRIGGERS EMPLOYEE_SALARY_CHECK Example EMPLOYEE_JOURNAL Example BUDGET_EVENT Example INSTEAD OF TRIGGERS TRIGGERS WITHIN AN APPLICATION Maintaining Database Triggers CALL SYNTAX TRIGGER MAINTENANCE TASKS SHOW ERRORS TRIGGER DROP TRIGGER ALTER TRIGGER MULTIPLE TRIGGERS FOR A TABLE HANDLING MUTATING TABLE ISSUES Implementing System Event Triggers WHAT ARE SYSTEM EVENT TRIGGERS? DEFININGTHE SCOPE AVAILABLE SYSTEM EVENTS SYSTEM EVENT ATTRIBUTES Additional course details: Nexus Humans Oracle 12c PL/SQL Fundamentals training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Oracle 12c PL/SQL Fundamentals course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Oracle 12c PL/SQL Fundamentals
Delivered OnlineFlexible Dates
Price on Enquiry

Pet First Aid And CPR Course

4.7(160)

By Janets

Ensure your pet's safety with our comprehensive Pet First Aid and CPR Course. Learn life-saving skills, from handling emergencies to administering CPR, in this essential training designed for pet owners. Be prepared for the unexpected and provide immediate care when your furry friend needs it most. Enroll now for peace of mind and a stronger bond with your beloved pets.

Pet First Aid And CPR Course
Delivered Online On Demand6 hours
£25

Level 3 Diploma in Equality, Diversity and Inclusion - QLS Endorsed

4.7(26)

By Academy for Health and Fitness

24-Hour Knowledge Knockdown! Prices Reduced Like Never Before Did you know that the UK's Equality, Diversity and Inclusion Act of 2010 protects individuals from discrimination based on nine characteristics, including age, disability, gender reassignment, race, religion or belief, sex, sexual orientation, and marriage or civil partnership? In the UK, 21% of employees believe they have been discriminated against at work based on a protected characteristic. Creating a fair and inclusive workplace benefits everyone. This Equality, Diversity and Inclusion Bundle equips you with the knowledge and skills to build a positive and respectful work environment. This Certificate in Equality, Diversity and Inclusion 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 & career progression more accessible than ever! This Equality, Diversity and Inclusion course bundle equips you with the knowledge and skills to create a more positive and productive work environment. Learn about human rights legislation and how to prevent discrimination. Develop your cultural awareness and communication skills to bridge cultural divides. Identify and challenge unconscious biases that can hold you and others back. Explore techniques for dealing with difficult people and maintaining confidentiality. With a single payment, you will gain access to Equality, Diversity and Inclusion course, including 10 premium courses, a QLS Endorsed Hardcopy certificate (for the title course) and 11 PDF certificates for Absolutely free. This Equality, Diversity and Inclusion Bundle Package includes: Main Course: Certificate in Equality & Diversity at QLS Level 3 10 Additional CPD Accredited Premium Courses related to Equality, Diversity and Inclusion: Course 01: Human Rights Course 02: Cross-Cultural Awareness Training Course 03: Unconscious Bias Training Course Course 04: Workplace Harassment Course 05: Workplace Confidentiality Course 06: Youth Work & Leadership Course 07: Dealing With Difficult People Training Course Course 08: Social Anxiety Therapy Course 09: Self Confidence & Self Esteem Course 10: Motivation Skills Enrol now in Equality, Diversity and Inclusion and enhance your professional profile, foster a more harmonious and productive work environment, and contribute positively to a more just and equitable society. Learning Outcomes of Equality, Diversity and Inclusion Course Define equality, diversity, and inclusion concepts for better comprehension Identify discrimination types, exploring their impact on equality, diversity and inclusion Understand the UK legal framework for fostering equality, diversity, and inclusion Develop strategies integrating equality, diversity, and inclusion into organisational practices Recognise and challenge unconscious bias, promoting equality, diversity and inclusion Implement effective practices for promoting equality, diversity, and inclusion. Why Choose Us? Get a Free QLS Endorsed Certificate upon completion of Equality, Diversity and Inclusion Get a free student ID card with Equality, Diversity and Inclusion Training program (£10 postal charge will be applicable for international delivery) The Equality, Diversity and Inclusion is affordable and simple to understand This course is entirely online, interactive lesson with voiceover audio Get Lifetime access to the Equality, Diversity and Inclusion course materials The Equality, Diversity and Inclusion comes with 24/7 tutor support Take a step toward a brighter future! *** Course Curriculum *** Main Course: Certificate in Equality & Diversity at QLS Level 3 Module 01: Introduction to Equality, Diversity and Discrimination Module 02: Equality & Diversity Legislation Module 03: Integrating Equality & Diversity into Policy Module 04: Human Rights Module 05: Promoting Diversity and Social Inclusion Module 06: Equality Analysis Module 07: Links between Values, Attitudes and Beliefs Module 08: Basics of Discrimination Module 09: Stereotypes, Prejudice, Discrimination and Bias Module 10: Institutional Discrimination Module 11: Unconscious Bias Module 12: Affirmative Action Module 13: Monitoring Equality & Diversity Course 01: Human Rights Module 01: Basic Concept Of Freedom And Human Rights Module 02: Classification Of Human Rights Module 03: Women's And Children's Right Module 04: Various Aspects Of Freedom Module 05: Various International Human Rights Organisations Course 02: Cross-Cultural Awareness Training Module 01: Introduction To Cross-Cultural Awareness Module 02: Cross-Cultural Communication Module 03: Corporate Cross-Cultural Awareness Module 04: Cross-Cultural Design Module 05: Cross-Cultural Competency Module 06: Cultural Values Module 07: Working With And Managing A Culturally Diverse Team =========>>>>> And 8 More Courses <<<<<========= How will I get my Certificate? After successfully completing the course, you will be able to order your QLS Endorsed Certificates and CPD Accredited Certificates as proof of your achievement. PDF Certificate: Free (Previously it was £12.99*11 = £143) QLS Endorsed Hard Copy Certificate: Free (For The Title Course: Previously it was £89) CPD 220 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Equality, Diversity and Inclusion course is ideal for you: Individuals interested in Equality, Diversity Inclusion issues HR professionals Managers and team leaders Public sector workers Educators Anyone looking to make a difference in their community Requirements No prior background or expertise is required to enrol in this Equality, Diversity and Inclusion course. Career path After completing this Equality, Diversity and Inclusion bundle, you are to start your career or begin the next phase of your career. Diversity and Inclusion Manager Human Rights Officer Equality and Diversity Advisor Social Inclusion Officer Diversity Trainer Community Development Worker Certificates Certificate in Equality & Diversity at QLS Level 3 Hard copy certificate - Included Please note that International students have to pay an additional £10 as a shipment fee. CPD Accredited Digital Certificate Digital certificate - Included Upon passing the Course, you need to order a Digital Certificate for each of the courses inside this bundle as proof of your new skills that are accredited by CPD QS for Free.

Level 3 Diploma in Equality, Diversity and Inclusion - QLS Endorsed
Delivered Online On Demand48 hours
£105

Affiliate Marketing, WordPress Website Creation, and a Hosting System - Get a Leg Up

By Compete High

🚀 Unlock Your Online Success with 'Get a Leg Up' Course! 🌟 Ready to pave your way to online prosperity? Look no further! Our comprehensive course, 'Get a Leg Up,' is your ticket to mastering Affiliate Marketing, WordPress Website Creation, and an efficient Hosting System - all in one powerful program!   🎯 What You'll Learn: 🌐 Affiliate Marketing Mastery: Dive into the world of affiliate marketing and learn how to generate passive income by promoting products or services you love. 🖥️ WordPress Website Creation: Build captivating, professional-grade websites using WordPress - no prior coding knowledge required! 🛡️ Efficient Hosting System: Discover the secrets to selecting the best hosting services to ensure seamless website performance and security.   🔥 Why 'Get a Leg Up' Stands Out: ✅ Comprehensive Curriculum: From affiliate marketing strategies to WordPress website design and hosting essentials, this course covers it all. ✅ Expert Guidance: Learn from industry experts with years of experience in these fields, guiding you through step-by-step lessons. ✅ Practical Hands-On Experience: Gain practical skills through real-life examples, exercises, and projects, ensuring you're ready to apply your knowledge immediately. ✅ Lifetime Access: Enjoy unlimited access to course materials, updates, and a supportive community to keep you engaged and informed.     👩‍💻 Who Is This Course For? 🌟 Aspiring Entrepreneurs: Start or grow your online business by mastering the essential skills needed for success. 🚀 Bloggers and Content Creators: Amplify your online presence by creating captivating websites and maximizing affiliate marketing potential. 💼 Marketing Enthusiasts: Deepen your marketing expertise and expand your earning potential through affiliate partnerships. 🎁 BONUS Offer: Enroll now and receive exclusive bonus materials to further enhance your learning experience!     💡 Don't miss this chance to skyrocket your online ventures! Join 'Get a Leg Up' now and take the first step towards a lucrative online future! 💫 Course Curriculum

Affiliate Marketing, WordPress Website Creation, and a Hosting System - Get a Leg Up
Delivered Online On Demand1 hour
£25

Adobe InCopy CC Beginner

By iStudy UK

Learning Objectives Introduction , Getting Started with InCopy , Working with Text , Collaborating with InCopy , Exporting from InCopy , Conclusion   Pre-Requisites Basic computer skills. Knowledge of Microsoft Word or Adobe InDesign is helpful.   Description Adobe InCopy is a professional word processor that integrates with Adobe InDesign. Adobe InCopy lets copywriters and editors style text, track changes, and make simple layout modifications to a document while designers work on the same document simultaneously in Adobe InDesign - all without overwriting each other's contributions and notifying each when updates have been made to the document. Learn and master Adobe InCopy with hands-on InCopy training courses. Our Adobe InCopy classes are task-based and focus on real-world uses and challenges individuals face in their day-to-day work environments. Adobe InCopy's editing capabilities are useful for both print, web and work seamlessly when collaborating with your colleagues. Students will learn about workflows, setting preferences, creating new documents, and work with workspaces, views and tools. In addition, students will learn to use styles, import from Word and Excel, add tables, understand copyfitting text, use Spellcheck, and Find and Change. Students will learn about collaborating with InCopy, using check-in and check-out features, as well as printing or exporting from InCopy. Whether you are new to Adobe InCopy, or have been using it for some time, training provides tips and tricks to take full advantage of this amazing tool. Introduction to the Course Introduction 00:02:00 Section 01 Understanding Workflow Requirements 00:06:00 Workflow Demonstration 00:08:00 Dropbox Shared Workflow 00:05:00 Setting Preferences 00:09:00 Creating a New Document 00:04:00 InCopy Interface and Workspaces 00:07:00 Understanding Galley Story & Layout View 00:03:00 Using Tools 00:06:00 Section 02 Using Styles 00:07:00 Importing Copy From Word 00:09:00 Adding a Table 00:08:00 Importing Tables from Excel 00:04:00 Understanding Copy Fitting 00:04:00 Using Spellcheck 00:08:00 Using Find and Change 00:06:00 Section 03 Using Notes 00:05:00 Tracking Changes 00:07:00 Creating Assignments 00:08:00 Check-in and Check-out Process 00:06:00 Section 04 Printing in InCopy 00:04:00 Exporting to Other Formats 00:06:00 Course Recap Recap 00:01:00 Final Exam Final Exam - Adobe InCopy CC Beginner 00:20:00

Adobe InCopy CC Beginner
Delivered Online On Demand2 hours 33 minutes
£25

Build a Stock Market Web App with Node and JavaScript

By Packt

We'll build a cool Stock Market Portfolio app that lets you search stock ticker symbols by connecting to a third-party API to collect stock market information about your stocks!

Build a Stock Market Web App with Node and JavaScript
Delivered Online On Demand2 hours 7 minutes
£34.99

Professional Certificate Course in Research Philosophies and Principles in London 2024

4.9(261)

By Metropolitan School of Business & Management UK

The course aims to provide the learner with an understanding of research's fundamental frames and principles. You will be able to know what types of reseracher you are, the approach you will take and lens with which you will see the data collected and interpreted. After the successful completion of this lecture, you will be able to understand the following: Research philosophy. Process of research. Classification of research. Kinds of researcher. Types of research philosophies. This course explores the fundamental principles and philosophical foundation of research work. The course enables learners to understand the concept of knowledge and interpretation. VIDEO - Course Structure and Assessment Guidelines Watch this video to gain further insight. Navigating the MSBM Study Portal Watch this video to gain further insight. Interacting with Lectures/Learning Components Watch this video to gain further insight. Research Philosophies and Principles This course offers a fundamental understanding of the reseach philosophies, principles and lenses to guide your research process and design. Quiz: Research Philosophies and Principles Put your knowledge to the test with this quiz. Read each question carefully and choose the response that you feel is correct. All MSBM courses are accredited by the relevant partners and awarding bodies. Please refer to MSBM accreditation in about us for more details. There are no strict entry requirements for this course. Work experience will be added advantage to understanding the content of the course.The certificate is designed to enhance the learner's knowledge in the field. This certificate is for everyone eager to know more and gets updated on current ideas in their respective field. We recommend this certificate for the following audience. CEO, Director, Manager, Supervisor Research student Business researcher Research supervisor Research Teacher Average Completion Time 2 Weeks Accreditation 1 CPD Hour Level Advanced Start Time Anytime 100% Online Study online with ease. Unlimited Access 24/7 unlimited access with pre-recorded lectures. Low Fees Our fees are low and easy to pay online.

Professional Certificate Course in Research Philosophies and Principles in London 2024
Delivered Online On Demand14 days
£25

Occupational Health And Safety (OHS) Officer

4.7(160)

By Janets

Ensure workplace safety with an experienced Occupational Health and Safety (OHS) Officer. Mitigate risks, implement safety protocols, and promote a healthy work environment. Trust our dedicated OHS professionals to safeguard your organization and prioritize the well-being of your employees.

Occupational Health And Safety (OHS) Officer
Delivered Online On Demand
£25

Creative Problem Solving and Decision Making

4.3(43)

By John Academy

Course Overview Understanding a problem properly and creatively can create new opportunities for your business. Learn how to solve problems creatively from this Creative Problem Solving and Decision Making course and boost your personal growth today.  In this Creative Problem Solving and Decision Making course, you will learn the importance of creative problem solving and decision making. You'll understand how decision making works, problem-solving steps, thinking outside the box and many other techniques. This course will teach you the aspects of creative problem-solving. Problem-solving is necessary for any work. Your problem-solving skill can help you ride the ladder in your career and personal growth. So, learn how you can solve your problems creatively today from this course. Learning Outcomes Learn how to break a problem into small pieces Understand why organizations need to be creative with their problem solving and decision making Familiarize with the steps of problem-solving Learn why decision making is important Know about the benefits realization approach to problem-solving Be able to think outside the box Familiarize with tools that will help to solve problems creatively Who is this course for? This course will be helpful for anyone who needs decision making and problem-solving skills in their life. This course will help to understand a problem and finding a creative solution for that. 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. Certification After you have successfully completed the course, 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 the cost of £39 or in PDF format at the 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 recognized 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 Creative Problem Solving and Decision Making is a useful qualification to possess and would be beneficial for any related profession or industry such as: Entrepreneurs Business Owners Managing Directors Administrators Team Leaders Unit 01: Thinking Styles and the structure for problem solving and decision making Introduction to Problem Solving and Decision Making Creatively 00:02:00 Thinking Styles in decision making 00:08:00 Steps to Creative Problem Solving and Decision Making 00:10:00 Analyse the Problem 00:08:00 Analysing Performance Data 00:06:00 Unit 02: Generate and Test Ideas Generate Ideas 00:05:00 Test the Solutions and Decide 00:04:00 Benefits Realisation Introduction 00:01:00 Problem Solving using Benefits Realisation 00:10:00 Thinking outside the Box 00:01:00 Thank you for completing the course 00:01:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Creative Problem Solving and Decision Making
Delivered Online On Demand56 minutes
£18