Back to Freecodecamp

Task 57

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

latest1.6 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 answer the question below.

--questions--

--text--

What is Alice thinking about doing?

--answers--

Looking for a promotion at her current job.

--feedback--

Alice is not trying to move up in her current company.


Changing to a new job.


Taking a break from work.

--feedback--

Alice does not mention stopping work.


Starting her own business.

--feedback--

Alice is not starting her own business.

--video-solution--

2

--explanation--

Alice says she is considering switching jobs, which means she is thinking about leaving her current job for a new one. Looking at a few tech companies suggests she is exploring different job options.

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