--- id: 657cdc5a8e30191d1abec8b7 title: Task 60 challengeType: 22 dashedName: task-60 --- # --description-- Let's practice listening to verbs conjugated in the third person. # --fillInTheBlank-- ## --sentence-- `Maria coordinates our projects. She BLANK tasks and BLANK sure everything BLANK well.` ## --blanks-- `assigns` ### --feedback-- Remember, when speaking about another person's regular actions, you need to use the correct verb form for the third person singular. --- `makes` ### --feedback-- Remember, when speaking about another person's regular actions, you need to use the correct verb form for the third person singular. --- `runs` ### --feedback-- Remember, when speaking about another person's regular actions, you need to use the correct verb form for the third person singular. # --scene-- ```json { "setup": { "background": "company2-center.png", "characters": [ { "character": "Sophie", "position": {"x":50,"y":0,"z":1.4}, "opacity": 0 } ], "audio": { "filename": "1.3-3.mp3", "startTime": 1, "startTimestamp": 18.10, "finishTimestamp": 22.74 } }, "commands": [ { "character": "Sophie", "opacity": 1, "startTime": 0 }, { "character": "Sophie", "startTime": 1, "finishTime": 5.64, "dialogue": { "text": "Maria coordinates our projects. She assigns tasks and makes sure everything runs well.", "align": "center" } }, { "character": "Sophie", "opacity": 0, "startTime": 6.14 } ] } ```