Skip to content

93-year-old Finally Gets High School Diploma

In case you’ve ever wondered whether it’s too late to go back to school and complete or further your education, it’s not. 93-year-old Dorothy Huston finally receiver diploma from North High School in Akron, Ohio. In 1942, when she was a senior, Huston was expelled after it was discovered she’d secretly married husband John after he was called into the Air Corps in World War II. Huston went on to have five children and serve as a mentor for young people. After being contacted by Huston’s daughter, the school agreed to award her a diploma and expressed regret over the way the former student had been treated. So on March 9th, 2016, to celebrate her 93rd birthday, the grandmother was photographed receiving her diploma, a mere 74 years later.

Click here to read this story in full

Photo Credit: dailymail.co.uk

document.addEventListener("DOMContentLoaded", function() { // Get all accordion toggle elements var accordions = document.querySelectorAll('.accordion-toggle'); // Add click event listeners to each accordion toggle accordions.forEach(function(accordion) { accordion.addEventListener('click', function() { // Get the panel-collapse element directly following this accordion-toggle var panelCollapse = this.nextElementSibling; // Check if this panel-collapse is currently open var isOpen = panelCollapse.classList.contains('open'); // Remove 'open' class from all panel-collapses accordions.forEach(function(acc) { var collapse = acc.nextElementSibling; collapse.classList.remove('open'); }); // Toggle 'open' class only on the clicked panel-collapse if (!isOpen) { panelCollapse.classList.add('open'); } }); }); });