Back to Freecodecamp

Task 61

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/67122e8300d8e90843b04967.md

latest2.4 KB
Original Source
<!-- (Audio) Linda: Yes, that's true. We used to focus solely on design aspects and user experience. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What did the team normally pay attention to exclusively in the past?

--answers--

They focused solely on design aspects and user experience.


They focused on security protocols.

--feedback--

Linda specifically says they focused on design aspects and user experience, not security.


They paid attention to marketing strategies.

--feedback--

Linda refers to focusing on design and user experience, not marketing.


They worked only on back-end development.

--feedback--

Linda says the team concentrated on design aspects and user experience, not back-end development.

--video-solution--

1

--explanation--

Used to refers to actions or situations that were habitual or true in the past but are no longer the case. For example:

We used to have weekly team meetings, but now we meet monthly. - This means it was the team's habit to meet more frequently in the past - once a week instead of once a month, as they do now.

Solely means exclusively or only. It emphasizes that something was the only focus or priority. For example:

The company is solely focused on developing new technology. - Meaning this is the only thing the company wants to concentrate its efforts on.

In this sentence, Linda explains that the team previously focused only on design and user experience, with no consideration for other aspects like security.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-2.mp3",
      "startTime": 1,
      "startTimestamp": 23.66,
      "finishTimestamp": 28.54
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 5.88,
      "dialogue": {
        "text": "Yes, that's true. We used to focus solely on design aspects and user experience.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 6.38
    }
  ]
}