--- id: 657dca3c709bf15dd0572a6b title: Task 109 challengeType: 22 dashedName: task-109 --- # --description-- To `attend` means to go to an event, meeting, or class. For example, a programmer attends a team meeting to discuss the week's tasks. # --instructions-- Listen to the audio to complete the sentence below. # --fillInTheBlank-- ## --sentence-- `I can't wait for the first meeting I'll BLANK.` ## --blanks-- `attend` ### --feedback-- Tom is talking about going to the meeting. # --scene-- ```json { "setup": { "background": "company2-center.png", "characters": [ { "character": "Tom", "position": {"x":50,"y":15,"z":1.2}, "opacity": 0 } ], "audio": { "filename": "1.3-4.mp3", "startTime": 1, "startTimestamp": 55.22, "finishTimestamp": 57.40 } }, "commands": [ { "character": "Tom", "opacity": 1, "startTime": 0 }, { "character": "Tom", "startTime": 1, "finishTime": 3.18, "dialogue": { "text": "I can't wait for the first meeting I'll attend.", "align": "center" } }, { "character": "Tom", "opacity": 0, "startTime": 3.68 } ] } ```