$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
The Tempest - Act 4 (Prospero Focus)
When I taught this I split it over 3 lessons due to the ability of my group. 
The lesson covers a summary of the act, offers the opportunity to act it then focuses on very specific language choices made by Shakespeare.
The final lesson focuses on an evaluative question.

Prospero - The Tempest - Act 4

£1.50Price
    bottom of page