NJAMG Clinical Assessment | Passing Score: 70%
1. What are the six steps of the problem-solving process in order?
2. Why is “My boss is a jerk” a poor problem definition?
3. During the “brainstorm” step, you should:
4. What does the “collaboration” conflict style involve?
5. What mindset shift is essential for collaborative conflict resolution?
6. Why should you identify “common ground” before focusing on disagreements?
7. True or False: If your first problem-solving attempt doesn’t work, you should give up.
8. What should you do if the other person won’t collaborate?
9. When a problem genuinely can’t be solved, what are your healthy options?
10. Short Answer: What does forgiveness mean in the context of conflict resolution, and who is it for?
©(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); };