Back to Freecodecamp

Task 68

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

latest1.7 KB
Original Source
<!-- (Audio) David: Excellent. That sounds good. How many developers do we currently have working on this? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Excellent. That sounds good. How many developers do we BLANK have BLANK this?

--blanks--

currently

--feedback--

This adverb means at the present time.


working on

--feedback--

This two-word phrase means actively doing or building something. The first word ends with -ing.

--explanation--

Currently means at the present moment in time. For example:

We currently have three open positions. – This means there are three job openings right now.

Working on means being busy with a specific task or project. For example:

She is working on the design for the new homepage. – This means she is actively designing it.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-2.mp3",
      "startTime": 1,
      "startTimestamp": 8.78,
      "finishTimestamp": 12.98
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 5.2,
      "dialogue": {
        "text": "Excellent. That sounds good. How many developers do we currently have working on this?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 5.7
    }
  ]
}