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

50652 Courses in Edinburgh delivered Online

Google Adsense Online Course

By Compete High

Overview With the ever-increasing demand for Google Adsense Online Course in personal & professional settings, this online training aims at educating, nurturing, and upskilling individuals to stay ahead of the curve - whatever their level of expertise in Google Adsense Online Course may be. Learning about Google Adsense Online Course or keeping up to date on it can be confusing at times, and maybe even daunting! But that's not the case with this course from Compete High. We understand the different requirements coming with a wide variety of demographics looking to get skilled in Google Adsense Online Course . That's why we've developed this online training in a way that caters to learners with different goals in mind. The course materials are prepared with consultation from the experts of this field and all the information on Google Adsense Online Course is kept up to date on a regular basis so that learners don't get left behind on the current trends/updates. The self-paced online learning methodology by compete high in this Google Adsense Online Course course helps you learn whenever or however you wish, keeping in mind the busy schedule or possible inconveniences that come with physical classes. The easy-to-grasp, bite-sized lessons are proven to be most effective in memorising and learning the lessons by heart. On top of that, you have the opportunity to receive a certificate after successfully completing the course! Instead of searching for hours, enrol right away on this Google Adsense Online Course course from Compete High and accelerate your career in the right path with expert-outlined lessons and a guarantee of success in the long run. Who is this course for? While we refrain from discouraging anyone wanting to do this Google Adsense Online Course course or impose any sort of restrictions on doing this online training, people meeting any of the following criteria will benefit the most from it: Anyone looking for the basics of Google Adsense Online Course , Jobseekers in the relevant domains, Anyone with a ground knowledge/intermediate expertise in Google Adsense Online Course , Anyone looking for a certificate of completion on doing an online training on this topic, Students of Google Adsense Online Course , or anyone with an academic knowledge gap to bridge, Anyone with a general interest/curiosity Career Path This Google Adsense Online Course course smoothens the way up your career ladder with all the relevant information, skills, and online certificate of achievements. After successfully completing the course, you can expect to move one significant step closer to achieving your professional goals - whether it's securing that job you desire, getting the promotion you deserve, or setting up that business of your dreams.  Course Curriculum Chapter 1_Introduction Introduction 00:00 Chapter 2_The Basics Of Adsense The Basics Of Adsense 00:00 Chapter 3_Adsense Tips _ Tricks Adsense Tips _ Tricks 00:00

Google Adsense Online Course
Delivered Online On Demand3 hours
£25

Definitive Apache for Engineers

5.0(3)

By Systems & Network Training

Apache training course description A hands on training course covering installation, configuration and management of the Apache web server. What will you learn Install Apache. Configure Apache. Manage Apache. Build static and dynamic web sites with Apache. Secure Apache. Apache training course details Who will benefit: Technical staff working with Apache. Prerequisites: TCP/IP foundation for engineers. UNIX fundamentals Duration 3 days Apache training course contents Installing Apache What is Apache? Apache versions, history, downloading Apache, source distribution, compilation, binary distribution, installation, platform considerations. Hands on Downloading and installing Apache. Controlling the Apache server Running Apache, automatic Apache start, starting, stopping, restarting Apache. Checking Apache status. Hands on Server control. Configuration Serving webpages, setting the document root, applying configuration changes, Configuration files, httpd.conf, syntax, directives, modules, utilities, turning features on/off. Hands on basic Apache configuration. More configuration MIME, URL mapping, content negotiation, indexing, performance tuning. Logging log file content, configuration, log file locations, error logging, browser errors, error page configuration, forbidden index pages. Hands on Log files. Security File permissions, .htaccess, protecting files with passwords, password files, authentication, restricting access by IP address. Secure HTTP HTTPS, installing mod_ssl, certificates, configuring mod_ssl, http and https coexistence Virtual hosts Multiple sites on one server, separate configuration files, IP based, name based, port based, virtual host names, enabling, defining, configuring, aliases, testing, https virtual hosts. Hands on Virtual hosts. Dynamic sites Dynamic sites, CGI, PHP, PERL, CGI programs, example CGI scripts, Apache and CGI, CGI parameters, CGI issues, PHP, mod_php, Perl and Apache, mod_perl, installing mod_perl. Hands on CGI, PHP and Perl with Apache. Modules What are modules, standard modules, loading modules, mod_speling, mod_rewrite, other special purpose modules, URL rewriting, redirection, URL transformation, browser dependent pages. Hands on Working with modules.

Definitive Apache for Engineers
Delivered in Internationally or OnlineFlexible Dates
£2,367

Database fundamentals

5.0(3)

By Systems & Network Training

Database fundamentals training course description This three-day training course helps you prepare for Microsoft Technology Associate Exam 98-364, and build an understanding of these topics: Core Database Concepts, Creating Database Objects, Manipulating Data, Data Storage, and Administering a Database. What will you learn Describe core database concepts. Create database objects. Manipulate data. Describe data storage. Administer a database. Create a relational database consisting of 3 related tables. Database fundamentals training course details Who will benefit: Those working with databases. Prerequisites: None. Duration 3 days Database fundamentals training course contents Understanding core database concepts Flat-type databases, hierarchical databases, relational databases, database fundamentals, relational database concepts, using the SQL Server Management Studio Interface. Data Manipulation Language (DML), Data Definition Language (DDL), using DDL statements. Creating database objects Defining data types, using built-in data types, using exact numeric data types, using approximate numeric data types. Creating and using tables. Creating views. Creating stored procedures, SQL injections. Manipulating data Using Queries to select data, combining conditions, using the BETWEEN clause, using the NOT clause, using the UNION clause, using the EXCEPT and INTERSECT clauses, using the JOIN clause. Using Queries to insert data, Inserting data. Updating data and databases, Using the UPDATE statement. Deleting data, Using the DELETE statement, truncating a table with TRUNCATE TABLE, deleting a table with DROP TABLE, using referential integrity. Understanding data storage Normalising a database, normalization, first normal form, second normal form, third normal form, fourth normal form, fifth normal form. Primary, foreign and composite keys, clustered and non-clustered indexes, creating a non-clustered table. Administering a Database Securing Databases, server-level security, database-level security, Windows security, SQL authentication, database server roles, granting access to a database, fixed database roles, object permissions, managing roles, ownership chains, reviewing a sample security model. Backing up and restoring databases, recovery models, backup devices.

Database fundamentals
Delivered in Internationally or OnlineFlexible Dates
£2,367

Complete Ruby programming

5.0(3)

By Systems & Network Training

Complete Ruby programming training course description This course starts with a quick-start session and then explains the language in detail from the bottom up. Hands on sessions follow all the major sessions to reinforce the theory. What will you learn Read Ruby programs. Write Ruby programs. Debug Ruby programs. Complete Ruby programming training course details Who will benefit: Anyone wishing to program in Ruby. Prerequisites: Software development fundamentals Duration 3 days Complete Ruby programming training course contents Introduction A tour of Ruby, Try Ruby, A suduko solver in Ruby. The Structure and execution of Ruby Lexical structure, Syntactic structure, Files structure, Program encoding, Program execution. Datatypes and objects Numbers, text, Arrays, Hashes, Ranges, Symbols, True, false, and nil, Objects. Expressions and operators Literals and keyword literals, Variable references, Constant references, Method invocations, Assignments, Operators. Statements and control structures Conditionals, loops, Iterators and enumerable objects, Blocks, Altering flow control, Exceptions and exception handling, BEGIN and END, Threads, fibres and continuations. Methods, Procs, Lambdas and closures Defining simple methods, Method names, Methods and parentheses, Method arguments, Procs and lambdas, Closures, Method objects, Functional programming. Classes and modules Defining a simple class, Method visibility: public, protected, privates, Subclassing and inheritance, Object creation and initialization, Modules, Loading and requiring modules, Singleton methods and Eigenclass, Method lookup, Constant lookup. Reflection and metaprogramming Types, classes and modules, Evaluating strings and blocks, Variables and constants, Methods, Hooks, Tracing, ObjectSpace and GV, Custom control structures, Missing methods and missing constants, Dynamically creating methods, Alias chaining. The Ruby platform Strings, Regular expressions, Numbers and Math, Dates and times, Collections, Files and directories, Input/output, Networking, Threads and concurrency. The Ruby environment Invoking the Ruby interpreter, The Top-level environment, Practical extraction and reporting shortcuts, Calling the OS, Security.

Complete Ruby programming
Delivered in Internationally or OnlineFlexible Dates
£2,367

Concise Cisco routing

5.0(3)

By Systems & Network Training

Concise Cisco routers course description A fast paced practical hands on introduction to Cisco routers concentrating on basic product knowledge needed for the real world. Starts with the basics of routing through configuring static routes, RIP, OSPF, and EIGRP ending with access lists. Hands on sessions follow all the major chapters with a major practical at the end to reinforce all that was learnt in the course. What will you learn Use the Cisco setup script. Use the Cisco command line. Perform basic troubleshooting. Configure - Interfaces - RIP, IGRP - OSPF, EIGRP Concise Cisco routers course details Who will benefit: Anyone who will be working with Cisco routers. In particular: Network Administrators, Field engineers, Network support personnel Prerequisites: None, although a knowledge of the TCP/IP protocols would be advantageous. Duration 3 days Concise Cisco routers course content Basics of routing What are routers? Network protocols, Routing protocols. The Cisco routers Router models, The IOS, DRAM, SRAM, NVRAM, Flash, ROM and boot flash. Getting started Accessing the router, installing a Cisco, using the setup script. The command line interface User and privilege modes, online help show, debug, basic troubleshooting Configuring Ciscos The configuration editor, Global, major and sub commands, enable, secret and other passwords, telnet. Miscellaneous exercises Buffered logging, web access, CDP… Subnetting IP addressing rules. The need for subnetting, subnet masks, Calculating network numbers. Configuring Interfaces Basics, Ethernet, Serial lines, PPP, DCE, loopback interfaces. Static routes Why use static routes? Configuring static routes, default routes. Configuring RIP and IGRP How they work, configuration, troubleshooting. OSPF Configuration and troubleshooting. EIGRP Configuration and troubleshooting. Housekeeping Configuration management, offline editing and TFTP usage. Cisco boot sequence, IOS upgrades. Bypassing Cisco passwords. Access lists What are access lists? General rules, basic and extended IP access lists. Putting it all together A series of exercises based around, installs, adds, moves, changes, upgrades and troubleshootin

Concise Cisco routing
Delivered in Internationally or OnlineFlexible Dates
£2,367

Professional Certificate Course in Creating and Starting a Venture in London 2024

4.9(261)

By Metropolitan School of Business & Management UK

The Creating and Starting the Venture course equips learners with many essential skills required to create and launch a successful new business. The course provides learners with the knowledge and practical tools to develop a comprehensive business plan and marketing plan, measure plan progress, and utilize the internet as a resource tool. Through this course, learners will gain critical thinking and problem-solving skills, enabling them to understand the scope and value of a business plan, evaluate the plan's effectiveness, and gather the required information for its development. Additionally, learners will develop the analytical skills needed for conducting market research, analyzing competition, and developing effective marketing strategies. The course aims to provide learners with the knowledge and skills necessary to create, develop, and launch a new business venture. After the successful completion of the course, you will be able to learn about the following, Develop a comprehensive business plan with all the necessary information to secure financing and launch a successful new venture. Understand who should be involved in the business planning process and how to communicate the plan to stakeholders effectively. Analyze the scope and value of the business plan, including identifying key market opportunities, potential risks, and growth strategies. Evaluate the effectiveness of a business plan using various metrics and data analysis techniques. Identify the information needs required for a successful business plan and how to gather and analyze that information. Develop and implement a marketing plan, including conducting marketing research, analyzing the competition, and developing effective marketing strategies. The aim of the course is Creating and Starting the Venture is to provide learners with the knowledge and skills necessary to create, develop, and launch a new business venture. 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. Creating and Starting a Venture Self-paced pre-recorded learning content on this topic. Creating and Starting the Venture 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 get updated on current ideas in their respective field. We recommend this certificate for the following audience. CEO, Director, Manager, Supervisor. Aspiring entrepreneurs Small business owners Marketing professionals Business development managers Sales managers Product managers Operations managers Project managers Consultants Business analysts Average Completion Time 2 Weeks Accreditation 3 CPD Hours 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 Creating and Starting a Venture in London 2024
Delivered Online On Demand14 days
£30

Total IP multicast for engineers

5.0(3)

By Systems & Network Training

Total IP multicast training course description This training course provides an advanced three day hands on study of IP multicast technology focusing on architectures, applications and protocols. All aspects of IP multicasting are covered including PC, server and switch implementations. Design, configuration, support and troubleshooting are all covered in the course. Hands on sessions are used to reinforce the theory rather than teach specific implementations. What will you learn Design multicast networks. Explain how multicast networks work. Compare and contrast the different multicast routing protocols, such as DVMRP, PIM, MBGP and SSM. Configure PCs, servers, switches and routers for multicasting. Configure multicast routing protocols including: PIM Dense Mode. PIM Sparse Mode BGP SSM Troubleshoot multicast networks. Total IP multicast training course details Who will benefit: Technical staff working with IP multicasts. Prerequisites: TCP/IP Foundation for engineers Duration 3 days Total IP multicast training course contents Introduction What is multicasting? Why multicast? Why not multicast? Multicasting vs. multiple unicasts, Multicasting vs. broadcasts, multicasting applications, the use of unicast addressing for setting up multicast applications, multicast use within standard protocols such as OSPF. hands on Example multicast applications. Addressing Layer two multicast addresses, Class D addresses, mapping layer 3 addresses onto layer 2 multicast addresses. Multicast addresses on NBMAs, scoping multicast traffic, Multicast address blocks, GLOP, IPv6 and multicasting, anycasting. hands on Multicast addressing. Multicast architectures Where the different protocols are used, PC to router, router to router, how switches can get involved. hands on Analysing multicast packets. PC to router Configuring Class D addresses, IGMP, packet formats, queries, reports, maintaining groups, enhancements to IGMP (v2 and v3), Leaving a group, querier elections, hands on Analysing IGMP packets. Switches and multicasting Controlling multicast traffic with switches, VLANS, static bridge table entries, IGMP snooping, CGMP. hands on Configuring switches for multicast environments. Router to router MOSPF, DVMRP, PIM Sparse Mode, PIM Dense Mode, MBGP. hands on Simple router configuration for multicasting. Theory behind multicast routing protocols Distribution trees, source distribution trees, shared trees, core based trees. Reverse path forwarding, Multicast routing protocol types. PIM DM: Flooding, pruning, PIM designated routers, hands on configuring PIM DM. PIM Sparse mode Rendevous points, discovering RPs, hands on Configuring PIM SM, using different protocols for different groups. PIM SM with one RP, using multiple RPs, Auto RP. MBGP Multiprotocol routing, how does MBGP work? How MBGP carries multiple protocol information, MBGP and multicasts, MBGP and IPv6. hands on Configuring MBGP for multicasts. Internet multicasting The internet, ISPs, the MBone, tunnelling, Inter domain multicasting, the role of MBGP, Inter domain problem, MSDP, MSDP operation SSM, PIM-SM and shared trees, SSM, PIM-SSM operation, SSM benefits. hands on MSDP configuration. SSM configuration.

Total IP multicast for engineers
Delivered in Internationally or OnlineFlexible Dates
£2,367

Learn to Master Google Analytics in No Time!

4.7(47)

By Academy for Health and Fitness

***24 Hour Limited Time Flash Sale*** Master Google Analytics in No Time! Admission Gifts FREE PDF & Hard Copy Certificate| PDF Transcripts| FREE Student ID| Assessment| Lifetime Access| Enrolment Letter Are you a professional feeling stuck in your career, struggling to keep up with the ever-changing demands of the industry? Or perhaps you're a beginner, unsure of where to start or how to break into your desired field. Whichever stage you're in, our exclusive Learn to Master Google Analytics in No Time! Bundle provides unique insights and tools that can help you achieve your goals. Designed to cater to the needs of both seasoned professionals and aspiring newcomers, our Learn to Master Google Analytics in No Time! bundle is a comprehensive program that will equip you with the essential skills and knowledge you need to succeed. Whether you're looking to advance in your current role or embark on a new career journey, this bundle has everything you need to take your professional life to the next level. But that's not all. When you enrol in Learn to Master Google Analytics in No Time! Online Training, you'll receive 30 CPD-Accredited PDF Certificates, Hard Copy Certificates, and our exclusive student ID card, all absolutely free. Courses Are Included In this Learn to Master Google Analytics in No Time! Career Bundle: Course 01: Google Data Studio: Data Analytics Course 02: Diploma in Data Analysis Fundamentals Course 03: Excel Pivot Tables for Data Reporting Course 04: Basics of WordPress: Create Unlimited Websites Course 05: Receptionist Skills Course 06: Research Methods in Business Course 07: Strategic Planning and Analysis for Marketing Course 08: Create Your First Responsive Website Course 09: Quick Data Science Approach from Scratch Course 10: Business Intelligence and Data Mining Course 11: Fundamentals of Business Analysis Course 12: Data Science & Machine Learning with Python Course 13: Marketing Strategies for Business Course 14: Excel Data Analysis Course 15: Statistical Analysis Course 16: Public Speaking Course 17: Minute-Taking Executive Training Course 18: Ultimate Social Media Marketing course Course 19: Microsoft Power BI - Master Power BI in 90 Minutes! Course 20: How To Do Keyword Research For SEO & Ranking On Google Course 21: PowerBI Formulas Course 22: The Ultimate SEO Blueprint - Easily Ranking #1 On Google Course 23: Digital Marketing for Beginners to Advanced Course 24: Complete Communication Skills Master Class for Life Course 25: Python Course Course 26: Digital Marketing Starting an Online E-Commerce Store Course 27: Social Media Marketing-The Step by Step Guide Course 28: Complete Online Marketing & Advertising Course Course 29: Learn How To Optimize Your Google My Business Page In 2016 Course 30: Time Management Training - Online Course With Learn to Master Google Analytics in No Time!, you'll embark on an immersive learning experience that combines interactive lessons with voice-over audio, ensuring that you can learn from anywhere in the world, at your own pace. And with 24/7 tutor support, you'll never feel alone in your journey, whether you're a seasoned professional or a beginner. Don't let this opportunity pass you by. Enrol in Learn to Master Google Analytics in No Time! today and take the first step towards achieving your goals and dreams. Why buy this Learn to Master Google Analytics in No Time!? Free CPD Accredited Certificate upon completion of Learn to Master Google Analytics in No Time! Get a free student ID card with Learn to Master Google Analytics in No Time! Lifetime access to the Learn to Master Google Analytics in No Time! course materials Get instant access to this Learn to Master Google Analytics in No Time! course Learn Learn to Master Google Analytics in No Time! from anywhere in the world 24/7 tutor support with the Learn to Master Google Analytics in No Time! course. Start your learning journey straightaway with our Learn to Master Google Analytics in No Time! Training! Learn to Master Google Analytics in No Time! premium bundle consists of 30 precisely chosen courses on a wide range of topics essential for anyone looking to excel in this field. Each segment of Learn to Master Google Analytics in No Time! is meticulously designed to maximise learning and engagement, blending interactive content and audio-visual modules for a truly immersive experience. Certification You have to complete the assignment given at the end of the Learn to Master Google Analytics in No Time! course. After passing the Learn to Master Google Analytics in No Time! exam You will be entitled to claim a PDF & Hardcopy certificate accredited by CPD Quality standards completely free. CPD 300 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Learn to Master Google Analytics in No Time! course is ideal for: Students seeking mastery in Learn to Master Google Analytics in No Time! Professionals seeking to enhance Learn to Master Google Analytics in No Time! skills Individuals looking for a Learn to Master Google Analytics in No Time!-related career. Anyone passionate about Learn to Master Google Analytics in No Time! Requirements This Learn to Master Google Analytics in No Time! doesn't require prior experience and is suitable for diverse learners. Career path This Learn to Master Google Analytics in No Time! bundle will allow you to kickstart or take your career in the related sector to the next stage. Certificates CPD Accredited Digital certificate Digital certificate - Included CPD Accredited Hard copy certificate Hard copy certificate - Included If you are an international student, then you have to pay an additional 10 GBP for each certificate as an international delivery charge.

Learn to Master Google Analytics in No Time!
Delivered Online On Demand6 days
£149

Post COVID Mental Aid Course

4.9(27)

By Apex Learning

Overview This comprehensive course on Post COVID Mental Aid Course will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Post COVID Mental Aid Course comes with accredited certification, 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 Post COVID Mental Aid Course. It is available to all students, of all academic backgrounds. Requirements Our Post COVID Mental Aid Course 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 1 sections • 5 lectures • 01:10:00 total length •Module 01: An Overview of COVID-19: 00:19:00 •Module 02: COVID-19 Impacts on Mental Health for Children: 00:17:00 •Module 03: COVID-19's Effects on the Mental Health of the Young Generation: 00:07:00 •Module 04: COVID-19's Effects on the Mental Health of the Old Generations: 00:11:00 •Module 05: WHO's Psychological Aid Guidelines for Dealing with Mental Health Issues Caused by the Pandemic: 00:16:00

Post COVID Mental Aid Course
Delivered Online On Demand1 hour 10 minutes
£12

A-Level English Literature Online Course

By CloudLearn

Our Online A-Level English Literature course aims to encourage students to understand how narrative works, to look at genre and to learn about critical approaches to texts. The course also considers different types of critical approach and how texts can reflect cultural meanings. Furthermore, students will deepen their understanding of the changing traditions of literature in English. The same A-Level qualification you'd get in school or college Unlimited 1:1 support from your English tutor Fast-track - get the qualification when you need it Study 24/7, 365 on your phone, tablet or laptop You don't need any previous qualifications to study this A-Level course. This course will teach you the Edexcel A-Level English Literature syllabus (9ET0). You'll study 4 units: Component 1 - Drama Component 2 - Prose Component 3 - Poetry Coursework For a full breakdown of course content, download the A-Level English Literature Brochure. All of your lessons and assessments are available on CloudPort - our Moodle-based learning environment (Moodle VLEs are used by most colleges and universities in the UK). Start with lesson 1 and work through the course in a linear pathway or choose to jump to the section that you need. Your learning is completely flexible and allows you to set your programme of learning around the skills you need. Submit assessments as you work through the course. Get instant results and feedback on activities to track your progress. Use these assessments as learning launchpads, allowing you to focus your time on the topics you need to brush up on. You will have access to all course materials, assessments and tutor support for 24 months from the day of enrolment. Extensions are available for students who wish to study over a longer period. You are not alone! You will be assigned a personal 1:1 tutor on your day of enrolment. Your tutor will remain by your side, throughout your learning journey until you get qualified. All tutors are qualified teachers and subject matter specialists who will ensure you have the correct guidance and support when you need it. As a CloudLearn student you will have unlimited access to tutor support. CloudLearn GCSEs and A-Levels are structured around formative assessments allowing you to test your knowledge as you work towards qualification. Before taking your exam you will submit a mock exam to give you the practise you need before the big day. When ready we arrange your exam. We have agreements with exam centres all over the UK. Our students also take advantage of preferential pricing due to the volume of students we channel to exam centres. As part of your enrolment service package we will make all the arrangements for your final exam. This includes locating a centre and booking the relevant exam/s. Exam fees are additional. Exam fees can be bundled using the Exam Bundles drop down when adding to basket. Have a look on our Exams Page for a detailed explanation of this service. The Edexcel A-Level English Literature exam is available in May/June each year. It is assessed over 3 exam papers: Paper 1 9ET0 01 - 2 hour 15 min exam Paper 2 9ET0 02 - 1 hour exam Paper 3 9ET0 03 - 2 hour 15 min exam *Coursework component - You will need to write a comparative essay that refers to two texts. In this essay, you will need to link the texts and make comparisons between them. You will also need to consider contexts and alternative interpretations. The coursework essay is assessed on all five assessment objectives. The word count is 2500-3000 words. It is worth 60 marks and this is 20% of the total A-Level. We generally ask that you book written exams at least 6 months in advance, however subjects that includes NEA (A-Level Eng Lit & A-Level History), Practicals (A-Level Sciences), or Fieldwork (A-Level Geography) you are recommended to note the following deadlines for booking and give us at least 8 months booking notice. Booking deadlines are 5-8 months prior to the exam date. Booking your exam after the booking deadline will incur late fees (available for one month after deadline) and high late fees (available up until exam entry closure). Some students will study for the exam over a period of months or years, as they dictate their own study schedule. We do however have students who will study intensively and prepare in a matter of weeks. You are only constrained by the exam diet. A-Level exams are available in May/June of each year.We are so confident in the CloudLearn model of study that we guarantee you will pass your exam. As long as you do what we recommend, we offer a full money-back guarantee. The UK's only GCSE and A-Level specialist Study at your pace, where and when you want Study interactively on any device We guarantee your exam pass We arrange your exams Our flexible study, unlimited support, and interest-free payment plans allow you to fit learning around your busy schedule That's why we support thousands of students every year, to get the GCSEs they need to prosper. Choose to pay in full or spread the cost over our 6 months interest-free payment plans. We offer longer payment plans of 12, 24, 36 or 48 months. These extended plans are subject to interest. For more details contact our student advisors on 0330 111 4006 or visit our payment plan page. By taking part in our Online A-Level English Literature Course, not only will you improve your knowledge and understanding of different areas of English literature, but you will develop your cognitive, interpersonal and intrapersonal skills, which can be used in a wide-range of degrees and professions. You will engage innovatively and independently with both set texts and others that you have selected, thus improving your initiative and creative skills. You will improve your interpretative and critical thinking skills by developing and effectively applying knowledge of literary analysis and evaluation in speech and writing. Through exploration of the contexts of the texts and others' interpretations of them, you will learn about the importance of open-mindedness and communication in literary studies. Furthermore, as many of the sources that you will be studying focus on current political and social issues, you will be learning about social responsibility and reflection. We also hope to show you the benefits of continuous learning and intellectual curiosity by inspiring a sustained enjoyment of, and interest in English literature. Therefore, the skills that you will acquire during the CloudLearn Online A-Level English Literature can set you apart from your peers and put you on a path toward further learning or a successful career in a wide-range of occupations.

A-Level English Literature Online Course
Delivered Online On Demand
£369