Back to Freecodecamp

Task 7

curriculum/challenges/english/blocks/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/6613d4fc79abb74c83b07fab.md

latest2.2 KB
Original Source
<!-- (Audio) Sarah: Good point. I agree. I also think we are going to need a dedicated UX designer. It's a complex project, and a professional designer will help us create a great user experience. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

Why does Sarah think they need a dedicated UX designer for the project?

--answers--

Because the project is simple and requires minimal design effort

--feedback--

Sarah mentions the project is complex, implying it requires significant design expertise, not minimal effort.


Because it's a complex project and a UX designer will enhance the user experience


Because they need to reduce the overall cost of the project

--feedback--

Reducing costs isn't mentioned. Sarah's focus is on the complexity of the project and improving the user experience.


Because the project is almost finished and they need final design touches

--feedback--

Sarah's statement is about the project's complexity and the need for a UX designer from a broader perspective, not just for final touches.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 14.36,
      "finishTimestamp": 24.3
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.94,
      "dialogue": {
        "text": "Good point. I agree. I also think we are going to need a dedicated UX designer.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 6.32,
      "finishTime": 10.94,
      "dialogue": {
        "text": "It's a complex project and a professional designer will help us create a great user interface.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 11.44
    }
  ]
}