Back to Freecodecamp

Task 102

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

latest1.7 KB
Original Source
<!-- (Audio) Brian: We might get some support, but they're still deciding. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Has management made a decision about giving the team support?

--answers--

No, they are still thinking about it.


Yes, they have already decided to give support.

--feedback--

Brian does not say they have decided anything.


Yes, they decided not to give any support.

--feedback--

There is no mention of a final decision.


No, and they don't plan to decide at all.

--feedback--

Brian says they are in the process of deciding.

--video-solution--

1

--explanation--

Still means that something is continuing and hasn't stopped or finished yet. It often shows that a process is ongoing. For example:

He is still working on the report. – This means the report is not finished and he is continuing to work on it.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-3.mp3",
      "startTime": 1,
      "startTimestamp": 20.32,
      "finishTimestamp": 22.58
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.26,
      "dialogue": {
        "text": "We might get some support, but they're still deciding.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.76
    }
  ]
}