Back to Freecodecamp

Task 13

curriculum/challenges/english/blocks/learn-how-to-express-agreement/679b74ee20b7400598e672ce.md

latest1.9 KB
Original Source
<!-- (Audio) Linda: I think that's doable. We can work on the design sketches this week and then move on to wireframes. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Linda say about Bob's timeline?

--answers--

She says the timeline is too short.

--feedback--

Linda does not say the timeline is too short.


She agrees with the timeline and suggests a plan.


She asks for more time to prepare.

--feedback--

Linda does not ask for extra time.


She says they should start with wireframes.

--feedback--

Linda suggests starting with design sketches first.

--video-solution--

2

--explanation--

Linda supports Bob's timeline by saying I think that's doable, which means she believes it is achievable.

She then proposes a plan: starting with design sketches and moving on to wireframes. This shows she agrees and has a clear next step in mind.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 10.22,
      "finishTimestamp": 14.5
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 1.8,
      "dialogue": {
        "text": "I think that's doable.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 2.14,
      "finishTime": 5.28,
      "dialogue": {
        "text": "We can work on the design sketches this week and then move on to wireframes.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 5.78
    }
  ]
}