Decision Skills 101

Download curriculum framed in the Decision Quality context for the topics: Advisory, US History, English.

Time Availability
Suggested Activity
Resource Link
Under 1 Hour
Conversations for Clarity
1 Hour
Flip for $20 or Sing OR Decision Island
2 Hours
Himalayan Decision Plus Prior
4 Hours
Weight and Rate Plus Prior (College Choice)
1 Day
Decision Traps Plus Prior with Fun Activities
1 Week
25 Hours Strongs Start
1 Semester / Trimester
Steps to Success College and Career Readiness
1 Semester / Trimester
Healthy Lifestyle Choices
showFilebuttons(); } else{ hideFilebuttons() } }, 50); }; buttons.forEach((button) => { button.addEventListener('click', () => { const buttonAttribute = button.getAttribute('data-button'); // console.log('Button clicked:', buttonAttribute); // console.log(localStorage.getItem('formSubmit')); if (formSubmit === "true") { formPopups.forEach((formPopup) => { if (formPopup.getAttribute('data-form') === buttonAttribute) { formPopup.style.display = 'none'; } }); // downloadPopups.forEach((downloadPopup) => { // if (downloadPopup.getAttribute('data-file') === buttonAttribute) { // downloadPopup.style.display = 'flex'; // } // }); showFilebuttons(); } else { formPopups.forEach((formPopup) => { if (formPopup.getAttribute('data-form') === buttonAttribute) { formPopup.style.display = 'flex'; } }); // downloadPopups.forEach((downloadPopup) => { // if (downloadPopup.getAttribute('data-file') === buttonAttribute) { // downloadPopup.style.display = 'none'; // } // }); hideFilebuttons(); } }); }); $('.contact_modal-form').submit(() => { formSubmit = "true"; showFilebuttons(); formSubmitTimestamp = new Date().getTime(); localStorage.setItem('formSubmit', formSubmit); localStorage.setItem('formSubmitTimestamp', formSubmitTimestamp.toString()); }); function showFilebuttons(){ downloadButtons.forEach(button => { button.setAttribute('data-show', 'true'); }); buttons.forEach(button => { button.setAttribute('data-show', 'false'); }); } function hideFilebuttons(){ downloadButtons.forEach(button => { button.setAttribute('data-show', 'false'); }); buttons.forEach(button => { button.setAttribute('data-show', 'true'); }); }