Back to Freecodecamp

Task 59

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

latest1.7 KB
Original Source
<!-- (audio) Sophie: Can you help me understand the possibilities? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Sophie asking about?

--answers--

She is asking James to make a decision.

--feedback--

Sophie is not asking James to decide anything.


She wants to know when the meeting starts.

--feedback--

Her question is not about scheduling.


She is asking James for a report.

--feedback--

Sophie does not mention a report.


If James can help her understand the possibilities.

--video-solution--

4

--explanation--

Can is a modal verb that is used to ask for help, permission, or ability. For example:

  • Asking for help: Can you explain this to me?

  • Asking for permission: Can I leave early today?

  • Talking about ability: She can swim.

Sophie is using can to ask for help in understanding the possibilities.

--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": 7.76,
      "finishTimestamp": 9.42
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.66,
      "dialogue": {
        "text": "Can you help me understand the possibilities?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.16
    }
  ]
}