--- id: 657dc568fe84e53acc962fc3 title: Task 98 challengeType: 19 dashedName: task-98 --- # --description-- Listen carefully to Tom's question about the team meetings. # --questions-- ## --text-- What is Tom asking about in the meeting's context? ## --answers-- The duration of the meetings. ### --feedback-- Tom's question isn't about how much time the meetings take. --- The location of the meetings. ### --feedback-- He doesn't mention where the meetings are held. --- The involvement of team members. --- The frequency of the meetings. ### --feedback-- He is not asking about how often the meetings occur; he knows they are weekly. ## --video-solution-- 3 # --scene-- ```json { "setup": { "background": "company2-center.png", "characters": [ { "character": "Sophie", "position": {"x":50,"y":0,"z":1.4}, "opacity": 0 }, { "character": "Tom", "position": {"x":50,"y":15,"z":1.2}, "opacity": 0 } ], "audio": { "filename": "1.3-4.mp3", "startTime": 1, "startTimestamp": 27.34, "finishTimestamp": 34.44 } }, "commands": [ { "character": "Sophie", "opacity": 1, "startTime": 0 }, { "character": "Sophie", "startTime": 1, "finishTime": 4.14, "dialogue": { "text": "Yes, we do. Maria prepares the agenda in advance.", "align": "center" } }, { "character": "Sophie", "opacity": 0, "startTime": 4.15 }, { "character": "Tom", "opacity": 1, "startTime": 4.15 }, { "character": "Tom", "startTime": 4.34, "finishTime": 8.10, "dialogue": { "text": "Good to know. Do the meetings involve everyone on the team?", "align": "center" } }, { "character": "Tom", "opacity": 0, "startTime": 8.60 } ] } ```