Back to Freecodecamp

Task 151

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

latest1.7 KB
Original Source
<!-- (audio) Lisa: Let me know if you find anything unusual in the logs. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Lisa asking Jake to do?

--answers--

She wants Jake to reset the system logs.

--feedback--

Lisa doesn't ask Jake to reset the logs.


She wants Jake to tell her if he finds anything unusual in the logs.


She is asking Jake to write a report about the breach.

--feedback--

Lisa doesn't ask Jake to create a report.


She is requesting Jake to check the logs every hour.

--feedback--

Lisa does not specify a timeframe.

--video-solution--

2

--explanation--

Let me know is a common phrase used to ask someone to inform or update you about something. For example:

  • Let me know if you need help. - Tell me if you need assistance.

  • Let me know when the meeting starts. - Inform me when it begins.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-3.mp3",
      "startTime": 1,
      "startTimestamp": 68.02,
      "finishTimestamp": 70.44
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.42,
      "dialogue": {
        "text": "Let me know if you find anything unusual in the logs.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 3.92
    }
  ]
}