QRTA to launch 2nd series of ‘Teach Like a Champion’ in Arabic

Author Doug Lemov (middle) poses for a group photo at a training he conducted in Amman recently  (Photo courtesy of Queen Rania Teacher Academy)

‘Academy continues to work on providing its educators with latest tools for developing skills’


AMMAN — Queen Rania Teacher Academy (QRTA) has hosted Doug Lemov, author of the bestselling “Teach Like a Champion” book and workshop series, during a training with the QRTA academic staff that aimed to prepare the launch of a second series of “Teach Like a Champion” in Arabic.

The best-selling author spoke to principals and supervisors from various schools about the 62 techniques outlined in his books and workshops, which help teachers in advancing their students’ behavioural and academic skills, a QRTA statement said.

“We launched the first book five years ago, and trained 3,000 teachers from Jordan and other Arab countries. Today, we are preparing ourselves to launch the second edition,” QRTA CEO Haif Bannayan, was quoted in the statement as saying.

Bannayan said that the academy continues to work on providing its educators with the latest tools for developing their teaching skills.

“We found great interest from private and public schools in the ‘Teach Like a Champion’ book and training workshops. When Lemov launched his second book, we invited him to QRTA to meet our staff and work together to launch it in Arabic,” he added.

QRTA has secured the rights to translate and publish “Teach Like a Champion” books in Arabic, in addition to developing a series of training workshops and tools for public and private school teachers, the statement said.

The academy is currently working to launch the Arabic edition in 2018, with a set of tools and workshops for teachers.

Since 2012, QRTA has provided “Teach Like a Champion” training workshops for over 2,000 teachers in Jordan, and for another 1,000 teachers in Palestine, Kuwait, the UAE, Oman and Sudan, according to the statement.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });