{"id":505,"date":"2025-08-21T08:35:02","date_gmt":"2025-08-21T08:35:02","guid":{"rendered":"http:\/\/localhost\/englishlegalsystem\/?post_type=content&#038;p=505"},"modified":"2025-08-21T08:35:02","modified_gmt":"2025-08-21T08:35:02","slug":"chapter-5","status":"publish","type":"content","link":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/flashcards\/chapter-5\/","title":{"rendered":"Chapter 5"},"content":{"rendered":"\n<!-- Swiper -->\n<div class=\"swiper mySwiper\">\n    <div class=\"swiper-wrapper\">\n\n        \n        <!-- Swiper Slide -->\n        <div class=\"swiper-slide\">\n          <!-- Flashcard -->\n           <button class=\"flip-card\" role=\"button\" tabindex=\"0\">\n            <div class=\"flip-card-inner\">\n              <div class=\"flip-card-front\"><p><p>Alternative dispute resolution (ADR)<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>Methods such as arbitration, mediation, conciliation and negotiation that people can use to resolve a dispute without the case reaching the courts, ADR offers an alternative to litigation.<\/p>\n<\/div>\n            <\/div>\n          <\/button>\n        <\/div>\n\n        \n        <!-- Swiper Slide -->\n        <div class=\"swiper-slide\">\n          <!-- Flashcard -->\n           <button class=\"flip-card\" role=\"button\" tabindex=\"0\">\n            <div class=\"flip-card-inner\">\n              <div class=\"flip-card-front\"><p><p>Chambers<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>Barristers are usually self-employed, but they form organisations, known as chambers, through which they share a building, overheads and clerking services. A specific barristers&#8217; chambers is referred to as a \u2018set\u2019 of chambers. Individual sets often develop their own specialisms in, for example, family law or crime.<\/p>\n<\/div>\n            <\/div>\n          <\/button>\n        <\/div>\n\n        \n        <!-- Swiper Slide -->\n        <div class=\"swiper-slide\">\n          <!-- Flashcard -->\n           <button class=\"flip-card\" role=\"button\" tabindex=\"0\">\n            <div class=\"flip-card-inner\">\n              <div class=\"flip-card-front\"><p><p>Court of First Instance<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>A court that hears a case for the first time.<\/p>\n<\/div>\n            <\/div>\n          <\/button>\n        <\/div>\n\n        \n        <!-- Swiper Slide -->\n        <div class=\"swiper-slide\">\n          <!-- Flashcard -->\n           <button class=\"flip-card\" role=\"button\" tabindex=\"0\">\n            <div class=\"flip-card-inner\">\n              <div class=\"flip-card-front\"><p><p>European Community (EC) Law<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>The body of law that has emerged from the European Community.<\/p>\n<\/div>\n            <\/div>\n          <\/button>\n        <\/div>\n\n        \n        <!-- Swiper Slide -->\n        <div class=\"swiper-slide\">\n          <!-- Flashcard -->\n           <button class=\"flip-card\" role=\"button\" tabindex=\"0\">\n            <div class=\"flip-card-inner\">\n              <div class=\"flip-card-front\"><p><p>European Court of Justice (ECJ)<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>The judicial arm of the European Union (EU). The ECJ is an institution of the EU which hears actions brought by the European Commission against Member States for breaches of EC law and hears Art 234 References from Member State courts to clarify questions of EC law. In the field of community law, ECJ judgments overrule those of national courts. The ECJ sits at Luxembourg.<\/p>\n<\/div>\n            <\/div>\n          <\/button>\n        <\/div>\n\n        \n        <!-- Swiper Slide -->\n        <div class=\"swiper-slide\">\n          <!-- Flashcard -->\n           <button class=\"flip-card\" role=\"button\" tabindex=\"0\">\n            <div class=\"flip-card-inner\">\n              <div class=\"flip-card-front\"><p><p>European Parliament<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>A directly elected body which is an institution of the European Union. It plays a significant role in the European Community legislative process, though it is not a legislative body in the same way as the UK Parliament. For example, it does not have sole law making power, though it does have an increasing role of co-decision with the Council of Ministers.<\/p>\n<\/div>\n            <\/div>\n          <\/button>\n        <\/div>\n\n        \n        <!-- Swiper Slide -->\n        <div class=\"swiper-slide\">\n          <!-- Flashcard -->\n           <button class=\"flip-card\" role=\"button\" tabindex=\"0\">\n            <div class=\"flip-card-inner\">\n              <div class=\"flip-card-front\"><p><p>Negotiation<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>A resolution process whereby a compromise is made and an agreement reached between parties. An ability to negotiate is a key skill for a lawyer, as effective negotiations before litigation may mean that the parties resolve their differences and do not have to resort to going to court.<\/p>\n<\/div>\n            <\/div>\n          <\/button>\n        <\/div>\n\n        \n        <div id=\"flashcard-instruction\" class=\"sr-only\">Press Enter or Space to flip the card<\/div><div id=\"flip-announcement\" class=\"sr-only\" role=\"status\" aria-live=\"polite\"><\/div>\n\n    <\/div>\n\n    <div class=\"swiper-button-next\"><\/div>\n    <div class=\"swiper-button-prev\"><\/div>\n    <div class=\"swiper-pagination\"><\/div>\n    \n<\/div>\n<div role=\"region\" aria-live=\"polite\" id=\"announcement\" class=\"visually-hidden\"><\/div>\n\n<script>\n\nvar swiper = new Swiper(\".mySwiper\", {\n    pagination: {\n    el: \".swiper-pagination\",\n    type: \"fraction\",\n    },\n    navigation: {\n    nextEl: \".swiper-button-next\",\n    prevEl: \".swiper-button-prev\",\n    },\n});\n\n\n\nconst flipCards = document.querySelectorAll('.flip-card');\n  const announcement = document.getElementById('announcement');\n\n  flipCards.forEach(flipCard => {\n    flipCard.addEventListener('click', () => {\n      flipCard.classList.toggle('flipped');\n      const frontContent = flipCard.getAttribute('data-front');\n      const backContent = flipCard.getAttribute('data-back');\n      const isFlipped = flipCard.classList.contains('flipped');\n      \n      if (isFlipped) {\n        announcement.textContent = `${backContent} is now visible.`;\n      } else {\n        announcement.textContent = `${frontContent} is now visible.`;\n      }\n    });\n\n    flipCard.addEventListener('keydown', event => {\n      if (event.key === 'Enter' || event.key === ' ') {\n        flipCard.classList.toggle('flipped');\n        const frontContent = flipCard.getAttribute('data-front');\n        const backContent = flipCard.getAttribute('data-back');\n        const isFlipped = flipCard.classList.contains('flipped');\n        \n        if (isFlipped) {\n          announcement.textContent = `${backContent} is now visible.`;\n        } else {\n          announcement.textContent = `${frontContent} is now visible.`;\n        }\n      }\n    });\n\n    flipCard.addEventListener('focus', () => {\n      const frontContent = flipCard.getAttribute('data-front');\n      announcement.textContent = `Card: ${frontContent}  Press Space or Enter to flip`;\n    });\n\n    flipCard.addEventListener('blur', () => {\n      announcement.textContent = '';\n    });\n  });\n<\/script>","protected":false},"featured_media":0,"parent":487,"menu_order":0,"template":"","format":"standard","meta":{"_acf_changed":false},"class_list":["post-505","content","type-content","status-publish","format-standard","hentry"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/wp-json\/wp\/v2\/content\/505","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/wp-json\/wp\/v2\/content"}],"about":[{"href":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/wp-json\/wp\/v2\/types\/content"}],"up":[{"embeddable":true,"href":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/wp-json\/wp\/v2\/content\/487"}],"wp:attachment":[{"href":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/wp-json\/wp\/v2\/media?parent=505"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}