Back to Freecodecamp

Task 109

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67f057210790871622c2efa6.md

latest1.8 KB
Original Source
<!-- (Audio) Sarah: We're working on it, though. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is the team doing about the problems they had?

--answers--

They are ignoring the problems for now.

--feedback--

Sarah says they are taking action.


They are actively trying to solve the problems.


They are waiting for someone else to solve them.

--feedback--

Sarah uses we're, which shows the team is actively doing something.


They have already finished solving all the problems.

--feedback--

Sarah says they're trying to solve this. A solution is still in progress.

--video-solution--

2

--explanation--

Though is used to contrast two ideas. It often shows that something is happening despite a difficulty or unexpected situation. In this case, it shows that even though there are problems, the team is still working on them. For example:

The task is difficult. I'm going to finish it, though. – This means the person will complete the task despite the difficulty.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-3.mp3",
      "startTime": 1,
      "startTimestamp": 31.04,
      "finishTimestamp": 32.2
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.16,
      "dialogue": {
        "text": "We're working on it, though.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 2.66
    }
  ]
}