Back to Freecodecamp

Task 50

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66b5221d65b9298966fa0d50.md

latest2.3 KB
Original Source
<!-- AUDIO REFERENCE: Anna: Hi Brian, do you have a moment? I want to talk about our cybersecurity training. Brian: Sure, Anna. What's on your mind? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Brian want to know?

--answers--

What Anna had for lunch.

--feedback--

This answer is unrelated and does not address Anna's request to talk about cybersecurity training.


What time it is.

--feedback--

Brian is not asking for the time.


What the weather is like.

--feedback--

Brian is not asking about the weather.


What Anna wants to talk about.

--video-solution--

4

--explanation--

When someone asks What's on your mind?, they want to know what the other person is thinking about or wants to discuss.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 6.38
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 2.72,
      "dialogue": {
        "text": "Hi, Brian. Do you have a moment?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 2.94,
      "finishTime": 5.16,
      "dialogue": {
        "text": "I want to talk to you about our cybersecurity training.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 5.48
    },
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 5.48
    },
    {
      "character": "Brian",
      "startTime": 5.8,
      "finishTime": 7.38,
      "dialogue": {
        "text": "Sure, Anna. What's on your mind?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.88
    }
  ]
}