Back to Freecodecamp

Task 38

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

latest1.8 KB
Original Source
<!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Mark wants to thank Jessica and make sure that's all he has to do. What would he say?

--answers--

Okay, thanks for letting me know. I'll handle it. Is there anything else I need to do?

--audio-id--

ENc6d72bc4


I understand. You don't need to tell me anything else. Can we skip it?

--audio-id--

EN7d91a1f7

--feedback--

Mark should ask if there's anything else instead of assuming.

--video-solution--

1

--explanation--

The correct answer confirms that Mark understands his task and politely asks if there's anything else he needs to do.

Okay, thanks for letting me know. expresses gratitude.

I'll handle it. means that Mark is taking responsibility for the task or situation.

Is there anything else I need to do? shows that Mark is seeking further clarification to make sure he's not missing anything, which is appropriate here.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-1.mp3",
      "startTime": 1,
      "startTimestamp": 42.62,
      "finishTimestamp": 48.14
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 6.52,
      "dialogue": {
        "text": "Yes, all sensitive data must be encrypted, and you have to ensure that the encryption keys are stored securely.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 7.02
    }
  ]
}