Back to Freecodecamp

Task 62

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

latest1.4 KB
Original Source
<!-- (audio) James: Sure, Sophie. What do you want to know? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sure, Sophie. What do you BLANK?

--blanks--

want to know

--feedback--

These three words express a desire to gain knowledge or information.

--explanation--

What do you want to know? is used when asking someone what information or knowledge they are seeking. It's a common way to offer help or assistance when someone has a question or wants clarification.

By using want to know, James is asking Sophie what specific information she needs.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-2.mp3",
      "startTime": 1,
      "startTimestamp": 9.56,
      "finishTimestamp": 11.42
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.86,
      "dialogue": {
        "text": "Sure, Sophie. What do you want to know?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 3.36
    }
  ]
}