Back to Freecodecamp

Task 119

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/68594d7c7b95b1a88e10ac2f.md

latest1.4 KB
Original Source
<!-- (Audio) Sophie: That should work. What time are we considering? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That should work. What time are we BLANK?

--blanks--

considering

--feedback--

This means thinking about or taking something into account when making a decision. Use the -ing form.

--explanation--

To consider means to think carefully about something before making a decision. For example:

We're considering moving the meeting to Friday. – This means they are thinking about whether Friday is a good option.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-3.mp3",
      "startTime": 1,
      "startTimestamp": 12.84,
      "finishTimestamp": 15.32
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.48,
      "dialogue": {
        "text": "That should work. What time are we considering?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.98
    }
  ]
}