var myWindow = window.open("","Print","width=810,height=610,scrollbars=1,resizable=1");
var player=GetPlayer();
var headline=player.GetVar("PrintTitle");
var exercisenotes1=player.GetVar("TextEntry1");
var exercisenotes2=player.GetVar("TextEntry2a");
var exercisenotes3=player.GetVar("TextEntry3");
var contents = "
";
contents += "Print your notes
";
contents+=""+headline+"
";
contents+="Question 1
";
contents+="What are some examples of how Sue practised self-management?
";
contents+=""+exercisenotes1+"
";
contents+="---------------------------------------------------------------
";
contents+="Feedback for question 1
";
contents+="";
contents+="She takes a deep breath when Tristan tells her he feels shitty.
";
contents+="She ensures she displays a neutral and relaxed facial expression.
";
contents+="She does not display defensive body language.
";
contents+="She is mindful of any abrupt movements from Tristan. Recall (or rewatch) how she behaves in respons to Tristan's movements.
";
contents+=" ";
contents+="---------------------------------------------------------------
";
contents+="Question 2
";
contents+="How does Sue demonstrate respect and empathy towards Tristan?
";
contents+=""+exercisenotes2+"
";
contents+="---------------------------------------------------------------
";
contents+="Feedback for question 2
";
contents+="";
contents+="She listens actively and allows Tristan to express his frustrations.
";
contents+="She validates Tristan's feelings of being frustrated about being in hospital (e.g., "I hear that you're frustrated Tristan").
";
contents+="She appears open and non-judgmental.
";
contents+=" ";
contents+="---------------------------------------------------------------
";
contents+="Question 3
";
contents+="How does Sue engage safely with Tristan?
";
contents+=""+exercisenotes3+"
";
contents+="---------------------------------------------------------------
";
contents+="Feedback for question 3
";
contents+="";
contents+="She establishes a connection with him by introducing herself and explaining her role and how she can support him.
";
contents+="She maintains an awareness of her exit and positions herself close to it so she can evade safely if things escalate.
";
contents+="She maintains dynamic movement and a safe distance.
";
contents+=" ";
contents+= "";
myWindow.document.write(contents);