Back to Freecodecamp

Task 15

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67a751e305f036e71ada63bc.md

latest1.9 KB
Original Source
<!-- (Audio) Bob: Exactly. Once we have the wireframes, we can start collaborating with the developers to implement the front-end design. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob's response suggest about his opinion of Linda's idea?

--answers--

He is unsure and wants more details.

--feedback--

Bob does not ask for clarification or more details.


He strongly agrees with her.


He disagrees and suggests a different approach.

--feedback--

Bob does not express disagreement or propose an alternative idea.


He thinks it's possible but needs adjustments.

--feedback--

Bob does not mention any adjustments or modifications.

--video-solution--

2

--explanation--

Listen for key words that show Bob's opinion.

Exactly – This word indicates strong agreement with what was said.

we can start collaborating – This suggests he is ready to move forward with the idea rather than questioning or changing it.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 14.66,
      "finishTimestamp": 20.52
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.86,
      "dialogue": {
        "text": "Exactly. Once we have the wireframes, we can start collaborating with the developers to implement the front-end design.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.36
    }
  ]
}