Back to Freecodecamp

Task 128

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67cae9c77881e7a88a52584c.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: Okay. Is there anything else we should consider? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob want to know?

--answers--

If they should stop discussing the issue.

--feedback--

Bob is not suggesting to stop the discussion.


Whether Maria has already made a decision.

--feedback--

Bob is not asking about Maria's decision.


If they should ask the client for more time.

--feedback--

Bob does not mention asking the client for an extension.


Whether there are other factors they need to think about.

--video-solution--

4

--explanation--

Else in this context means in addition to what has already been mentioned. For example:

Do you need anything else from me? - This means the speaker is asking if anything additional is needed.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-3.mp3",
      "startTime": 1,
      "startTimestamp": 31.12,
      "finishTimestamp": 33.48
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.36,
      "dialogue": {
        "text": "Okay. Is there anything else we should consider?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.86
    }
  ]
}