Quiz 6

SESSION 6 QUIZ: Consequences of Anger

NJAMG Clinical Assessment | Passing Score: 70%

Time Remaining: 15:00

1. What emotional response commonly follows an angry outburst?

2. How does chronic anger affect cardiovascular health?

3. What cycle often develops after repeated angry outbursts?

4. How does uncontrolled anger affect trust in relationships?

5. What is a potential career consequence of being labeled as having “anger issues”?

6. Which physical health problem is NOT commonly associated with chronic anger?

7. True or False: A single angry outburst at work is unlikely to have lasting consequences on your career.

8. How can uncontrolled anger affect children who witness it?

9. What legal consequences can result from anger that escalates to aggression?

10. Short Answer: Name two things that anger management skills protect in your life.

©(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); };