Back to Freecodecamp

Task 51

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

latest1.2 KB
Original Source
<!-- (Audio) Brian: Sure, Anna. What's on your mind? -->

--instructions--

Listen to the audio to complete the sentence below.

--fillInTheBlank--

--sentence--

Sure, Anna. What's on your BLANK?

--blanks--

mind

--feedback--

This word refers to someone's thoughts or concerns.

--explanation--

What's on your mind? is used to ask someone what they are thinking about or what they want to discuss. For example:

You look worried. What's on your mind?

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-2.mp3",
      "startTime": 1,
      "startTimestamp": 4.6,
      "finishTimestamp": 6.38
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.78,
      "dialogue": {
        "text": "Sure, Anna. What's on your mind?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.28
    }
  ]
}