--- id: 657dbeb6e94406122619ecad title: Task 83 challengeType: 19 dashedName: task-83 --- # --description-- The word `on` is a preposition that you can use to talk about specific days of the week when something takes place. In this case, Sophie uses it to say exactly when the team meetings are scheduled. # --questions-- ## --text-- What does Sophie say about the team meetings? ## --answers-- `We have meetings on Monday mornings.` --- `We have meetings at Monday mornings.` ### --feedback-- The preposition `at` is not usually used with days. --- `We have meetings in Monday mornings.` ### --feedback-- We don't use `in` with days of the week when talking about schedules. --- `We have meetings by Monday mornings.` ### --feedback-- `By` indicates a deadline, not a regular meeting time. ## --video-solution-- 1 # --scene-- ```json { "setup": { "background": "company2-center.png", "characters": [ { "character": "Sophie", "position": {"x":50,"y":0,"z":1.4}, "opacity": 0 } ], "audio": { "filename": "1.3-4.mp3", "startTime": 1, "startTimestamp": 4.44, "finishTimestamp": 6.86 } }, "commands": [ { "character": "Sophie", "opacity": 1, "startTime": 0 }, { "character": "Sophie", "startTime": 1, "finishTime": 3.42, "dialogue": { "text": "Yes, they do. We have meetings on Monday mornings.", "align": "center" } }, { "character": "Sophie", "opacity": 0, "startTime": 3.92 } ] } ```