Back to Freecodecamp

Task 61

curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d58715562a4f42449f580e.md

latest1.9 KB
Original Source
<!-- (audio) Sophie: I have a few questions about what might happen if we run into issues. Can you help me understand the possibilities? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

James is eager to help Sophie. What would he say?

--answers--

Sure, Sophie. What do you want to know?

--audio-id--

ENcd3f2527


Maybe later, Sophie. I'm busy.

--audio-id--

EN5454bff4

--feedback--

This response does not match James' eagerness to help.

--video-solution--

1

--explanation--

What do you want to know? is a polite way to ask someone what information they need. Other examples:

  • What do you want to eat? - Asking about food choices.

  • What do you want to ask? - Asking about a specific question.

James is offering to help Sophie by asking her what she needs to know.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-2.mp3",
      "startTime": 1,
      "startTimestamp": 4.64,
      "finishTimestamp": 9.42
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.02,
      "dialogue": {
        "text": "I have a few questions about what might happen if we run into issues.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 4.32,
      "finishTime": 5.78,
      "dialogue": {
        "text": "Can you help me understand the possibilities?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.28
    }
  ]
}