<!doctype html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8">        <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9">               <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js">                      <!--<![endif]-->
<head>
    <meta charset="utf-8">

    <title>How 1950s parents were forced to fight for children with cerebral palsy’s right to education</title>

    <link type="text/css" rel="stylesheet" href="/_assets/css/general/basic.css" />
    <link rel="canonical" href="https://www-2018.swansea.ac.uk/press-office/news-archive/2018/how1950sparentswereforcedtofightforchildrenwithcerebralpalsysrighttoeducation.php" /> 





<meta name="viewport" content="width=device-width, initial-scale=1.0;">
<meta property="su:page-type" content="News Item">
<meta property="su:section-id" content="117407">

    <script type="text/javascript" src="/_assets/vendor/enhance.js"></script>
    <script type="text/javascript">

        var SU =        {
                            customScripts: {
                                preRepositioning:  [],
                                postRepositioning: []
                            }
                        },

            dataLayer = [],

            styles =    [
                            '/_assets/css/general/desktop.css',
                            {
                                href: '/_assets/css/common/ie.css',
                                iecondition: 'all'
                            },
                            {
                                href: '/_assets/css/common/ie7.css',
                                iecondition: 7
                            },
                            {
                                href: '/_assets/css/common/ie8.css',
                                iecondition: 8
                            }
                        ],
        
            scripts =   [
                           '/_assets/js/common/modernizr-jquery.all.min.js'
                        ];
        

        

        

        scripts = scripts.concat([
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.js',
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.swipe.js',
            '/_assets/vendor/jquery-plugins/auto-complete/jquery.auto-complete.js',
            '/_assets/vendor/mustache.js',
            '/_assets/js/common/console.js',
            '/_assets/js/common/su.js',
            '/_assets/js/common/su/http/link.js',
            '/_assets/js/common/jquery-plugins/jQuery.showCookieMessage.js',
            '/_assets/vendor/jquery-plugins/ba-throttle-debounce/jquery.ba-throttle-debounce.js',
            '/_assets/js/common/jquery-plugins/jQuery.initialiseNavigation.js',
            '/_assets/js/common/jquery-plugins/jQuery.inputClear.js',
            '/_assets/js/general/desktop/enhanceFooterLinks.js',
            '/_assets/js/general/desktop/jQuery.initialiseSplashGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseFeaturedGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseTabPods.js',
            '/_assets/js/general/desktop/jQuery.initialiseQuadSliders.js',
            '/_assets/js/general/desktop/jQuery.stripeTableRows.js',
            '/_assets/vendor/jquery-plugins/ba-bbq/jquery.ba-bbq.js',
            '/_assets/js/general/desktop/jQuery.initialiseExpanders.js',
            '/_assets/vendor/jquery-plugins/cookie/jquery.cookie.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.easing.1.3.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.jBreadCrumb.1.1.js',
            '/_assets/js/general/desktop.js',
            '/_assets/js/precedent/coreFunctions.js'
        ]);

        enhance({
            loadStyles: styles,
            loadScripts: scripts,
            forcePassText: 'Enhanced version',
            forceFailText: 'Basic version'
        });
    </script>


</head>

<body id="content" class="layout-general-wrapper">
 

    <div id="general" class="layout-general">

        <!--noindex-->
        <div id="header" class="layout-header">
<h1 id="logo" class="logo">
    <span class="logo-text">How 1950s parents were forced to fight for children with cerebral palsy’s right to education</span>
    <a id="logo-link" href="https://www.swansea.ac.uk/">

        <img class="logo-image" src="/_assets/images/precedent/logo.en.png" alt="Swansea University Logo" />

    </a>
</h1>
            <div id="skipToContent" class="skip-to-content">
                <a class="skip-to-content-link" tabindex="1" href="#content-items" title="skip to content">Skip to content</a>
            </div>

<div id="globalNavWrapper" class="header-links">
    <ul id="globalNav" class="header-links-list">
    
        <!-- navigation object : SU_audience navigation --><li class="header-links-list-item"><a href="http://myuni.swan.ac.uk/">Current Students</a></li><li class="header-links-list-item"><a href="https://staff.swansea.ac.uk/">Staff</a></li><li class="header-links-list-item"><a href="http://www.swanseauniversity.com.cn">&#20013;&#25991;</a></li>
        
        

    </ul>
</div>
            
            <div id="globalSearch" class="global-search-form">
<div class="global-search-form">
	<form action="https://www.swansea.ac.uk/search/">
	  <div>
	    <input type="hidden" name="c" value="swansea-web" />
	    <input
           id="global-search-form-q"
	       type="text"
	       name="q"
	       placeholder="Site Search"
	       size="31"
	       class="global-search-form-query"
	    />
	    <input class="global-search-form-submit" type="submit" value="GO" />
	  </div>
	</form>
</div>

<script class="register-custom-scripts">
(function () {
    SU.customScripts.postRepositioning.push(function () {
    
        var endpoint = 'https://swansea.funnelback.co.uk/s/suggest.json',

            unique = function(arr) {
                var hash = {}, result = [];
                for ( var i = 0, l = arr.length; i < l; ++i ) {
                    if ( !hash.hasOwnProperty(arr[i]) ) {
                        hash[ arr[i] ] = true;
                        result.push(arr[i]);
                    }
                }
                return result;
            },
            
            setHandler = function() {
                $('#global-search-form-q').off().autoComplete({
                    source: function(term, response) {
                        console.log("You typed [" + term + "]");
                        $.getJSON(
                            endpoint,
                            {
                                collection:    'swansea-web',
                                partial_query: term
                            },
                            function(data) {
                                response(unique(data));
                            }
                        );
                    }
                });
            };
    
        console.group('Initialising auto complete');
        window.setTimeout(function () {
            setHandler();
        }, 500);
        
        console.groupEnd();
    });
}());
</script>
            </div>
            
            <div id="naviBar" class="main-nav">
<!-- navigation object : SU_Main_Nav -->

            </div>
        </div>
        <!--endnoindex-->
        
        <div class="layout-container">
            <div id="main" class="layout-content">
                <div id="contentHeader" class="content-header">

                    <!--noindex-->
<div class="breadCrumbHolder module">
    <div class="breadCrumb module">
        <ul>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a href="https://www.swansea.ac.uk/" itemprop="url">
                    <span itemprop="title">Home</span>
                </a>
            </li>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a href="https://www.swansea.ac.uk/press-office/" itemprop="url">
                    <span itemprop="title">Press Office</span>
                </a>
            </li>
	</ul>
    </div>
</div>
                    <!--endnoindex-->

                    <h1 class="content-header-heading">How 1950s parents were forced to fight for children with cerebral palsy’s right to education</h1>
                </div>

                <div id="splash-items" class="layout-splash">
                </div>

                <!--noindex-->
                <div class="layout-content-nav">
                    <div id="secondaryNavWrapper"></div>
                </div>
                <!--endnoindex-->

                <div id="content-items" class="layout-content-items content-items">
                    <div class="layout-featured-items">
                    </div>

                    <div class="layout-article-items">
  <div class="news-item-fulltext">
<p style="padding: 1.5em; text-align: center; background-color: #ffc266; font-weight: bold">
    Please note, this page has been archived and is no longer being updated.
</p>
    <p class="news-item-summary">The following article by Teresa Hillier was first published by The Conversation.</p>

    <div class="news-item-content">
        <p><img src="/media/file-20180221-132650-139gq0h.png"
alt="A still from footage captured at Claremont day school for children with cerebral" title="A still from footage captured at Claremont day school for children with cerebral palsy in 1959 (Teresa Hillier)" /></p>
<p><em><strong>A still from footage captured at Claremont day school for children with cerebral palsy in 1959.&nbsp;<span class="attribution"><a class="source" href="https://wellcomelibrary.org/item/b16740166#?c=0&amp;m=0&amp;s=0&amp;cv=0" target="_blank">Wellcome Library</a>,&nbsp;<a class="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank">CC BY-NC-ND</a></span></strong></em></p>
<p>When it was introduced in Britain,&nbsp;<a href="https://www.theguardian.com/education/2014/apr/22/1944-education-act-butler-policy-today" target="_blank">the 1944 Education Act</a>&nbsp;mapped out a new era for education. For the first time, local authorities became responsible for providing education according to &ldquo;age, aptitude and ability&rdquo;.</p>
<p>Among its implications, enactment of the law meant that children with disabilities underwent physical examinations and IQ testing, which strengthened the already medicalised approach taken towards them. Where possible, disabled children went into mainstream school, with others attending special schools.</p>
<p>But the rules did not apply equally to all children with disabilities. Medical assessments focused on what the child could not do, rather than on what they could do, which resulted in many of those with cerebral palsy being categorised as unsuitable for education, solely due to their physical impairment.</p>
<p>One mother, who gave an oral history for my research project&nbsp;<a href="https://legacyoflongfields.wordpress.com/" target="_blank">Legacy of Longfields</a>, described the assessment that her daughter, then aged seven, was put through in the 1950s. The girl could just about sit comfortably but couldn&rsquo;t stand unaided. After being asked if her daughter could walk, which was a no, the mother was then asked if her daughter could walk backwards &ndash; the answer was a definite no.</p>
<blockquote>
<p style="text-align: center;"><em>I had a letter and I always remember what it said. It said, &lsquo;your daughter has been deemed to be ineducable&rsquo;. I will never forget those words.</em></p>
</blockquote>
<p>The parents of these children were quite rightly outraged by the decision not to allow their children access to proper education, and it was only through their tireless campaigning that things eventually changed.</p>
<h2>Fighting for rights</h2>
<p>The failure not to explore the intellect of many children with cerebral palsy was what angered parents the most. US researchers at the time&nbsp;<a href="https://www.kennedykrieger.org/overview/history-timeline/changing-the-model" target="_blank">had found</a>&nbsp;that many children with cerebral palsy were &ldquo;capable of education&rdquo; and were able to be &ldquo;trained in varying degrees of efficiency by special educational methods&rdquo;. But despite this pioneering work, the research on the treatment of cerebral palsy was not widely disseminated within the UK, particularly to medical and teaching professionals.</p>
<p>Professor JM Mackintosh, chairman of the British Council for the Welfare of Spastics (BCWS), said in April 1948 that they were &ldquo;deeply indebted&rdquo; to the researchers behind the study, and that he had &ldquo;every confidence that Britain [was] going to make a definite contribution to the solution of [a] complex problem&rdquo;. However, despite this optimism, a continued piecemeal approach led to parental concerns being raised in parliament.</p>
<p>During a debate on education in July 1949, Florence Paton, MP for Rushcliffe, stated that, due to the implementation of the laws, there were approximately 10,000 &ldquo;spastic&rdquo; children who had been neglected. She urged MPs to consider the need for cooperation between the ministries of health, labour, and education in providing assistance to these children and their parents.</p>
<p>Yet despite Paton&rsquo;s support for the cause, the pace of change still remained slow.</p>
<h2>Parents take action</h2>
<p>The mainly research-based approach of the BCWS did not address the more immediate needs of parents who wanted change. So their desire to work together led to a growing network of parent-led organisations, which were united through membership of The National Spastic Society in 1952 (<a href="https://blog.scope.org.uk/2014/03/31/why-i-campaigned-for-the-spastics-society-to-change-its-name/" target="_blank">renamed Scope</a>&nbsp;in 1994).</p>
<p>Within these organisations, many parents found much needed support and help for their children. They promoted their cause through political lobbying and by challenging medical opinion. Together they won community support, secured celebrity patronage, and campaigned prominently in the media.</p>
<p>The approach taken by these parents in the 1950s directly confronted attitudes towards disability and challenged a society which had isolated them. They successfully raised money for their cause, enabling the associations to continue their &ldquo;charitable good works&rdquo;.</p>
<p>This was the first time that parents had taken such direct action to highlight their cause. They were not prepared to wait, they wanted change immediately.</p>
<p>From relatively small beginnings, the parents took innovative steps to tell the country about what was happening to their children. Leaflets, films and newspaper appeals used provocative language and emotive images to tug at heartstrings for donations. This innovative use of media and the face of a tragic individual achieved its objective, but subsequently faced criticism.</p>
<p>The change wasn&rsquo;t overnight, it eventually took decades for children with cerebral palsy to have better access to education. For the children, some who were deemed &ldquo;ineducable&rdquo;, there were a number of parent-led schools &ndash;&nbsp;<a href="http://www.cpmids.org.uk/about/our-history/#foundations" target="_blank">for example, Carlson House</a>&nbsp;in the Midlands &ndash; set up by spastic associations. But over time local authorities began to accommodate most children in special schools.</p>
<div class="fluidvids"><iframe data-fluidvids="loaded" height="260" src="https://www.youtube.com/embed/IpOXnbSG3TM?wmode=transparent&amp;start=0" width="440"></iframe></div>
<p>&nbsp;</p>
<p>It&rsquo;s now over 21 years since the 1944 Education Act was repealed and replaced by the Education Act 1996. Further progress has been made in the treatment of cerebral palsy and the provision of education, so that children with the condition have access to the same education opportunities as any other child, albeit tailored to suit their specific needs.</p>
<p>But for those children, and their parents, who went through such pain just to claim their basic right to education, the memory of being labelled &ldquo;ineducable&rdquo; is one that will never be forgotten.</p>
<hr />
<p><span>Teresa Hillier, <span>PhD History student</span>,&nbsp;<em><a href="http://theconversation.com/institutions/swansea-university-2638" target="_blank">Swansea University</a></em></span></p>
<p><img alt="The Conversation " src="http://www.swansea.ac.uk/media/conversation-logo-3ef91e0a2031c5d9350f37bac3cf5273ef6da3660ffaf7c422b9695f09b6f171.png" title="The Conversation " /></p>
<p>This article was originally published on&nbsp;<a href="http://theconversation.com/" target="_blank">The Conversation</a>. Read the&nbsp;<a href="https://theconversation.com/how-1950s-parents-were-forced-to-fight-for-children-with-cerebral-palsys-right-to-education-73779" target="_blank">original article</a>.</p>
    </div>

    <ul class="news-item-post-info-container vcard">
        <li class="news-item-post-info author">
           Posted by
            <span class="fn">Ffion White</span>
            &lt;<a class="email" href="mailto:f.e.white@swansea.ac.uk">f.e.white@swansea.ac.uk</a>&gt;
        </li>

        <li class="news-item-post-info">
            <a href="/press-office/news-archive/2018/how1950sparentswereforcedtofightforchildrenwithcerebralpalsysrighttoeducation.php" rel="bookmark">
                <abbr class="published" title="2018-02-22T13:59:00+00:00">Thursday 22 February 2018 13.59 GMT</abbr>
            </a>
        </li>

        <li class="news-item-post-info updated-container">
            <abbr class="updated" title="2018-02-22T14:14:29+00:00">Thursday 22 February 2018 14.14 GMT</abbr>
        </li>

        <li class="news-item-post-info">
        	<span class="fn org">Ffion White</span>
        </li>
    </ul>

</div>

                    </div>

                    <div class="layout-related-items">
                    </div>
                </div>


            </div>

            <!--noindex-->
            <div id="footer" class="layout-footer">
                <ul id="footerLinks" class="footer-links">
<!-- navigation object : SU_footer navigation --><li class="footer-links-list-item"><a href="/the-university/contact/">Contact Us</a></li><li class="footer-links-list-item"><a href="/personnel/jobs/">Jobs</a></li><li class="footer-links-list-item"><a href="/the-university/colleges/">Colleges</a></li><li class="footer-links-list-item"><a href="/press-office/">Press</a></li><li class="footer-links-list-item"><a href="https://www.swansea.ac.uk/about-us/safety-and-security/health-and-safety/">Health &amp; Safety</a></li><li class="footer-links-list-item"><a href="/includes/footer/disclaimer-and-copyright/">Disclaimer &amp; Copyright</a></li><li class="footer-links-list-item"><a href="/includes/footer/site-map/">Site map</a></li><li class="footer-links-list-item"><a href="/includes/footer/privacyandcookies/">Privacy and Cookies</a></li><li class="footer-links-list-item"><a href="http://www.swan.ac.uk/course-search/">Course Search</a></li>
                </ul>

                <div id="footerDisclaimer" class="footer-disclaimer">
                    <p class="footer-disclaimer-text">Swansea University is a registered charity. No. 1138342.</p>
                </div>
            </div>
            <!--endnoindex-->

        </div>

    </div>


<script id="desktop-header-template" type="text/x-tmpl-mustache">

    <div id="header" class="layout-header">
        <div class="skip-to-content" id="skipToContent">
            {{{ skipToContent }}}
        </div>

        <h1 id="logo" class="logo">
            {{{ logo }}}
        </h1>

        <div id="globalNavWrapper" class="header-links">
            <ul id="globalNav" class="header-links-list">
                {{{ globalNav }}}
            </ul>
        </div>

        <div id="globalSearch" class="global-search-form">
            {{{ globalSearch }}}
        </div>
                    
        <div id="naviBar" class="main-nav">
            <ul id="mainNav" class="main-nav-list">
                {{{ mainNav }}}
            </ul>
        </div>
    </div>

</script>


<script id="mobile-header-template" type="text/x-tmpl-mustache">

    <div id="header" class="layout-header">
        <span class="layout-menu-bar">
            <a id="layout-menu-bar-toggle" class="layout-menu-bar-toggle" href="#">{{mobile.linksText}}</a>
        </span>

        <a id="logo-link" href="{{mobile.logoLinkHref}}">
            <img class="logo-image" alt="{{mobile.logoAlt}}" src="{{mobile.logoSrc}}" />
        </a>
    </div>

</script>


<script id="desktop-menu-template" type="text/x-tmpl-mustache">

    <div class="layout-content-nav">
        <div id="secondaryNavWrapper">
             <ul id="secondaryNav" class="content-nav content-nav-items">
                 {{{secondaryNav}}}
             </ul>
         </div>
    </div>

</script>


<script id="mobile-menu-template" type="text/x-tmpl-mustache">

    <div class="layout-content-nav">
        <div id="globalNavWrapper">
            {{{globalNav}}}
        </div>

        <div id="naviBar">
            {{{mainNav}}}
        </div>

        <div id="secondaryNavWrapper">
             <ul id="secondaryNav">
                 {{{secondaryNav}}}
             </ul>
         </div>
    </div>

</script>


<script id="desktop-tabs-pod-template" type="text/x-tmpl-mustache">

    <h2 class="tabs-pod-title">{{ podTitle }}</h2>
    <div class="tabs-pod-tabs">

        <ul class="tabs-item-list">
{{#tabs}}
            <li class="tabs-item-list-tab-item tabs-pod-tabs-tab-heading">
                <a class="tabs-item-list-tab-item-link" href="#">{{ tabHeading }}</a>
            </li>
{{/tabs}}
        </ul>

{{#tabs}}
        <div class="tabs-pod-tabs-tab">
            <div class="tabs-pod-tabs-tab-content">
                {{{ tabContent }}}
            </div>
        </div>
{{/tabs}}

    </div>

</script>


<script id="mobile-tabs-pod-template" type="text/x-tmpl-mustache">

    <h2 class="tabs-pod-title">{{ podTitle }}</h2>
    <div class="tabs-pod-tabs">
{{#tabs}}
        <div class="tabs-pod-tabs-tab">
            <h3 class="tabs-pod-tabs-tab-heading is-collapsed">
                <a href="#">{{ tabHeading }}</a>
            </h3>
            <div class="tabs-pod-tabs-tab-content" style="display: none">
                {{{ tabContent }}}
            </div>
        </div>
{{/tabs}}
    </div>

</script>


</body>

</html>
