--- id: 657dc6a58ec0be432655eaf5 title: Task 102 challengeType: 22 dashedName: task-102 --- # --description-- In English, words like `sometimes,` `always,` and `never` are used to describe the frequency of an action. `Sometimes` is used when an action happens on certain occasions but not every time. For example, `I sometimes have coffee for breakfast.` It indicates possibility but not certainty. `Always` is used when an action happens every single time without fail. For instance, `The sun always rises in the east.` It shows a consistent or habitual action. `Never` means an action does not happen at any time. For example, `She never eats meat`, indicating a complete absence of the action. # --instructions-- Listen to the audio, understand the context and complete this sentence with the correct adverb of frequency. # --fillInTheBlank-- ## --sentence-- `Maria BLANK assigns tasks during the meetings.` ## --blanks-- `sometimes` ### --feedback-- Sophie indicates that assigning tasks is not a consistent action. # --scene-- ```json { "setup": { "background": "company2-center.png", "characters": [ { "character": "Tom", "position": {"x":50,"y":15,"z":1.2}, "opacity": 0 }, { "character": "Sophie", "position": {"x":50,"y":0,"z":1.4}, "opacity": 0 } ], "audio": { "filename": "1.3-4.mp3", "startTime": 1, "startTimestamp": 41.48, "finishTimestamp": 48.72 } }, "commands": [ { "character": "Tom", "opacity": 1, "startTime": 0 }, { "character": "Tom", "startTime": 1, "finishTime": 3.72, "dialogue": { "text": "Does Maria assign tasks during these meetings?", "align": "center" } }, { "character": "Tom", "opacity": 0, "startTime": 4 }, { "character": "Sophie", "opacity": 1, "startTime": 4 }, { "character": "Sophie", "startTime": 4.52, "finishTime": 8.24, "dialogue": { "text": "Sometimes, but we normally discuss tasks we plan on tackling for the week.", "align": "center" } }, { "character": "Sophie", "opacity": 0, "startTime": 8.74 } ] } ```