Register - Login

Spelling Quiz

SpellIt!

Let’s test your spelling skills! Click the play button on each question to hear the word and listen to it used in a sentence.

Then, simply select the correct spelling from the options.

SpellIt!

You must be registered and logged in to take the quiz.

Please log in or register to continue.

'; // Add header content for print html += '

Lenara Learning

Get more learning resources at www.lenara.uk

'; // Insert the worksheet content html += '
' + content + '
'; html += ''; printWindow.document.write(html); printWindow.document.close(); printWindow.focus(); // Trigger printing and auto-close the popup printWindow.print(); printWindow.onafterprint = function() { printWindow.close(); }; setTimeout(function() { printWindow.close(); }, 1500); }