// Check if the user has already submitted the email let hasSubmitted = $w.sessionStorage.getItem("emailSubmitted"); if (!hasSubmitted) { // If not, show the lightbox $w("#lightbox1").show(); } // Function to set cookie when email is submitted function storeEmail() { $w.sessionStorage.setItem("emailSubmitted", "true"); $w("#lightbox1").hide(); // Hide the lightbox after submission }
top of page

Beyond the Classroom is the ultimate guide for educators looking to transition from traditional teaching to the world of remote education. Whether you’re searching for greater flexibility, new career opportunities, or a way to reach students beyond physical classrooms, this book provides the roadmap you need to make the shift successfully.

Beyond the Classroom: A Teacher’s Guide to Transitioning to Remote Education

$8.99Price
  • 632 KB PDF file

  • This guidebook is 56 pages.

bottom of page