Back to Freecodecamp

Task 56

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67d190c0e40bb4f35d4b2f63.md

latest1.5 KB
Original Source
<!-- (Audio) Alice: Hey, Tom. I'm considering switching jobs, and I'm looking at a few tech companies. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hey, Tom. I'm considering BLANK, and I'm looking at a few tech companies.

--blanks--

switching jobs

--feedback--

This two-word phrase means changing from one job to another. The first word ends with -ing.

--explanation--

Switching jobs means leaving your current job and starting a new one. For example:

Lisa is switching jobs because she got a higher-paying offer. - This means Lisa is changing her job for a better salary.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.26
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.26,
      "dialogue": {
        "text": "Hey, Tom. I'm considering switching jobs and I'm looking at a few tech companies.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.76
    }
  ]
}