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

105 Courses delivered Online

Essential OTN

5.0(3)

By Systems & Network Training

Essential OTN training course description An In-depth introduction to the terminology and technology that will comprise tomorrow's Optical Transport Networks. What will you learn Describe the problems with old technologies. Identify the purpose of new technologies. Describe the functionality of the various transmission mediums available Identify OTN features and functionality. Define the issues involved in equipment and application rollout. Essential OTN training course details Who will benefit: Anyone wishing to learn OTN. Prerequisites: SDH foundation or Essential DWDM Duration 2 days Essential OTN training course contents Scope, References Terms and definitions, Abbreviations and Conventions Optical transport network interface structure Multiplexing/mapping principles and bit rates Optical transport module (OTM-n.m, OTM-nr.m, OTM-0.m and OTN 0.mvn) Physical specification of the ONNI Optical channel (OCh) Optical channel transport unit (OTU) Optical channel data unit (ODU) Optical channel payload unit (OPU) OTM overhead signal (OOS) Overhead description and maintenance signals Mapping of client signals and concatenation Mapping ODUk signals into the ODTUjk signal Forward error correction using 16-byte interleaved RS (255,239) codecs ODUk tandem connection monitoring (TCM) overhead OPUk Multiplex Overhead Amendment 2 including: OTN Multiplexing and Mapping, Basic signal structure, ODTU12, ODTU13, ODTU23, OPUk Multiplex Overhead, OPUk Multiplex Structure Identifier (MSI). OPU2 Multiplex Structure Identifier (MSI), OPU3 Multiplex Structure Identifier (MSI), OPUk Payload Structure Identifier Reserved overhead (RES), ODU1 into ODU2 multiplexing, ODU2 into ODU3 multiplexing, ODU1 into ODU3 multiplexing Amendment 3 including: 40 Gbit/s ODU3/OTU3 and 100 Gbit/s ODU4/OTU4, Support of gigabit Ethernet services via ODU0, ODU2e, ODU3 and ODU4, ODU0 and ODUFlex, Multi-lane OTU3 and OTU4 interfaces, Support for InfiniBand Amendment 4 including: OTSn OTN synchronization messaging channel (OSMC) overhead, FC-1600 Amendment 5 Including: ODUk.ts, OTU0LL (OTU0 low latency), OTSiA (optical tributary signal assembly). OTSiG (optical tributary signal group), OTSiG-O (optical tributary signal overhead), CMEP (connection monitoring end- point), CMOH (connection monitoring overhead), MOTU (Multi-OUT), MOTUm (Multi-OTU with management), OTUCn-M (Optical Transport Unit-Cn, with n OxUC overhead instances and 5G tributary slots). SOTU (Single-OUT). SOTUm (Single-OTU with management). Modified bit rates and capacity for OTU1/2/3/4 OTM.nr.m, OTM.n.m, OTM.0.3v4, OTM 0.4v4 Mapping of CBR2G5, CBR10G, CBR10G3 and CBR40G signals into OPUk 64B/66B and 513B block code format PCS lane alignment marker for 40GBASE-R and 100GBASE-R PT=20/PT=21 and AMP/GMP options OTL 4.10 to OTL 4.4 gearbox ODU switching and Line protection Schemes 10 x 10 MSA Overview of current and future coherent and noncoherent technologies 40Gbit and 100Gbit compliant ROADM's Implementers Guide including replacement terms. Differing vendor's equipment and their implementations Individual and group planning exercises: Upgrade a customer STM-64/10G network to a 40G/ OTN network. Upgrade a customer old 16 Wavelength WDM network to be OTN compliant. Implement a new customer 40 wavelength OTU3 OTN compliant MSPP (DWDM) network. Design a cost-effective solution where we can hand over circuits using 'Optical Transport Lanes'.

Essential OTN
Delivered in Internationally or OnlineFlexible Dates
£1,727

Network management technologies

5.0(3)

By Systems & Network Training

Network management technologies course description A comprehensive tour of the available network management technologies available for todays networks. The course starts with basic tools such as syslog along with Python network automation. SNMP is then covered with the *flow technologies and streaming telemetry. Configuration management with ansible, Python, NETCONF and RESTCONF is then studied. The final part of the course looks at SDN. Hands on sessions are used throughout to reinforce the theory rather than teach specific manufacturer equipment. Note that sections are available as individual courses. What will you learn Evaluate network management technologies. Evaluate network management technologies. Recognise the weaknesses of SNMP versus NETCONF and streaming telemetry. Explain the role of NETCONF and RESTCONF. Compare & contrast *flow and streaming telemetry. Explain the role of SDN in network management. Automate network configuration with ansible and Python. Network management technologies course details Who will benefit: Those wishing to manage networks. (Previous Python experience is NOT needed) Prerequisites: Intro to data comms Duration 5 days Network management technologies course content Basic network management Network management What is network management? Benefits, issues. FCAPS model. Fault management, Configuration management, accounting, performance, security. What to manage, what not to manage. Managing network devices, managing servers. Monitoring networks Traditional network tools Ping..., SSH, syslog, TFTP for configurations. nmap. Wireshark. CLI. Web based management. Splunk. Nessus, snort, Kali. Hands on syslog, network inventories. Network automation using the CLI Programming and automating networks, netOps. Python, Git. Python network modules, SSH, paramiko, netmiko. EVE-NG. Hands onPython network modules. Structured versus unstructured data Problems with automation and unstructured data. XML, JSON, YAML. The role of YANG. Hands on Parsing data. SNMP SNMP architecture, SNMP MIBs, SMI, the SNMP protocol, polling security. Configuring SNMP. SNMPv1, v2, v3, SNMP security. Which version should you use? MIBs and MIB structure. mib-2, extra parts of mib-2, Private enterprise MIBs. Summary: What SNMP is good/bad at. Hands on Configuring agents and a NMS. MIB browsing. Server management Microsoft, Linux, application polling. WMI vs SNMP. Hands on: Application polling. Performance management *flow Polling, push vs pull, netflow, sflow, IPFIX, *flow. Flows. Where to monitor traffic. Comparing *flow with SNMP. Architecture: Generators and collectors. When flows are exported. NetFlow reporting products. SolarWinds. Hands on Netflow configuration. Collectors. Streaming telemetry Model driven telemetry, periodic/on change. Structured data. Telemetry protocol stack. gRPC and gNMI. Protobuf. gNMI operations. Telemetry architecture. Telegraf, databases, Grafana. Hands on Telemetry example. Configuration management Configuration management tools Chef, puppet, ansible, saltstack. Ansible architecture, controlling machines, nodes, agentless, SSH, modules. Inventories, playbooks, modules, network modules, jinja2 templates. Hands on Network configuration with ansible. NETCONF What is NETCONF? Protocol stack, Data stores, traffic flows, validating configurations, rollback. YANG data models and how YANG is used by NETCONF. XML. Explorers and other tools. Hands on anx, Python and NETCONF. RESTCONF The REST API, HTTP, What is RESTCONF? Tools including Postman. Comparison with NETCONF. Hands on Configuration with RESTCONF. Python network automation: configuration SSH issues. Using structured data. Jinja2. ncclient, requests, NAPALM, Nornir. Automated testing. Hands on Python network device configuration with nornir. Software Defined Networks and orchestration Classic SDN What is SDN? benefits. SDN architecture. SDN applications, SDN switches, SDN controllers, Network Operating Systems. Control plane, data plane. Northbound interfaces. SDN components. Southbound interfaces. OpenFlow. ONF, OpenFlow ports, Flow tables. Network virtualization Virtual networks, virtual switches, NfV. Service chaining. NfV and SDN. SDN implementations Classic SDN, Hybrid SDN, SDN via APIs, SDN via overlays. Data centre SDN, VXLAN, Service Provider SDN, SD WAN, Enterprise SDN, WiFi. SDN and open source OpenDaylight, OpenVSwitch, Open Networking Forum, Open Network Operating System. Hands onOpenStack. SD-WAN What is SD-WAN? Architecture: Edge, gateway, orchestrator, controller. Overlay and underlay. Use of MPLS, 4G/5G. Benefits and features. Secure Access Service Edge (SASE).

Network management technologies
Delivered in Internationally or OnlineFlexible Dates
£3,697

European Languages Training Bundle (5 Languages Masterclass)

5.0(10)

By Apex Learning

Overview Become a fluent multilingual adopting the fundamental skills of European language by joining the exclusive European Languages Training Bundle (5 Languages Masterclass) course. This expertlydesigned course offers you a comprehensive and productive learning session,teaching you the skills to speak in European languages, maintaining all the grammar and linguistic features. What's more, the course will develop your listening skills alongside. The self-paced course will be a perfect initiative for determined aspirants who want to build on their professional skills and become a strong candidate in the job sector. Our dedicated tutors will be available to resolve all your queries. 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 European Languages Training Bundle (5 Languages Masterclass). It is available to all students, of all academic backgrounds. Requirements Our European Languages Training Bundle (5 Languages Masterclass) is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible on tablets and smartphones so you can access your course on wifi, 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 54 sections • 314 lectures • 19:10:00 total length •Introduction: 00:05:00 •Lesson 1a: 00:03:00 •Lesson 1b: 00:04:00 •Lesson 1c: 00:04:00 •Lesson 1d: 00:04:00 •Lesson 2a: 00:03:00 •Lesson 2b: 00:04:00 •Lesson 2c: 00:04:00 •Lesson 2d: 00:04:00 •Lesson 2e: 00:03:00 •Lesson 3a: 00:04:00 •Lesson 3b: 00:03:00 •Lesson 3c: 00:04:00 •Lesson 3d: 00:03:00 •Lesson 3e: 00:03:00 •Lesson 3f: 00:05:00 •Lesson 4a: 00:03:00 •Lesson 4b: 00:03:00 •Lesson 4c: 00:03:00 •Lesson 4d: 00:03:00 •Lesson 4e: 00:03:00 •Lesson 4f: 00:03:00 •Lesson 4g: 00:03:00 •Lesson 4h: 00:04:00 •Lesson 5a: 00:03:00 •Lesson 5b: 00:03:00 •Lesson 5c: 00:03:00 •Lesson 5d: 00:03:00 •Lesson 5e: 00:03:00 •Lesson 5f: 00:03:00 •Lesson 5g: 00:03:00 •Lesson 5h: 00:03:00 •Lesson 5i: 00:03:00 •Lesson 5j: 00:03:00 •Lesson 5k: 00:03:00 •Lesson 6a: 00:03:00 •Lesson 6b: 00:03:00 •Lesson 6c: 00:03:00 •Lesson 6d: 00:03:00 •Lesson 6e: 00:03:00 •Lesson 6f: 00:03:00 •Lesson 6g: 00:03:00 •Lesson 7a: 00:03:00 •Lesson 7b: 00:03:00 •Lesson 7c: 00:03:00 •Lesson 7d: 00:03:00 •Lesson 7e: 00:03:00 •Lesson 7f: 00:03:00 •Lesson 7g: 00:03:00 •Lesson 7h: 00:03:00 •Lesson 8a: 00:03:00 •Lesson 8b: 00:03:00 •Lesson 8c: 00:03:00 •Lesson 8d: 00:03:00 •Lesson 8e: 00:03:00 •Lesson 8f: 00:04:00 •Lesson 8g: 00:03:00 •Lesson 8h: 00:03:00 •Lesson 8i: 00:03:00 •Lesson 8j: 00:03:00 •Lesson 8k: 00:04:00 •Lesson 9a: 00:03:00 •Lesson 9b: 00:03:00 •Lesson 9c: 00:03:00 •Lesson 9d: 00:03:00 •Lesson 9e: 00:03:00 •Lesson 9f: 00:03:00 •Lesson 9g: 00:03:00 •Introduction: 00:05:00 •Lesson 1a: 00:03:00 •Lesson 1b: 00:03:00 •Lesson 1c: 00:05:00 •Lesson 1d: 00:04:00 •Lesson 2a: 00:04:00 •Lesson 2b: 00:04:00 •Lesson 2c: 00:03:00 •Lesson 2d: 00:04:00 •Lesson 2e: 00:04:00 •Lesson 2f: 00:03:00 •Lesson 3a: 00:03:00 •Lesson 3b: 00:04:00 •Lesson 3c: 00:03:00 •Lesson 3d: 00:04:00 •Lesson 3e: 00:04:00 •Lesson 3f: 00:03:00 •Lesson 3g: 00:03:00 •Lesson 4a: 00:03:00 •Lesson 4b: 00:03:00 •Lesson 4c: 00:03:00 •Lesson 4d: 00:03:00 •Lesson 4e: 00:03:00 •Lesson 4f: 00:03:00 •Lesson 4g: 00:03:00 •Lesson 4h: 00:03:00 •Lesson 4i: 00:04:00 •Lesson 5a: 00:04:00 •Lesson 5b: 00:03:00 •Lesson 5c: 00:03:00 •Lesson 5d: 00:03:00 •Lesson 5e: 00:03:00 •Lesson 5f: 00:03:00 •Lesson 5g: 00:03:00 •Lesson 5h: 00:03:00 •Lesson 5i: 00:03:00 •Lesson 5j: 00:04:00 •Lesson 6a: 00:03:00 •Lesson 6b: 00:03:00 •Lesson 6c: 00:03:00 •Lesson 6d: 00:03:00 •Lesson 6e: 00:03:00 •Lesson 6f: 00:04:00 •Lesson 6g: 00:04:00 •Lesson 7a: 00:03:00 •Lesson 7b: 00:03:00 •Lesson 7c: 00:03:00 •Lesson 7d: 00:03:00 •Lesson 7e: 00:03:00 •Lesson 7f: 00:03:00 •Lesson 7g: 00:03:00 •Lesson 7h: 00:03:00 •Lesson 7i: 00:02:00 •Lesson 7j: 00:03:00 •Lesson 8a: 00:03:00 •Lesson 8b: 00:03:00 •Lesson 8c: 00:03:00 •Lesson 8d: 00:03:00 •Lesson 8e: 00:03:00 •Lesson 8f: 00:03:00 •Lesson 8g: 00:03:00 •Lesson 8h: 00:03:00 •Lesson 8i: 00:03:00 •Lesson 8j: 00:03:00 •Lesson 8k: 00:04:00 •Lesson 9a: 00:03:00 •Lesson 9b: 00:03:00 •Lesson 9c: 00:04:00 •Lesson 9d: 00:03:00 •Lesson 9e: 00:03:00 •Lesson 9f: 00:03:00 •Lesson 9g: 00:05:00 •Resources - Beginners German Course: 00:00:00 •Lesson 1a: 00:03:00 •Lesson 1b: 00:03:00 •Lesson 1c: 00:03:00 •Lesson 1d: 00:03:00 •Lesson 2a: 00:03:00 •Lesson 2b: 00:03:00 •Lesson 2c: 00:03:00 •Lesson 2d: 00:03:00 •Lesson 2e: 00:05:00 •Lesson 3a: 00:03:00 •Lesson 3b: 00:03:00 •Lesson 3c: 00:04:00 •Lesson 3d: 00:03:00 •Lesson 3e: 00:03:00 •Lesson 3f: 00:03:00 •Lesson 4a: 00:03:00 •Lesson 4b: 00:03:00 •Lesson 4c: 00:03:00 •Lesson 4d: 00:03:00 •Lesson 4e: 00:03:00 •Lesson 4f: 00:03:00 •Lesson 4g: 00:05:00 •Lesson 5a: 00:03:00 •Lesson 5b: 00:03:00 •Lesson 5c: 00:03:00 •Lesson 5d: 00:03:00 •Lesson 5e: 00:04:00 •Lesson 5f: 00:03:00 •Lesson 5g: 00:03:00 •Lesson 5h: 00:03:00 •Lesson 5i: 00:05:00 •Lesson 6a: 00:03:00 •Lesson 6b: 00:03:00 •Lesson 6c: 00:03:00 •Lesson 6d: 00:03:00 •Lesson 6e: 00:03:00 •Lesson 6f: 00:03:00 •Lesson 6g: 00:04:00 •Lesson 7a: 00:03:00 •Lesson 7b: 00:03:00 •Lesson 7c: 00:03:00 •Lesson 7d: 00:03:00 •Lesson 7e: 00:03:00 •Lesson 7f: 00:03:00 •Lesson 7g: 00:03:00 •Lesson 7h: 00:03:00 •Lesson 8a: 00:03:00 •Lesson 8b: 00:03:00 •Lesson 8c: 00:03:00 •Lesson 8d: 00:05:00 •Lesson 8e: 00:03:00 •Lesson 8f: 00:04:00 •Lesson 8g: 00:03:00 •Lesson 8h: 00:03:00 •Lesson 8i: 00:03:00 •Lesson 8j: 00:03:00 •Lesson 8k: 00:03:00 •Lesson 9a: 00:03:00 •Lesson 9b: 00:03:00 •Lesson 9c: 00:03:00 •Lesson 9d: 00:03:00 •Lesson 9e: 00:03:00 •Lesson 9f: 00:06:00 •Introduction: 00:05:00 •Lesson 1a: 00:03:00 •Lesson 1b: 00:04:00 •Lesson 1c: 00:04:00 •Lesson 1d: 00:04:00 •Lesson 2a: 00:03:00 •Lesson 2b: 00:00:00 •Lesson 2c: 00:03:00 •Lesson 2d: 00:03:00 •Lesson 2e: 00:04:00 •Lesson 3a: 00:03:00 •Lesson 3b: 00:03:00 •Lesson 3c: 00:04:00 •Lesson 3d: 00:03:00 •Lesson 3e: 00:05:00 •Lesson 3f: 00:04:00 •Lesson 4a: 00:03:00 •Lesson 4b: 00:03:00 •Lesson 4c: 00:03:00 •Lesson 4d: 00:03:00 •Lesson 4e: 00:03:00 •Lesson 4f: 00:03:00 •Lesson 4g: 00:05:00 •Lesson 5a: 00:03:00 •Lesson 5b: 00:03:00 •Lesson 5c: 00:03:00 •Lesson 5d: 00:03:00 •Lesson 5e: 00:03:00 •Lesson 5f: 00:03:00 •Lesson 5g: 00:03:00 •Lesson 5h: 00:03:00 •Lesson 5i: 00:03:00 •Lesson 5j: 00:04:00 •Lesson 6a: 00:03:00 •Lesson 6b: 00:03:00 •Lesson 6c: 00:03:00 •Lesson 6d: 00:03:00 •Lesson 6e: 00:03:00 •Lesson 6f: 00:03:00 •Lesson 6g: 00:05:00 •Lesson 7a: 00:03:00 •Lesson 7b: 00:03:00 •Lesson 7c: 00:03:00 •Lesson 7d: 00:03:00 •Lesson 7e: 00:03:00 •Lesson 7f: 00:03:00 •Lesson 7g: 00:03:00 •Lesson 7h: 00:04:00 •Lesson 8a: 00:03:00 •Lesson 8b: 00:03:00 •Lesson 8c: 00:03:00 •Lesson 8d: 00:04:00 •Lesson 8e: 00:03:00 •Lesson 8f: 00:03:00 •Lesson 8g: 00:03:00 •Lesson 8h: 00:03:00 •Lesson 8i: 00:04:00 •Lesson 8j: 00:03:00 •Lesson 8k: 00:03:00 •Lesson 8l: 00:03:00 •Lesson 8m: 00:03:00 •Lesson 9a: 00:03:00 •Lesson 9b: 00:03:00 •Lesson 9c: 00:03:00 •Lesson 9d: 00:03:00 •Lesson 9e: 00:03:00 •Lesson 9f: 00:03:00 •Lesson 9g: 00:04:00 •Resource - Beginners Italian Course: 00:30:00 •Lesson 1a: 00:03:00 •Lesson 1b: 00:03:00 •Lesson 1c: 00:04:00 •Lesson 2a: 00:04:00 •Lesson 2b: 00:03:00 •Lesson 2c: 00:05:00 •Lesson 2d: 00:05:00 •Lesson 2e: 00:01:00 •Lesson 3a: 00:04:00 •Lesson 3b: 00:03:00 •Lesson 3c: 00:04:00 •Lesson 3d: 00:04:00 •Lesson 3e: 00:03:00 •Lesson 3f: 00:03:00 •Lesson 4a: 00:03:00 •Lesson 4b: 00:03:00 •Lesson 4c: 00:03:00 •Lesson 4d: 00:03:00 •Lesson 4e: 00:03:00 •Introducing 3 categories of words in Arabic العَربيةأنواعُ الكلمةِ في اللغة: 00:05:00 •Arabic nouns according to their intelligence العَاقِل والغَير العَاقِل والجَمَاد: 00:04:00 •Arabic nouns according to their gender التَّذكِير والتَّأنيث: 00:02:00 •Arabic nouns according to their number المُفرد والمُثنى والجَمع: 00:07:00 •Formula 1 How to convert singular masculine noun to singular feminine noun تَحو: 00:06:00 •Formula 2 How to convert singular noun to dual masculine noun with examples: 00:11:00 •Formula 3 How to convert singular noun to dual feminine noun with examples: 00:09:00 •Formula 4 How to convert singular noun to masculine sound plural noun with example: 00:07:00 •Formula 5 How to convert singular noun to feminine sound plural noun with example: 00:09:00 •Formula 6 Broken plural different forms with examples جَمْع التكْسِير: 00:12:00 •More examples on nouns according to gender, number, intelligence and case ending: 00:18:00 •Introducing the doerالفاعل and its 2 types; apparent and hidden with example: 00:13:00 •Understanding the apparent doer الفاعل الظاهرand typical syntax when it is singu: 00:06:00 •Understanding the apparent doer الفَاعِل الظَّاهرand typical syntax when it is d: 00:07:00 •Understanding the apparent doer الفَاعِل الظَّاهر and typical syntax when it is: 00:06:00 •Understanding the hidden doer الفَاعِل المُسْتَتِرand typical syntax when it is: 00:05:00 •Understanding the hidden doer الفَاعِل المُسْتَتِرand typical syntax: 00:05:00 •Understanding the hidden doer الفَاعِل المُسْتَتِرand typical syntax when it is: 00:05:00 •Introducing the subject of the passive نائب الفاعِل: 00:16:00 •Understanding 'the subject of the passive' نائبُ الفَاعِلand typical syntax ال: 00:07:00 •Understanding 'the subject of the passive' and typical syntax analysis الإعراب w: 00:07:00 •Understanding 'the subject of the passive' and typical syntax analysis الإعراب: 00:10:00

European Languages Training Bundle (5 Languages Masterclass)
Delivered Online On Demand19 hours 10 minutes
£12

French : Beginner's Guide Level 3

5.0(10)

By Apex Learning

Overview Learn one of the most spoken languages worldwide - French, with our French : Beginner's Guide Level 3 course! French is one of the official languages of the United Nations and the European Union. It plays a significant role in diplomacy and international relations, driving millions of people to learn french. This interactive course will assist you in learning French with easy methods. It will also teach you vocabularies, phrases, sentence structure, and important conversational words. This French : Beginner's Guide Level 3 course will help you gain the confidence to speak French in front of others, to take part in everyday basic conversations.Sign up today and explore the romance language, French! 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 French : Beginner's Guide Level 3. It is available to all students, of all academic backgrounds. Requirements Our French : Beginner's Guide Level 3 is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible on tablets and smartphones so you can access your course on wifi, 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 10 sections • 65 lectures • 03:32:00 total length •French in just three minutes?: 00:05:00 •Lesson 1a: 00:03:00 •Lesson 1b: 00:03:00 •Lesson 1c: 00:03:00 •Lesson 1d: 00:03:00 •Lesson 2a: 00:03:00 •Lesson 2b: 00:03:00 •Lesson 2c: 00:03:00 •Lesson 2d: 00:03:00 •Lesson 2e: 00:05:00 •Lesson 3a: 00:03:00 •Lesson 3b: 00:03:00 •Lesson 3c: 00:04:00 •Lesson 3d: 00:03:00 •Lesson 3e: 00:03:00 •Lesson 3f: 00:03:00 •Lesson 3g: 00:03:00 •Lesson 4a: 00:03:00 •Lesson 4b: 00:03:00 •Lesson 4c: 00:03:00 •Lesson 4d: 00:03:00 •Lesson 4e: 00:03:00 •Lesson 4f: 00:03:00 •Lesson 4g: 00:05:00 •Lesson 5a: 00:03:00 •Lesson 5b: 00:03:00 •Lesson 5c: 00:03:00 •Lesson 5d: 00:03:00 •Lesson 5e: 00:04:00 •Lesson 5f: 00:03:00 •Lesson 5g: 00:03:00 •Lesson 5h: 00:03:00 •Lesson 5i: 00:05:00 •Lesson 6a: 00:03:00 •Lesson 6b: 00:03:00 •Lesson 6c: 00:03:00 •Lesson 6d: 00:03:00 •Lesson 6e: 00:03:00 •Lesson 6f: 00:03:00 •Lesson 6g: 00:04:00 •Lesson 7a: 00:03:00 •Lesson 7b: 00:03:00 •Lesson 7c: 00:03:00 •Lesson 7d: 00:03:00 •Lesson 7e: 00:03:00 •Lesson 7f: 00:03:00 •Lesson 7g: 00:03:00 •Lesson 7h: 00:03:00 •Lesson 8a: 00:03:00 •Lesson 8b: 00:03:00 •Lesson 8c: 00:03:00 •Lesson 8d: 00:05:00 •Lesson 8e: 00:03:00 •Lesson 8f: 00:04:00 •Lesson 8g: 00:03:00 •Lesson 8h: 00:03:00 •Lesson 8i: 00:03:00 •Lesson 8j: 00:03:00 •Lesson 8k: 00:03:00 •Lesson 9a: 00:03:00 •Lesson 9b: 00:03:00 •Lesson 9c: 00:03:00 •Lesson 9d: 00:03:00 •Lesson 9e: 00:03:00 •Lesson 9f: 00:06:00

French : Beginner's Guide Level 3
Delivered Online On Demand3 hours 32 minutes
£12

French Course Level 3

5.0(10)

By Apex Learning

Overview Learn the French language to open doors to new opportunitiesin education and travel, by enrolling in our exclusively designed French Course Level 3.This course will provide you with the elementary skills to boost your French speaking ability, upgrade your networking skills and communicate with people across the world.French is a top international language. This course is packed with all the knowledge and skills required to excel in this language. After your successful completion, you will be more than capable of addressing and greeting people in French, asking someone for assistance, communicating in emergencies, and much more. Enrol today to start with a good base for learning other languages. 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 French Course Level 3. It is available to all students, of all academic backgrounds. Requirements Our French Course Level 3 is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible on tablets and smartphones so you can access your course on wifi, 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 10 sections • 65 lectures • 03:32:00 total length •French in just three minutes?: 00:05:00 •Lesson 1a: 00:03:00 •Lesson 1b: 00:03:00 •Lesson 1c: 00:03:00 •Lesson 1d: 00:03:00 •Lesson 2a: 00:03:00 •Lesson 2b: 00:03:00 •Lesson 2c: 00:03:00 •Lesson 2d: 00:03:00 •Lesson 2e: 00:05:00 •Lesson 3a: 00:03:00 •Lesson 3b: 00:03:00 •Lesson 3c: 00:04:00 •Lesson 3d: 00:03:00 •Lesson 3e: 00:03:00 •Lesson 3f: 00:03:00 •Lesson 3g: 00:03:00 •Lesson 4a: 00:03:00 •Lesson 4b: 00:03:00 •Lesson 4c: 00:03:00 •Lesson 4d: 00:03:00 •Lesson 4e: 00:03:00 •Lesson 4f: 00:03:00 •Lesson 4g: 00:05:00 •Lesson 5a: 00:03:00 •Lesson 5b: 00:03:00 •Lesson 5c: 00:03:00 •Lesson 5d: 00:03:00 •Lesson 5e: 00:04:00 •Lesson 5f: 00:03:00 •Lesson 5g: 00:03:00 •Lesson 5h: 00:03:00 •Lesson 5i: 00:05:00 •Lesson 6a: 00:03:00 •Lesson 6b: 00:03:00 •Lesson 6c: 00:03:00 •Lesson 6d: 00:03:00 •Lesson 6e: 00:03:00 •Lesson 6f: 00:03:00 •Lesson 6g: 00:04:00 •Lesson 7a: 00:03:00 •Lesson 7b: 00:03:00 •Lesson 7c: 00:03:00 •Lesson 7d: 00:03:00 •Lesson 7e: 00:03:00 •Lesson 7f: 00:03:00 •Lesson 7g: 00:03:00 •Lesson 7h: 00:03:00 •Lesson 8a: 00:03:00 •Lesson 8b: 00:03:00 •Lesson 8c: 00:03:00 •Lesson 8d: 00:05:00 •Lesson 8e: 00:03:00 •Lesson 8f: 00:04:00 •Lesson 8g: 00:03:00 •Lesson 8h: 00:03:00 •Lesson 8i: 00:03:00 •Lesson 8j: 00:03:00 •Lesson 8k: 00:03:00 •Lesson 9a: 00:03:00 •Lesson 9b: 00:03:00 •Lesson 9c: 00:03:00 •Lesson 9d: 00:03:00 •Lesson 9e: 00:03:00 •Lesson 9f: 00:06:00

French Course Level 3
Delivered Online On Demand3 hours 32 minutes
£12

Spanish Language for Beginners

5.0(10)

By Apex Learning

Overview This comprehensive course on Spanish Language for Beginners will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Spanish Language for Beginners 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? After successfully completing the course you will be able to order your certificate, these are included in the price. Who is This course for? There is no experience or previous qualifications required for enrolment on this Spanish Language for Beginners. It is available to all students, of all academic backgrounds. Requirements Our Spanish Language for Beginners 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 • 69 lectures • 03:40:00 total length •Introduction: 00:05:00 •Lesson 1a: 00:03:00 •Lesson 1b: 00:04:00 •Lesson 1c: 00:04:00 •Lesson 1d: 00:04:00 •Lesson 2a: 00:03:00 •Lesson 2b: 00:04:00 •Lesson 2c: 00:04:00 •Lesson 2d: 00:04:00 •Lesson 2e: 00:03:00 •Lesson 3a: 00:04:00 •Lesson 3b: 00:03:00 •Lesson 3c: 00:04:00 •Lesson 3d: 00:03:00 •Lesson 3e: 00:03:00 •Lesson 3f: 00:05:00 •Lesson 4a: 00:03:00 •Lesson 4b: 00:03:00 •Lesson 4c: 00:03:00 •Lesson 4d: 00:03:00 •Lesson 4e: 00:03:00 •Lesson 4f: 00:03:00 •Lesson 4g: 00:03:00 •Lesson 4h: 00:04:00 •Lesson 5a: 00:03:00 •Lesson 5b: 00:03:00 •Lesson 5c: 00:03:00 •Lesson 5d: 00:03:00 •Lesson 5e: 00:03:00 •Lesson 5f: 00:03:00 •Lesson 5g: 00:03:00 •Lesson 5h: 00:03:00 •Lesson 5i: 00:03:00 •Lesson 5j: 00:03:00 •Lesson 5k3: 00:03:00 •Lesson 6a: 00:03:00 •Lesson 6b: 00:03:00 •Lesson 6c: 00:03:00 •Lesson 6d: 00:03:00 •Lesson 6e: 00:03:00 •Lesson 6f: 00:03:00 •Lesson 6g: 00:03:00 •Lesson 7a: 00:03:00 •Lesson 7b: 00:03:00 •Lesson 7c: 00:03:00 •Lesson 7d: 00:03:00 •Lesson 7e: 00:03:00 •Lesson 7f: 00:03:00 •Lesson 7g: 00:03:00 •Lesson 7h: 00:03:00 •Lesson 8a: 00:03:00 •Lesson 8b: 00:03:00 •Lesson 8c: 00:03:00 •Lesson 8d: 00:04:00 •Lesson 8e: 00:03:00 •Lesson 8f: 00:04:00 •Lesson 8g: 00:03:00 •Lesson 8h: 00:03:00 •Lesson 8i: 00:03:00 •Lesson 8j: 00:03:00 •Lesson 8k: 00:04:00 •Lesson 9a: 00:03:00 •Lesson 9b: 00:03:00 •Lesson 9c: 00:03:00 •Lesson 9d: 00:03:00 •Lesson 9e: 00:03:00 •Lesson 9f: 00:03:00 •Lesson 9g: 00:03:00 •Resources: Beginners Spanish Course: 00:00:00

Spanish Language for Beginners
Delivered Online On Demand3 hours 40 minutes
£12

French Language for Beginners

5.0(10)

By Apex Learning

Overview This comprehensive course on French Language for Beginners will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This French Language for Beginners 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 French Language for Beginners. It is available to all students, of all academic backgrounds. Requirements Our French Language for Beginners 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 10 sections • 65 lectures • 03:32:00 total length •French in just three minutes?: 00:05:00 •Lesson 1a: 00:03:00 •Lesson 1b: 00:03:00 •Lesson 1c: 00:03:00 •Lesson 1d: 00:03:00 •Lesson 2a: 00:03:00 •Lesson 2b: 00:03:00 •Lesson 2c: 00:03:00 •Lesson 2d: 00:03:00 •Lesson 2e: 00:05:00 •Lesson 3a: 00:03:00 •Lesson 3b: 00:03:00 •Lesson 3c: 00:04:00 •Lesson 3d: 00:03:00 •Lesson 3e: 00:03:00 •Lesson 3f: 00:03:00 •Lesson 3g: 00:03:00 •Lesson 4a: 00:03:00 •Lesson 4b: 00:03:00 •Lesson 4c: 00:03:00 •Lesson 4d: 00:03:00 •Lesson 4e: 00:03:00 •Lesson 4f: 00:03:00 •Lesson 4g: 00:05:00 •Lesson 5a: 00:03:00 •Lesson 5b: 00:03:00 •Lesson 5c: 00:03:00 •Lesson 5d: 00:03:00 •Lesson 5e: 00:04:00 •Lesson 5f: 00:03:00 •Lesson 5g: 00:03:00 •Lesson 5h: 00:03:00 •Lesson 5i: 00:05:00 •Lesson 6a: 00:03:00 •Lesson 6b: 00:03:00 •Lesson 6c: 00:03:00 •Lesson 6d: 00:03:00 •Lesson 6e: 00:03:00 •Lesson 6f: 00:03:00 •Lesson 6g: 00:04:00 •Lesson 7a: 00:03:00 •Lesson 7b: 00:03:00 •Lesson 7c: 00:03:00 •Lesson 7d: 00:03:00 •Lesson 7e: 00:03:00 •Lesson 7f: 00:03:00 •Lesson 7g: 00:03:00 •Lesson 7h: 00:03:00 •Lesson 8a: 00:03:00 •Lesson 8b: 00:03:00 •Lesson 8c: 00:03:00 •Lesson 8d: 00:05:00 •Lesson 8e: 00:03:00 •Lesson 8f: 00:04:00 •Lesson 8g: 00:03:00 •Lesson 8h: 00:03:00 •Lesson 8i: 00:03:00 •Lesson 8j: 00:03:00 •Lesson 8k: 00:03:00 •Lesson 9a: 00:03:00 •Lesson 9b: 00:03:00 •Lesson 9c: 00:03:00 •Lesson 9d: 00:03:00 •Lesson 9e: 00:03:00 •Lesson 9f: 00:06:00

French Language for Beginners
Delivered Online On Demand3 hours 32 minutes
£12

German Language for Beginners

5.0(10)

By Apex Learning

Overview This comprehensive course on German Language for Beginners will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This German Language for Beginners 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 German Language for Beginners. It is available to all students, of all academic backgrounds. Requirements Our German Language for Beginners 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 • 73 lectures • 03:56:00 total length •Introduction: 00:05:00 •Lesson 1a: 00:03:00 •Lesson 1b: 00:03:00 •Lesson 1c: 00:05:00 •Lesson 1d: 00:04:00 •Lesson 2a: 00:04:00 •Lesson 2b: 00:04:00 •Lesson 2c: 00:03:00 •Lesson 2d: 00:04:00 •Lesson 2e: 00:04:00 •Lesson 2f: 00:03:00 •Lesson 3a: 00:03:00 •Lesson 3b: 00:04:00 •Lesson 3c: 00:03:00 •Lesson 3d: 00:04:00 •Lesson 3e: 00:04:00 •Lesson 3f: 00:03:00 •Lesson 3g: 00:03:00 •Lesson 4a: 00:03:00 •Lesson 4b: 00:03:00 •Lesson 4c: 00:03:00 •Lesson 4d: 00:03:00 •Lesson 4e: 00:03:00 •Lesson 4f: 00:03:00 •Lesson 4g: 00:03:00 •Lesson 4h: 00:03:00 •Lesson 4i: 00:04:00 •Lesson 5a: 00:04:00 •Lesson 5b: 00:03:00 •Lesson 5c: 00:03:00 •Lesson 5d: 00:03:00 •Lesson 5e: 00:03:00 •Lesson 5f: 00:03:00 •Lesson 5g: 00:03:00 •Lesson 5h: 00:03:00 •Lesson 5i: 00:03:00 •Lesson 5j: 00:04:00 •Lesson 6a: 00:03:00 •Lesson 6b: 00:03:00 •Lesson 6c: 00:03:00 •Lesson 6d: 00:03:00 •Lesson 6e: 00:03:00 •Lesson 6f: 00:04:00 •Lesson 6g: 00:04:00 •Lesson 7a: 00:03:00 •Lesson 7b: 00:03:00 •Lesson 7c: 00:03:00 •Lesson 7d: 00:03:00 •Lesson 7e: 00:03:00 •Lesson 7f: 00:03:00 •Lesson 7g: 00:03:00 •Lesson 7h: 00:03:00 •Lesson 7i: 00:02:00 •Lesson 7j: 00:03:00 •Lesson 8a: 00:03:00 •Lesson 8b: 00:03:00 •Lesson 8c: 00:03:00 •Lesson 8d: 00:03:00 •Lesson 8e: 00:03:00 •Lesson 8f: 00:03:00 •Lesson 8g: 00:03:00 •Lesson 8h: 00:03:00 •Lesson 8i: 00:03:00 •Lesson 8j: 00:03:00 •Lesson 8k: 00:04:00 •Lesson 9a: 00:03:00 •Lesson 9b: 00:03:00 •Lesson 9c: 00:04:00 •Lesson 9d: 00:03:00 •Lesson 9e: 00:03:00 •Lesson 9f: 00:03:00 •Lesson 9g: 00:05:00 •Resources - Beginners German Course: 00:00:00

German Language for Beginners
Delivered Online On Demand3 hours 56 minutes
£12

German Language (Intermediate Level)

5.0(10)

By Apex Learning

Overview This comprehensive course on German Language (Intermediate Level) will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This German Language (Intermediate Level) 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 German Language (Intermediate Level). It is available to all students, of all academic backgrounds. Requirements Our German Language (Intermediate Level) 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 Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 11 sections • 74 lectures • 03:58:00 total length •Promo video 00:02:00 •Introduction: 00:05:00 •Lesson 1a: 00:03:00 •Lesson 1b: 00:03:00 •Lesson 1c: 00:05:00 •Lesson 1d: 00:04:00 •Lesson 2a: 00:04:00 •Lesson 2b: 00:04:00 •Lesson 2c: 00:03:00 •Lesson 2d: 00:04:00 •Lesson 2e: 00:04:00 •Lesson 2f: 00:03:00 •Lesson 3a: 00:03:00 •Lesson 3b: 00:04:00 •Lesson 3c: 00:03:00 •Lesson 3d: 00:04:00 •Lesson 3e: 00:04:00 •Lesson 3f: 00:03:00 •Lesson 3g: 00:03:00 •Lesson 4a: 00:03:00 •Lesson 4b: 00:03:00 •Lesson 4c: 00:03:00 •Lesson 4d: 00:03:00 •Lesson 4e: 00:03:00 •Lesson 4f: 00:03:00 •Lesson 4g: 00:03:00 •Lesson 4h: 00:03:00 •Lesson 4i: 00:04:00 •Lesson 5a: 00:04:00 •Lesson 5b: 00:03:00 •Lesson 5c: 00:03:00 •Lesson 5d: 00:03:00 •Lesson 5e: 00:03:00 •Lesson 5f: 00:03:00 •Lesson 5g: 00:03:00 •Lesson 5h: 00:03:00 •Lesson 5i: 00:03:00 •Lesson 5j: 00:04:00 •Lesson 6a: 00:03:00 •Lesson 6b: 00:03:00 •Lesson 6c: 00:03:00 •Lesson 6d: 00:03:00 •Lesson 6e: 00:03:00 •Lesson 6f: 00:04:00 •Lesson 6g: 00:04:00 •Lesson 7a: 00:03:00 •Lesson 7b: 00:03:00 •Lesson 7c: 00:03:00 •Lesson 7d: 00:03:00 •Lesson 7e: 00:03:00 •Lesson 7f: 00:03:00 •Lesson 7g: 00:03:00 •Lesson 7h: 00:03:00 •Lesson 7i: 00:02:00 •Lesson 7j: 00:03:00 •Lesson 8a: 00:03:00 •Lesson 8b: 00:03:00 •Lesson 8c: 00:03:00 •Lesson 8d: 00:03:00 •Lesson 8e: 00:03:00 •Lesson 8f: 00:03:00 •Lesson 8g: 00:03:00 •Lesson 8h: 00:03:00 •Lesson 8i: 00:03:00 •Lesson 8j: 00:03:00 •Lesson 8k: 00:04:00 •Lesson 9a: 00:03:00 •Lesson 9b: 00:03:00 •Lesson 9c: 00:04:00 •Lesson 9d: 00:03:00 •Lesson 9e: 00:03:00 •Lesson 9f: 00:03:00 •Lesson 9g: 00:05:00 •Resource - German Language (Intermediate Level): 00:00:00

German Language (Intermediate Level)
Delivered Online On Demand3 hours 58 minutes
£12

Beginners French Course

By iStudy UK

Enrol in our best-selling course to get a broad introduction to French and strengthen your basic knowledge of the French language. Taking this Beginners French Course will be ideal to gain an understanding of the most powerful ideas, and learn everything that demands to have a general conversation with native speakers in Spanish. You'll get an introduction to French grammar and vocabulary, following with tenses and learn how to use the French language in different life situations. Extend your vocabulary on various topics, including eating habits, skills, free time, work and fashion. Additionally, understand how to convey messages and talk about feelings and relationships, being environmentally and friendly and learn all the relevant expressions and pronunciation in the most obvious way possible. What Will I Learn? Learn French in simple, bite-sized chunks. Perfect for the complete beginner with no French knowledge. Be more than just an average tourist when traveling to French-speaking countries. Speak from the very first lesson. Build your own sentences without memorization. Complete lessons in 3-minute chunks - perfect for the busy learner. Learn words and phrases that you can use immediately. Requirements You don't need to know any French to succeed with 3 Minute French. Introduction to the course French in just three minutes? FREE 00:05:00 Lesson 1 Lesson 1a FREE 00:03:00 Lesson 1b 00:03:00 Lesson 1c 00:03:00 Lesson 1d 00:03:00 Lesson 2 Lesson 2a 00:03:00 Lesson 2b 00:03:00 Lesson 2c 00:03:00 Lesson 2d 00:03:00 Lesson 2e 00:05:00 Lesson 3 Lesson 3a 00:03:00 Lesson 3b 00:03:00 Lesson 3c 00:04:00 Lesson 3d 00:03:00 Lesson 3e 00:03:00 Lesson 3f 00:03:00 Lesson 3g 00:03:00 Lesson 4 Lesson 4a 00:03:00 Lesson 4b 00:03:00 Lesson 4c 00:03:00 Lesson 4d 00:03:00 Lesson 4e 00:03:00 Lesson 4f 00:03:00 Lesson 4g 00:05:00 Lesson 5 Lesson 5a 00:03:00 Lesson 5b 00:03:00 Lesson 5c 00:03:00 Lesson 5d 00:03:00 Lesson 5e 00:04:00 Lesson 5f 00:03:00 Lesson 5g 00:03:00 Lesson 5h 00:03:00 Lesson 5i 00:05:00 Lesson 6 Lesson 6a 00:03:00 Lesson 6b 00:03:00 Lesson 6c 00:03:00 Lesson 6d 00:03:00 Lesson 6e 00:03:00 Lesson 6f 00:03:00 Lesson 6g 00:04:00 Lesson 7 Lesson 7a 00:03:00 Lesson 7b 00:03:00 Lesson 7c 00:03:00 Lesson 7d 00:03:00 Lesson 7e 00:03:00 Lesson 7f 00:03:00 Lesson 7g 00:03:00 Lesson 7h 00:03:00 Lesson 8 Lesson 8a 00:03:00 Lesson 8b 00:03:00 Lesson 8c 00:03:00 Lesson 8d 00:05:00 Lesson 8e 00:03:00 Lesson 8f 00:04:00 Lesson 8g 00:03:00 Lesson 8h 00:03:00 Lesson 8i 00:03:00 Lesson 8j 00:03:00 Lesson 8k 00:03:00 Lesson 9 Lesson 9a 00:03:00 Lesson 9b 00:03:00 Lesson 9c 00:03:00 Lesson 9d 00:03:00 Lesson 9e 00:03:00 Lesson 9f 00:06:00 Course Certification

Beginners French Course
Delivered Online On Demand3 hours 32 minutes
£25