Back to Freecodecamp

Task 98

curriculum/challenges/english/blocks/learn-how-to-express-disagreement/67bf245186c2c90a69fe4659.md

latest1.8 KB
Original Source
<!-- (Audio) Bob: I've talked again with the team and we still have the same issue. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Does the team still have the same issue?

--answers--

No, they found a solution.

--feedback--

Bob didn't say that the problem has been solved.


No, the issue changed.

--feedback--

Bob does not mention any change in the issue.


Yes, they still have the same issue.


Yes, but they are now discussing a different topic.

--feedback--

The discussion is still about how to use the stipend.

--video-solution--

3

--explanation--

Same means unchanged or identical. For example:

  • We have the same task to complete this week. - This means that the task is identical for everyone.

  • They have the same opinion about the new software update. - This means that both people agree on the update.

Bob says, we still have the same issue, which means the problem has not changed.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-3.mp3",
      "startTime": 1,
      "startTimestamp": 4.42,
      "finishTimestamp": 7.44
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.02,
      "dialogue": {
        "text": "I've talked again with the team and we still have the same issue.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.52
    }
  ]
}