Hello Alan Lloyd - Your Scores - Logout

Slider Puzzle

Slide It! Puzzle

How quickly can you solve the puzzle?

  • 60 seconds or less: 50 points
  • 1 min to 2 mins: 25 points
  • 2 mins or longer: 10 points

Slide It! is getting a big upgrade and will be back very soon.

Example:

'; // 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); }