Bringing together course material solutions to optimize teaching potential.
Bringing together course material solutions to optimize teaching potential.
September 9, 2024 • 0 comments

Exploring Collaboration Between OER and Inclusive Access

Bi–Weekly Insights on Everything EdTech

Welcome to The EdTech Pulse, your ultimate guide to staying ahead of the curve with the latest trends and innovations in education technology, K-12, higher education, and workforce development. With each edition, we provide fresh industry news, insightful analysis, and valuable resources to empower you to make proactive, informed decisions. This week, we explore Exploring Collaboration Between OER and Inclusive Access.

Never miss a beat – subscribe now and be at the forefront of the dynamic world of EdTech and beyond!

Industry News

Funding
  • Is public college funding equitable? A new SHEEO report examines how funding gaps impact access and outcomes, raising questions about fairness in higher education support. Explore the findings here
  • How AI and Trump’s policies are reshaping EdTech. Explore how federal priorities and advancements in AI are reshaping market implications and business models in the education technology sector here
  • What’s next for special education under Trump? As Trump’s administration takes shape, changes to funding, policy, and federal oversight could have implications for students with disabilities. Explore what’s next for special education here.
Innovation, Trends, & Tools
  • The teacher shortage crisis. What’s next for K-12 schools? As districts struggle to fill classrooms, explore the root causes, current challenges, and innovative strategies to address the growing gap here.
  • 56% of teachers say classrooms lack modern tech. A new SMART survey highlights key challenges educators face, from outdated tools to barriers in integrating technology effectively. Learn more here
  • U.S. math scores hit surprising lows on international test. Fourth and eighth graders saw significant declines, raising concerns about a growing “crisis in the classroom.” Explore the findings and what they mean for education here.

The Course Materials Corner with Dr. Mike Moore

Academic Researcher | Course Materials Access Advocate | Intellectual Egalitarianism Champion | Higher Education

A colleague sent me an interesting article that David Harris, the Editor in Chief at OpenStax, posted on LinkedIn. The article, “OER and the Curse of Incumbency,” offers a critique of the Open Educational Resources (OER) movement’s apparent shifting dynamics, warning against complacency. According to Mr. Harris, a recent Bayview Analytics report showed declining faculty awareness and adoption of OER. He highlighted three concerning trends: decreasing urgency around growth, protective “moat-building,” and resistance to disruptive innovation.

The moat-building analogy he used in the article resonated with me the most because it helped me interpret the conversations I have had about OER the last few years and the resistance that my research has met. But what stuck out to me the most was the comments section. Generally, OER supporters are against the rise and adoption of inclusive and equitable access course materials models. However, Mr. Harris suggested in response to comments from readers that Inclusive Access models and OER models can co-exist, saying, in part, “…it’s not only beneficial but practical.” When discussing the OER vs. IA mentality with another comment, he said, “…it might have been more efficient to co-opt with IA and make OER easily available through those programs. This would have driven more awareness and access to OER for students.”

I have said and will continue to say that OER and Inclusive/Equitable Access models should, can, and need to co-exist. It is absolutely necessary that, as educators, we use every tool in our toolbox to help our students be more successful. This piece, and the subsequent comment section, is vitally important to this continued conversation because OpenStax and Mr. Harris play such a pivotal role in the Open Educational Resources space. I would really enjoy your thoughts around this topic and the role that OER and IA/EA can play in helping our students be more successful.

-M

For the Educators

We offer paid opportunities for educators to participate in market research that will help transform educational tools. Opt-in here to learn more.

Thanks for reading!

Don’t forget to subscribe to stay informed on the latest education insights and updates, helping you stay ahead in the increasingly competitive field of education technology.
Category
'); iframeDoc.close();const iframeSummary = summary.cloneNode(true); iframeSummary.style.display = 'block'; iframeDoc.body.appendChild(iframeSummary); if (!iframeSummary) { throw new Error('No PDF summary found in isolated iframe.'); }const pageElements = Array.from(iframeSummary.querySelectorAll('.pdf-page')); if (!pageElements.length) { throw new Error('No PDF pages were found in isolated summary.'); } const images = Array.from(iframeSummary.querySelectorAll('img'));await Promise.all(images.map((img) => { if (img.complete) return Promise.resolve(); return new Promise((resolve) => { img.addEventListener('load', resolve, { once: true }); img.addEventListener('error', resolve, { once: true }); }); }));const pdf = new JsPdfCtor({ orientation: 'portrait', unit: 'px', format: [794, 1123], putOnlyUsedFonts: true, hotfixes: ['px_scaling'] });for (let i = 0; i < pageElements.length; i++) { const pageEl = pageElements[i]; const renderPageCanvas = async (el, useCors, removeBg) => { let target = el; if (removeBg) { target = el.cloneNode(true); target.style.position = 'fixed'; target.style.left = '-99999px'; target.style.top = '0'; const bgImage = target.querySelector('img'); if (bgImage) bgImage.remove(); target.style.background = '#ffffff'; document.body.appendChild(target); }try { return await html2canvasLib(target, { scale: 2, useCORS: useCors, allowTaint: false, backgroundColor: '#ffffff', scrollX: 0, scrollY: 0, width: 794, height: 1123, windowWidth: 794, windowHeight: 1123 }); } finally { if (removeBg && target && target.parentNode) { target.parentNode.removeChild(target); } } };let canvas; try { canvas = await renderPageCanvas(pageEl, true, false); // Throws if canvas is tainted canvas.toDataURL('image/jpeg', 0.98); } catch (pageErr) { canvas = await renderPageCanvas(pageEl, false, true); console.warn('PDF page fallback used (background not exported):', pageErr); }const imgData = canvas.toDataURL('image/jpeg', 0.98); if (i > 0) pdf.addPage(); pdf.addImage(imgData, 'JPEG', 0, 0, 794, 1123);const ctaLink = pageEl.querySelector('a[href="https://partnerinpublishing.com/contact-us/"]'); if (ctaLink && typeof pdf.link === 'function') { const pageRect = pageEl.getBoundingClientRect(); const linkRect = ctaLink.getBoundingClientRect(); const linkX = Math.max(0, linkRect.left - pageRect.left); const linkY = Math.max(0, linkRect.top - pageRect.top); const linkW = Math.max(1, linkRect.width); const linkH = Math.max(1, linkRect.height); pdf.link(linkX, linkY, linkW, linkH, { url: 'https://partnerinpublishing.com/contact-us/' }); } }const pdfBlob = pdf.output('blob'); const blobUrl = URL.createObjectURL(pdfBlob); const link = document.createElement('a'); link.href = blobUrl; link.download = 'EdTech-Growth-Checklist.pdf'; link.style.display = 'none'; document.body.appendChild(link); link.click(); setTimeout(() => { URL.revokeObjectURL(blobUrl); link.remove(); }, 1500); } catch (err) { console.error('Error al generar PDF:', err); const msg = (err && err.message) ? err.message : 'Unknown error generating PDF.'; alert('No se pudo descargar el PDF. Revisa consola para detalle técnico.\n' + msg); } finally { if (pdfIframe && pdfIframe.parentNode) { pdfIframe.parentNode.removeChild(pdfIframe); } summary.style.display = 'none'; btn.textContent = 'Download Full Report'; } });}btnNext.addEventListener('click', () => { if (currentStep < categories.length - 1) { currentStep++; renderStep(); } else { calculateResult(); } });btnBack.addEventListener('click', () => { if (currentStep > 0) { currentStep--; renderStep(); } });renderStep(); });

Social Media Strategy

From CEO thought leadership to brand engagement, this guide shows how to turn scrolls into sales.

Website Content & SEO

Your site is your handshake—learn how to structure messaging that drives conversions.

Video Marketing

Boost trust, engagement, and leads with video content that converts.

Strategic Copywriting

Great copy converts. Download this guide to see how messaging impacts every touchpoint—from email to website.