NJAMG Clinical Assessment | Passing Score: 70%
1. What is an “anger signature”?
2. Why is reflection important for anger management?
3. Anger is often called a “secondary emotion” because:
4. What does the acronym HALT stand for in terms of vulnerable states?
5. What is the purpose of reviewing past anger incidents?
6. What should you ask yourself when you’re angry to understand the underlying emotion?
7. True or False: Self-forgiveness means excusing harmful behavior you’ve committed.
8. Why is it valuable to identify your early warning signs for anger?
9. What does “making amends” involve?
10. Short Answer: List three elements that make up your personal anger profile (e.g. triggers, warning signs, signature style).
©(duration, display) { var timer = duration, minutes, seconds; setInterval(function () { minutes = parseInt(timer / 60, 10); seconds = parseInt(timer % 60, 10); minutes = minutes < 10 ? "0" + minutes : minutes; seconds = seconds < 10 ? "0" + seconds : seconds; display.textContent = minutes + ":" + seconds; if (--timer < 0) { timer = 0; } }, 1000); } window.onload = function () { var fifteenMinutes = 60 * 15, display = document.querySelector('#time'); startTimer(fifteenMinutes, display); };