{"id":506,"date":"2025-08-21T08:36:07","date_gmt":"2025-08-21T08:36:07","guid":{"rendered":"http:\/\/localhost\/englishlegalsystem\/?post_type=content&#038;p=506"},"modified":"2025-08-21T08:36:08","modified_gmt":"2025-08-21T08:36:08","slug":"chapter-7","status":"publish","type":"content","link":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/flashcards\/chapter-7\/","title":{"rendered":"Chapter 7"},"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>Duty of care<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>A concept associated with Lord Atkin&#8217;s &#8216;neighbour test&#8217; in Donoghue v Stevenson (1932), that a defendant will owe a duty if it is reasonably foreseeable that his or her acts or omissions would affect a neighbour.<\/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>Fast track<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>One of three tracks that determine the way in which claims are dealt with by the court. The fast claims track refers to claims with a value of over \u00a35,000 but less than \u00a315,000, provided that the trial is likely to last no longer than a day.<\/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>Multi-track<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>One of three tracks that determine the way in which claims are dealt with by the courts. The multi-track applies to all claims not falling within the financial limits of the small claims or fast tracks and\/or complex cases.<\/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>Overriding objective<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>The primary aim of the court, which is to deal with cases justly. This includes ensuring that cases are dealt with expeditiously and with proportionality.<\/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>Practice Direction<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>A published statement that sets out the relevant procedure for courts to follow. It is intended to ensure uniformity in proceedings.<\/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>Pre-action protocol<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>Protocols which encourage the parties to exchange information at an early stage in their dispute, before court proceedings have been commenced. The aim is to encourage parties to settle their disputes without the need for litigation.<\/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-506","content","type-content","status-publish","format-standard","hentry"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/wp-json\/wp\/v2\/content\/506","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=506"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}