Curtis Johnston was allowed to voluntarily surrender his teaching license after the superintendent told a state investigator that no investigations existed, records show
InvestigateWest (investigatewest.org) is an independent news nonprofit dedicated to investigative journalism in the Pacific Northwest. Visit investigatewest.org/newsletters to sign up for weekly updates.
';
document.querySelector('#copytext').value = textContent;
modal.showModal();
});
// Modal close functionality
const modal = document.querySelector('.republish-modal');
const closeBtn = document.querySelector('.republish-modal-close');
// Close button click
closeBtn.addEventListener('click', function() {
modal.close();
});
// Close on backdrop click
modal.addEventListener('click', function(e) {
if (e.target === modal) {
modal.close();
}
});
// Close on ESC key (this is usually built-in, but adding for safety)
modal.addEventListener('keydown', function(e) {
if (e.key === 'Escape') {
modal.close();
}
});
// Copy text button functionality
document.querySelector('.copy-text-button').addEventListener('click', async function() {
const textarea = document.querySelector('#copytext');
const text = textarea.value;
try {
// Try modern Clipboard API first
if (navigator.clipboard && window.isSecureContext) {
await navigator.clipboard.writeText(text);
this.textContent = 'Copied!';
} else {
// Fallback for older browsers
textarea.select();
document.execCommand('copy');
this.textContent = 'Copied!';
}
// Reset button text after 2 seconds
setTimeout(() => {
this.textContent = 'Copy text';
}, 2000);
} catch (err) {
console.error('Failed to copy text: ', err);
// Fallback to selection if copying fails
textarea.select();
this.textContent = 'Text selected';
setTimeout(() => {
this.textContent = 'Copy text';
}, 2000);
}
});
});
What with a judge telling the state it’s been failing in its constitutional duty to fund K-12 education, and college students and staff across
the state walking out of the classroom to speak out against budget cuts in higher ed, it’s heady stuff.
“State funding is not ample, it is not stable, and it is not dependable,” said King County Superior Court John Erlick in his ruling that the state has failed in its duty to provide for the education of school children. He ordered the Legislature to determine the cost of a basic education, then pay for it.
That sounds simple enough, but the devil is in those details, and the formula has been evaded for 30 years, as Erlick also pointed out in his ruling. He also warned lawmakers the state’s fiscal crisis is not a good enough reason to ignore the state constitution.
The case was brought by a coalition of parents, educators and community leaders. But the state may appeal the ruling, The Seattle Times’ Linda Shaw reported.
That was the one part of the decision that the state's attorneys found comforting.
"He left the remedy for whatever ails the system in the Legislature's hands, and we believe that's where it belongs," said Assistant Attorney General Bill Clark.
But while parents were ecstatic, the joy was shared by the state’s leading educator, state superintendent of education Randy Dorn, Shaw wrote.
"It's a great day for kids. It's a great day for students, and I believe that we've had about a decade and a half of moving backward." For starters, Dorn said, the decision means that the Legislature should refrain from making cuts in its K-12 education budget this year.
More than 500 students and faculty walked out of classes and offices at Eastern Washington University on Thursday, and about 150 held a similar demonstration at Washington State University. Students at the University of Washington, Evergreen State College, Western Washington University and Central Washington University are planning protests to budget cuts and tuition hikes today.
We know education is what makes the difference. It will give our state an economic advantage. It will pull us out of a recession long term. It will provide opportunity and change lives. So why not stand up for education wherever it's needed - for kids, adults, people in prisons, people who need retraining to re-enter the workforce. Education is the game-changer, and it's time to change the game.
The story you just read is only possible because readers like you support our mission to uncover truths that matter. If you value this reporting, help us continue producing high-impact investigations that drive real-world change. Your donation today ensures we can keep asking tough questions and bringing critical issues to light. Join us — because fearless, independent journalism depends on you!
Curtis Johnston was allowed to voluntarily surrender his teaching license after the superintendent told a state investigator that no investigations existed, records show