function myFunction() { var dots = document.getElementById("dots"); var moreText = document.getElementById("more"); var btnText = document.getElementById("myBtn"); if (dots.style.display === "none") { dots.style.display = "inline"; btnText.innerHTML = "Read more"; moreText.style.display = "none"; } else { dots.style.display = "none"; btnText.innerHTML = "Read less"; moreText.style.display = "inline"; } }
Skip to Main Content
EnglishChinese (Simplified)JapaneseKoreanSpanishVietnamese
Portrait of a Graduate

Communication & Collaboration

Actively listens to understand others, seeks common ground, and effectively articulates ideas, positions, and stories in ways that build strong interpersonal relationships and collaborations for mutual benefit.

This site provides information using PDF, visit this link to download the Adobe Acrobat Reader DC software.