The Online Summit series that originated with Tests and the Rest has long been known for outstanding test prep professional development and networking. Make sure you don’t miss a single session of our ongoing NTPA Online Summit Series, usually meeting the last...
This post is member-only content. Enjoy it by logging in. if you're not an NTPA member yet, this is the perfect excuse to join! Username Password Remember Me Forgot...
document.addEventListener('click', function(e) {
var btn = e.target.closest('.open-support-chat');
if (btn) {
e.preventDefault();
var toggle = document.getElementById('ntpa-chat-toggle');
if (toggle) toggle.click();
}
});