Back to Freecodecamp

Task 80

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/685536a8c65e33a945f03bcf.md

latest1.5 KB
Original Source
<!-- (Audio) Maria: We currently have three designers. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We BLANK have BLANK.

--blanks--

currently

--feedback--

This word means at the present time.


three designers

--feedback--

These two words tell how many people are on the design team right now.

--explanation--

Currently means at the present time or now. For example:

We are currently working on a new app. – This means the work is happening now.

Three designers is a way to report the number of people in a design role. For example:

The company employs three designers for this product. – This means there are three people responsible for design tasks.

--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": 25.06,
      "finishTimestamp": 27.06
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.0,
      "dialogue": {
        "text": "We currently have three designers.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.5
    }
  ]
}