Back to Freecodecamp

Task 55

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67efdfa59ffafb1f2a56381e.md

latest1.9 KB
Original Source
<!-- (audio) Jessica: Hey Jake, we had a security breach reported last night. I wanted to discuss what might have caused it. Do you have any ideas? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Jake doesn't mind discussing an issue with Jessica. What can he say?

--answers--

Sure, Jessica.

--audio-id--

EN54080a3b


I'm too busy right now.

--audio-id--

EN9d00ecb9

--feedback--

This answer does not match the prompt because Jake doesn't mind discussing the issue.

--video-solution--

1

--explanation--

Jessica asks, Do you have any ideas?, which is a way of inviting someone to share their thoughts or opinions.

Sure, Jessica is a way to show that you're open to discussing the issue. Another example:

  • Person 1: Do you have any ideas how to fix it? - This person is asking for suggestions or solutions.

  • Person 2: Sure. We could check the server logs and see what's wrong. - This person is saying yes, and is ready to share a suggestion.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 6.38
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 7.38,
      "dialogue": {
        "text": "Hey Jake, we had a security breach reported last night. I wanted to discuss what might have caused it. Do you have any ideas?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 7.88
    }
  ]
}