Back to Freecodecamp

Task 111

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

latest2.2 KB
Original Source
<!-- (Audio) Sarah: Speaking of which, do you know if there's a timeline for the next phase? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Sarah asking Brian about?

--answers--

If there is a timeline for the next phase.


If the current phase is the last one.

--feedback--

Sarah is asking about the next phase, so we can conclude the current phase is not the last.


If Brian will lead the next phase.

--feedback--

This is not mentioned in Sarah's question.


If the project has been delayed.

--feedback--

Sarah's question focuses on whether there's a schedule for the next phase.

--video-solution--

1

--explanation--

Do you know if there's... is a polite way to ask for information. It uses the affirmative structure (there is) inside a question. Instead of directly asking Is there a timeline? (which is a standard interrogative form), Sarah asks indirectly with Do you know if there's a timeline?, which sounds more polite or tentative. For example:

Do you know if there's a meeting this afternoon? – This is a softer way of asking, compared to simply saying Is there a meeting this afternoon?

--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": 32.34,
      "finishTimestamp": 35.42
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 1.9,
      "dialogue": {
        "text": "Speaking of which,",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 2.08,
      "finishTime": 4.08,
      "dialogue": {
        "text": "do you know if there's a timeline for the next phase?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.58
    }
  ]
}