Back to Freecodecamp

Task 116

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68147ea4d02771076644bc2f.md

latest1.7 KB
Original Source
<!-- (Audio) Maria: All of our projects need some attention, but we can't cover everything at once. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

All of BLANK need BLANK, but we can't cover everything at once.

--blanks--

our projects

--feedback--

This refers to tasks or work the group is responsible for. Don't forget to use a possessive determiner showing that the projects belong to Maria's team.


some attention

--feedback--

It means giving focus or care to something. Don't forget to use a determiner showing that Maria talks about an unspecified amount or part.

--explanation--

Our projects uses our to show that the projects belong to Maria's group or company.

Some attention uses some to mean that a certain amount of care, focus, or work is needed, but not total or full attention to everything at once.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-3.mp3",
      "startTime": 1,
      "startTimestamp": 4.1,
      "finishTimestamp": 7.82
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.72,
      "dialogue": {
        "text": "All of our projects need some attention, but we can't cover everything at once.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.22
    }
  ]
}