Back to Freecodecamp

Task 117

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/673263513f5a142a717d4138.md

latest2.6 KB
Original Source
<!-- (audio) James: It's interesting to think about it. I used to just write code without thinking much about the end user. But now, ensuring a positive user experience has become a central part of my development process. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What has changed over time?

--answers--

James no longer writes code.

--feedback--

James still writes code, another thing has changed.


James is learning a new programming language.

--feedback--

The change James describes is not a new programming language.


James no longer works in development.

--feedback--

James is still involved in development but with an added focus on something.


James now focuses on user experience.

--video-solution--

4

--explanation--

To find the correct answer, listen to James's description of his past and current approach.

He says I used to just write code without thinking much about the end user and contrasts this with ensuring a positive user experience has become a central part of my development process.

This shows that the key change is his focus on user experience, which is now central to his work.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-3.mp3",
      "startTime": 1,
      "startTimestamp": 29.28,
      "finishTimestamp": 39.7
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.74,
      "dialogue": {
        "text": "It's interesting to think about it.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 2.82,
      "finishTime": 6.06,
      "dialogue": {
        "text": "I used to just write code without thinking much about the end user,",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 6.24,
      "finishTime": 8.84,
      "dialogue": {
        "text": "but now ensuring a positive user experience",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 8.84,
      "finishTime": 11.42,
      "dialogue": {
        "text": "has become a central part of my development process.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 11.92
    }
  ]
}