Back to Freecodecamp

Task 113

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

latest1.7 KB
Original Source
<!-- (Audio) Brian: Not yet, but I can find out. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Brian implicitly telling Sarah he will do?

--answers--

He will wait until someone else gives an update.

--feedback--

Brian means he plans to take action himself.


He will look for the information she asked about.


He already knows the answer but isn't saying it yet.

--feedback--

He does not mention having the information right now.


He will ask Sarah to find the answer later.

--feedback--

Brian is offering to take responsibility for it.

--video-solution--

2

--explanation--

To find out means to discover or get information about something. It often involves asking questions or doing some research to learn what you didn't know before. For example:

I'll find out what time the meeting starts. – This means the speaker doesn't know yet but plans to get that information.

--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": 35.8,
      "finishTimestamp": 37.58
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.68,
      "dialogue": {
        "text": "Not yet, but I can find out.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.18
    }
  ]
}