Back to Freecodecamp

Task 72

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Maria say about her current team?

--answers--

That she expects to hire ten more developers.

--feedback--

She says they have ten developers now, not that they plan to hire more.


That there are ten developers working on the project right now.


That ten developers finished the project already.

--feedback--

She talks about the present situation, not something completed in the past.


That the team will grow to ten people next month.

--feedback--

She is describing the current team, not a future plan.

--video-solution--

2

--explanation--

Maria uses at the moment, which shows she is talking about the present.

She says the current number of developers on the team is ten.

--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
    }
  ]
}