$w.onReady(function () {}); let startNum = 0; let endNum = 1000; const duration = 300; $w.onReady(function () { setInterval(() => { countUp(); }, duration); }); function countUp() { if (startNum <= endNum) { $w('#StartNumber').text = startNum.toString(); startNum++; } }
top of page
A breakdown of the non-fiction edexcel language paper.
This looks at:
* The time students should allocate to each question 
* The amount of marks offered for each question
* Approaches to writing and answering the questions.
* An extract based example with a quote breakdown to guide the students 
This lesson is designed to prepare the students to be able to confidently approach edexcel language paper - non fiction.
This can be applied to alternate extracts however a specific example is given.

Non-Fiction Language Skills Overview

£1.00Price
    bottom of page