{"id":510,"date":"2025-08-21T08:42:34","date_gmt":"2025-08-21T08:42:34","guid":{"rendered":"http:\/\/localhost\/englishlegalsystem\/?post_type=content&#038;p=510"},"modified":"2025-08-21T08:42:34","modified_gmt":"2025-08-21T08:42:34","slug":"chapter-11","status":"publish","type":"content","link":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/flashcards\/chapter-11\/","title":{"rendered":"Chapter 11"},"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>Crown Prosecution Service (CPS)<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>The CPS advises the police on bringing a prosecution. It makes the decision whether or not to prosecute someone who has been charged with an offence and then prepares the case against the offender and brings the prosecution to court. The CPS is headed by the Director of Public Prosecutions (DPP).<\/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>Director of Public Prosecutions (DPP)<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>The Government&#8217;s most senior prosecutor. The DPP is head of the Crown Prosecution Service, and reports to the Attorney General.<\/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>Plea<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>A declaration made by a defendant at the outset of a criminal trial stating whether he or she is guilty or not guilty. This process is described as \u2018entering a plea\u2019 or as \u2018pleading\u2019 guilty or not guilty.<\/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>Bail<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>The release of an accused person from custody until the hearing of a trial<\/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>Sentencing<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>Is passed if the accused is found guilty <\/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>Aggravating factor<\/p>\n<\/p><\/div>\n              <div class=\"flip-card-back\"><p>something that makes a crime more serious<\/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-510","content","type-content","status-publish","format-standard","hentry"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 5.0.0.1 - aioseo.com -->\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/flashcards\/chapter-11\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Slapper and Kelly&#039;s The English Legal System - Twentieth Edition\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Chapter 11 - Slapper and Kelly&#039;s The English Legal System\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/flashcards\/chapter-11\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-08-21T08:42:34+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-08-21T08:42:34+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Chapter 11 - Slapper and Kelly&#039;s The English Legal System\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/staging.routledgelearning.com\\\/englishlegalsystem\\\/flashcards\\\/chapter-11\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/staging.routledgelearning.com\\\/englishlegalsystem#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/staging.routledgelearning.com\\\/englishlegalsystem\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/staging.routledgelearning.com\\\/englishlegalsystem\\\/flashcards\\\/#listItem\",\"name\":\"Flashcards\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/staging.routledgelearning.com\\\/englishlegalsystem\\\/flashcards\\\/#listItem\",\"position\":2,\"name\":\"Flashcards\",\"item\":\"https:\\\/\\\/staging.routledgelearning.com\\\/englishlegalsystem\\\/flashcards\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/staging.routledgelearning.com\\\/englishlegalsystem\\\/flashcards\\\/chapter-11\\\/#listItem\",\"name\":\"Chapter 11\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/staging.routledgelearning.com\\\/englishlegalsystem#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/staging.routledgelearning.com\\\/englishlegalsystem\\\/flashcards\\\/chapter-11\\\/#listItem\",\"position\":3,\"name\":\"Chapter 11\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/staging.routledgelearning.com\\\/englishlegalsystem\\\/flashcards\\\/#listItem\",\"name\":\"Flashcards\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/staging.routledgelearning.com\\\/englishlegalsystem\\\/#organization\",\"name\":\"Slapper and Kelly's The English Legal System 20th\",\"description\":\"Twentieth Edition\",\"url\":\"https:\\\/\\\/staging.routledgelearning.com\\\/englishlegalsystem\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/staging.routledgelearning.com\\\/englishlegalsystem\\\/flashcards\\\/chapter-11\\\/#webpage\",\"url\":\"https:\\\/\\\/staging.routledgelearning.com\\\/englishlegalsystem\\\/flashcards\\\/chapter-11\\\/\",\"name\":\"Chapter 11 - Slapper and Kelly's The English Legal System\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/staging.routledgelearning.com\\\/englishlegalsystem\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/staging.routledgelearning.com\\\/englishlegalsystem\\\/flashcards\\\/chapter-11\\\/#breadcrumblist\"},\"datePublished\":\"2025-08-21T08:42:34+00:00\",\"dateModified\":\"2025-08-21T08:42:34+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/staging.routledgelearning.com\\\/englishlegalsystem\\\/#website\",\"url\":\"https:\\\/\\\/staging.routledgelearning.com\\\/englishlegalsystem\\\/\",\"name\":\"Slapper and Kelly's The English Legal System 20th\",\"description\":\"Twentieth Edition\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/staging.routledgelearning.com\\\/englishlegalsystem\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Chapter 11 - Slapper and Kelly's The English Legal System<\/title>\n\n","aioseo_head_json":{"title":"Chapter 11 - Slapper and Kelly's The English Legal System","description":"","canonical_url":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/flashcards\/chapter-11\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/flashcards\/chapter-11\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/staging.routledgelearning.com\/englishlegalsystem#listItem","position":1,"name":"Home","item":"https:\/\/staging.routledgelearning.com\/englishlegalsystem","nextItem":{"@type":"ListItem","@id":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/flashcards\/#listItem","name":"Flashcards"}},{"@type":"ListItem","@id":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/flashcards\/#listItem","position":2,"name":"Flashcards","item":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/flashcards\/","nextItem":{"@type":"ListItem","@id":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/flashcards\/chapter-11\/#listItem","name":"Chapter 11"},"previousItem":{"@type":"ListItem","@id":"https:\/\/staging.routledgelearning.com\/englishlegalsystem#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/flashcards\/chapter-11\/#listItem","position":3,"name":"Chapter 11","previousItem":{"@type":"ListItem","@id":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/flashcards\/#listItem","name":"Flashcards"}}]},{"@type":"Organization","@id":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/#organization","name":"Slapper and Kelly's The English Legal System 20th","description":"Twentieth Edition","url":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/"},{"@type":"WebPage","@id":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/flashcards\/chapter-11\/#webpage","url":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/flashcards\/chapter-11\/","name":"Chapter 11 - Slapper and Kelly's The English Legal System","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/#website"},"breadcrumb":{"@id":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/flashcards\/chapter-11\/#breadcrumblist"},"datePublished":"2025-08-21T08:42:34+00:00","dateModified":"2025-08-21T08:42:34+00:00"},{"@type":"WebSite","@id":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/#website","url":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/","name":"Slapper and Kelly's The English Legal System 20th","description":"Twentieth Edition","inLanguage":"en-US","publisher":{"@id":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/#organization"}}]},"og:locale":"en_US","og:site_name":"Slapper and Kelly's The English Legal System - Twentieth Edition","og:type":"article","og:title":"Chapter 11 - Slapper and Kelly's The English Legal System","og:url":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/flashcards\/chapter-11\/","article:published_time":"2025-08-21T08:42:34+00:00","article:modified_time":"2025-08-21T08:42:34+00:00","twitter:card":"summary_large_image","twitter:title":"Chapter 11 - Slapper and Kelly's The English Legal System"},"aioseo_meta_data":{"post_id":"510","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-06-03 17:50:20","updated":"2026-06-03 17:50:20","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/staging.routledgelearning.com\/englishlegalsystem\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u203a<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/flashcards\/\" title=\"Flashcards\">Flashcards<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u203a<\/span><span class=\"aioseo-breadcrumb\">\n\tChapter 11\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/staging.routledgelearning.com\/englishlegalsystem"},{"label":"Flashcards","link":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/flashcards\/"},{"label":"Chapter 11","link":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/flashcards\/chapter-11\/"}],"_links":{"self":[{"href":"https:\/\/staging.routledgelearning.com\/englishlegalsystem\/wp-json\/wp\/v2\/content\/510","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=510"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}