Back to Freecodecamp

Task 56

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/685578a738054e8c52511eb8.md

latest1.6 KB
Original Source
<!-- (Audio) Jake: What areas are you thinking about specifically? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Jake asking Linda?

--answers--

What features she wants to remove.

--feedback--

Jake isn't asking what to remove.


What time she wants to work on the changes.

--feedback--

There's no mention of timing or scheduling.


What parts of the interface Linda is focusing on.


What security issues Linda has already solved.

--feedback--

Jake isn't asking about past solutions.

--video-solution--

3

--explanation--

An area means a part or section of something, such as a system, project, or task. For example:

One area we need to improve is the login process. — This means the login part of the system needs improvement.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-2.mp3",
      "startTime": 1,
      "startTimestamp": 14.82,
      "finishTimestamp": 16.98
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.16,
      "dialogue": {
        "text": "What areas are you thinking about specifically?",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.66
    }
  ]
}