{"id":504,"date":"2025-08-21T08:35:28","date_gmt":"2025-08-21T08:35:28","guid":{"rendered":"http:\/\/localhost\/englishlegalsystem\/?post_type=content&#038;p=504"},"modified":"2025-08-21T08:35:29","modified_gmt":"2025-08-21T08:35:29","slug":"chapter-6","status":"publish","type":"content","link":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/flashcards\/chapter-6\/","title":{"rendered":"Chapter 6"},"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>Adversarial<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>A system which allows two or more competing sides to present and argue their case. The argument is presented before a judge, who makes a decision based on the evidence presented.<\/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>Civil Procedure Rules (CPR)<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>The body of rules relating to procedure in civil courts. These were introduced as part of the Woolf Reforms.<\/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>County court<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>The county court hears civil matters, such as debt repayment and personal injury claims. It deals with relatively straightforward claims.<\/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>High Court of Justice<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>Often referred to as the High Court, this is a civil court, divided into the Chancery Division, the Family Division and the Queen&#8217;s Bench Division. It acts as both a Court of First Instance and an appellate court. The High Court sits at the Royal Courts of Justice in London.<\/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>Magistrates&#8217; court<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>The lowest court in the court hierarchy. It is presided over by lay magistrates or district judges. Most of a magistrates&#8217; business relates to criminal matters.<\/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>Master of the Rolls<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>One of the most senior judges in the English legal system. The Master of the Rolls is the Head of the Civil Court of Appeal.<\/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>Privy Council<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>A very old part of government with various functions, including monitoring the work of companies and bodies incorporated by Royal Charter. Its Judicial Committee acts as a final court of appeal in some Commonwealth countries. Many of the Lords of Appeal in Ordinary sit on the Privy Council Judicial Committee. Decisions of the Privy Council are persuasive rather than binding on English courts.<\/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>Puisne judges<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>Judges of the High Court. These are more often simply referred to as High Court judges. \u2018Puisne\u2019 is pronounced \u2018pewnee\u2019.<\/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-504","content","type-content","status-publish","format-standard","hentry"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/wp-json\/wp\/v2\/content\/504","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=504"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}