Back to Freecodecamp

Task 71

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/6853d89f8520ba83838d9345.md

latest1.3 KB
Original Source
<!-- (Audio) Maria: We have ten developers on the team at the moment. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We have ten developers on the team BLANK.

--blanks--

at the moment

--feedback--

This three-word phrase means right now or currently.

--explanation--

At the moment means at the present time. For example:

We don't need more testers at the moment. – This means right now more testers are not needed.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-2.mp3",
      "startTime": 1,
      "startTimestamp": 13,
      "finishTimestamp": 15.44
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.44,
      "dialogue": {
        "text": "We have ten developers on the team at the moment.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.94
    }
  ]
}