Decision Skills 101

DEF offers support for the facilitation of Decision Skills activities, offering options tailored to different instructional timeframes. Don’t miss our videos and associated worksheets.

Time Availability
Suggested Activity
Resource Link
Under 1 Hour
Conversations for Clarity
1 Hour
Option 1: Flip a Coin to Win $20 or Sing in Defeat

Option 2: Decision Island
2 Hours
Himalayan Decision
Plus the activities above
4 Hours
Weight and Rate (College Choice) Plus the activities above
1 Day
Decision Traps
Plus the activities above with fun enrichments
1 Week
StrongStart (25 hours)
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'); }); }