ADVERTISEMENT

New Learning Solutions to Help Cope with the New Normal of Education

Published Nov 27, 2020 05:56 pm

School Year 2020-2021 has already started, with the so-called “new normal” of education already in place. To cope with the challenges of the different learning delivery models, teachers continue to find more ways on how to engage and support learners when they can’t see and guide them personally. With this in mind, REX strengthened its online bookstore over the course of the last months to cater to the changing needs of learners all over the country.

The REX e-store is an online bookstore that holds numerous titles published by REX. Housed in its electronic shelves are textbooks, children’s books, course materials, and Law books—printed copies ready to ship anywhere in the Philippines and e-books ready for purchase and download. The online store has made learning much more available and accessible to every Filipino across the country. 

As part of its efforts to support teachers and learners from the Basic Education sector, REX also made learning materials available to fulfill learners’ needs in a variety of subject matters on the REX E-Store.

Laro, Likha, Linang,” a Project-Based Learning Resource book developed in partnership with Miriam College, is the first of its kind today. Aligned with the Department of Education’s (DepEd) Curriculum Performance Standards and Classroom Assessment Guidelines, “Laro, Likha, Linang” is a compilation of authentic performance-based material based on the learning competencies prescribed in the DepEd Curriculum guide. It contains readily available activities like Project Overview, 21st Century Matrix Guide, Rubric, and Task Sheets. 

With “Laro, Likha, Linang,” schools can easily implement the DepEd-mandated K-12 Classroom Assessment. Since “Laro, Likha, Linang” integrates all subject areas to complete one product output, students are given more opportunities to demonstrate and integrate their knowledge, understanding, and skills about topics or lessons learned in a specific real-life situation.

My Career Journey” is developed in partnership with the Philippine Guidance and Counseling Association, Inc. (PGCA). “My Career Journey” is aligned with the RA-11206 mandate to come up with a career guidance program to help develop mature and career-ready individuals. It features modules on personal, social, academic, and career learning and development, all integrated with effective intervention strategies and facilities to prevent career uncertainties and indecisions among students. The modules cover social and emotional learning, understanding and managing one’s self, setting and achieving positive goals, feeling and showing empathy for others, and establishing and maintaining positive relationships to make responsible decisions. 

Part of the proceeds of “My Career Journey” will go to the PGCA advocacy funds for the welfare of the youth, their families, and communities. 

21C Performance Tasks – An Assessment of 21st Century skills and Literacies” is also aligned with the DepEd Curriculum Performance Standards and Classroom Assessment Guidelines. This learning material features a compilation of authentic performance-based learning competencies prescribed in the DepEd Curriculum guide. It also has readily available activities complete with Project Overview, 21st Century Matrix Guide, Rubric, and Task Sheets.

21C Performance Tasks – An Assessment of 21st Century skills and Literacies” contains assessments focused on Performance Tasks that can be housed inside the library for teachers’ reference. It also allows students to demonstrate and integrate their knowledge, understanding, and skills about topics or lessons learned in a specific real-life situation by performing and/or producing evidence of their learning.

Finally, “My Skill Builder” packs a comprehensive set of practice worksheets that supports the development of scientific and mathematical concepts, skills and processes under the DepEd’s K to 12 Curriculum. It includes quarterly review tests to prepare students in summative examinations, and also enables teachers to perform tasks other than ideating, developing questions, and formatting tests. Its readily available material can be used as a formative assessment to review and determine if intervention is still needed.

There is no reason not to fulfill learners’ needs during the pandemic period because the REX E-Store is ready to cater to every Filipino learner’s educational needs, from published children's books, course materials and Law textbooks, to e-books for senior high students to post-graduate studies.

Wherever you are, whatever you need, the REX E-Store is always open to deliver your educational needs nationwide.


For more details, visit Rex E-Store, www.rexestore.com or REX Bookstore at www.rexbookstore.ph.

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.