During British Science Week 2017 all year 9 and 10 pupils took part in the Royal Society of Biology’s Biology Challenge. Around 40,000 pupils took part in the Challenge which involved two online tests consisting of a vast array of biology based questions to stretch and trial the knowledge of the participants involved.

Seven pupils here at Purcell received certificates for their efforts and achievements on the test.

Pupil
Award
Joachim Lim
Silver
Bethany caswell
Bronze
Bradley Ng
Highly Commended
Grace Dong
Highly Commended
Kishor Subramaniyam
Highly Commended
Eva Serksnaite
Highly Commended
Daven Mitchinson
Commended

// Relies on a global require, specific to platform elements requireFunc([ 'w-global', 'underscore', 'jquery', 'backbone', 'util/platform/elements/PlatformElement', 'util/platform/elements/PlatformElementSettings' ], function( _W, _, $, Backbone, PlatformElement, PlatformElementSettings ) { var dependencies = null || []; var platform_element_id = "702688850553606843-1.4.3";

if (typeof _W.loadedPlatformDependencies === 'undefined') { _W.loadedPlatformDependencies = []; }

if (typeof _W.platformElements === 'undefined') { _W.platformElements = []; }

if (typeof _W.platformElements[platform_element_id] === 'undefined') { _W.platformElements[platform_element_id] = {}; _W.platformElements[platform_element_id].deferredObject = new $.Deferred(); _W.platformElements[platform_element_id].deferredPromise = _W.platformElements[platform_element_id].deferredObject.promise(); }

if(_.intersection(_W.loadedPlatformDependencies, dependencies).length !== dependencies.length){ _.reduce(dependencies, function(promise, nextScript){ _W.loadedPlatformDependencies.push(nextScript); return promise.then(function(){ return $.getScript(nextScript); }); }, $().promise()).then(function(){ _W.platformElements[platform_element_id].deferredObject.resolve(); }); }

if (dependencies.length === 0){ _W.platformElements[platform_element_id].deferredObject.resolve(); }

_W.platformElements[platform_element_id].deferredPromise.done(function(){ var _ElementDefinition = /** * This is required for element rendering to be possible * @type {PlatformElement} */ (function() { var SimpleTable = PlatformElement.extend({ initialize: function() { this.setSizes(); },

setSizes: function() { var sizes = this.settings.get('tableSizes'); // if the # of columns isn't the size of the array of lengths, ignore it. if (sizes && sizes != "default" && this.settings.get('columns') == sizes.length) { var columns = this.$('tr').each(function(index, value) { var cells = $(value).find('td').each(function(index2, value2) { $(value2).css('width', sizes[index2] + '%'); }); }); } } });

return SimpleTable; })();;

if (typeof _ElementDefinition == 'undefined' || typeof _ElementDefinition == 'null') { var _ElementDefinition = PlatformElement.extend({}); }

var _Element = _ElementDefinition.extend({ initialize: function() { // we still want to call the initialize function defined by the developer // however, we don't want to call it until placeholders have been replaced this.placeholderInterval = setInterval(function() { // so use setInterval to check for placeholders. if (this.$('.platform-element-child-placeholder').length == 0) { clearInterval(this.placeholderInterval); this.constructor.__super__.initialize.apply(this); } }.bind(this), 100); } });

_Element.prototype.settings = new PlatformElementSettings({"columns_each":[{"columns_index":0},{"columns_index":1}],"rows_each":[{"rows_index":0},{"rows_index":1},{"rows_index":2},{"rows_index":3},{"rows_index":4},{"rows_index":5},{"rows_index":6},{"rows_index":7}],"columns":2,"rows":8,"style":"top","alignment":"center","titleColor":"#F8F8F8","backgroundColor":"#FFFFFF","borderColor":"#C9CDCF","tableSizes":"default"}); _Element.prototype.settings.page_element_id = "508076981814243237";

_Element.prototype.element_id = "3c40ff34-47f7-4e88-b911-0c4e092fe6aa"; _Element.prototype.user_id = "13451856"; _Element.prototype.site_id = "557056854940069897"; _Element.prototype.assets_path = "//marketplace.editmysite.com/elements/702688850553606843-1.4.3/assets/"; new _Element({ el: '#element-3c40ff34-47f7-4e88-b911-0c4e092fe6aa' }); }); });

}

if (typeof document.documentElement.appReady == 'undefined') { document.documentElement.appReady = 0; }

if (document.documentElement.appReady || (window.inEditor && window.inEditor())) { setupElement508076981814243237(); } else if (document.createEvent && document.addEventListener) { document.addEventListener('appReady', setupElement508076981814243237, false); } else { document.documentElement.attachEvent('onpropertychange', function(event){ if (event.propertyName == 'appReady') { setupElement508076981814243237(); } }); }

});