NJAMG Clinical Assessment | Passing Score: 70%
1. What body system do relaxation techniques activate to calm the anger response?
2. In the 4-4-6 breathing technique, what do the numbers represent?
3. Why does Progressive Muscle Relaxation (PMR) involve TENSING muscles before relaxing them?
4. Which breathing technique is used by Navy SEALs to stay calm under pressure?
5. What makes visualization effective for relaxation?
6. When practicing visualization, what should you focus on?
7. True or False: Mindfulness meditation requires you to suppress or eliminate angry thoughts.
8. Which technique is BEST suited for use during a conversation to stay calm?
9. Why is it important to practice relaxation techniques when you’re CALM?
10. Short Answer: Name two areas of the body where people commonly hold tension when angry.
©(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); };