--- id: 657cc1a2ced22ac3e7d57fd3 title: Task 52 challengeType: 22 dashedName: task-52 --- # --description-- Imagine you're pointing to something that is not right next to you but a little far away; you use `those`. If something is very close to you, like the book in your hands, you use `these`. In the dialogue, Tom says `Those are great traits...` because he's talking about the traits Sophie mentioned just a moment ago. He's not talking about traits that are being shown to him right this second. # --instructions-- Listen to the audio to complete the sentence below. # --fillInTheBlank-- ## --sentence-- `BLANK are great traits for someone in her position, I think.` ## --blanks-- `Those` ### --feedback-- Use this word when the things you're talking about are close to you or are the main topic of the current conversation. # --scene-- ```json { "setup": { "background": "company2-center.png", "characters": [ { "character": "Tom", "position": {"x":50,"y":15,"z":1.2}, "opacity": 0 } ], "audio": { "filename": "1.3-3.mp3", "startTime": 1, "startTimestamp": 12.30, "finishTimestamp": 16.88 } }, "commands": [ { "character": "Tom", "opacity": 1, "startTime": 0 }, { "character": "Tom", "startTime": 1, "finishTime": 5.58, "dialogue": { "text": "Those are great traits for someone in her position, I think. What does she do as the team lead?", "align": "center" } }, { "character": "Tom", "opacity": 0, "startTime": 6.08 } ] } ```