Back to Freecodecamp

Task 104

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f525cc6bd5a51e853d280a.md

latest1.9 KB
Original Source
<!-- (audio) Jake: Sounds good. Keep me posted. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Does Jake agree with Jessica's plan?

--answers--

No, he disagrees and suggests a different plan.

--feedback--

Jake does not suggest a different plan.


Yes, he agrees and tells her to keep him updated.


No, he is unsure and wants to think about it first.

--feedback--

Jake does not express hesitation.


Yes, but he wants her to confirm with the team first.

--feedback--

Jake does not mention checking with the team.

--video-solution--

2

--explanation--

Sounds good is a casual way to say I agree or That works for me.

Keep me posted means Let me know if there are any updates. It is a polite way to ask for ongoing information about a situation. For example:

  • If you find any issues with the system, keep me posted. - You're asking someone to let you know if they discover any problems with the system.

  • Keep me posted if you get any feedback from the client. - You're asking someone to let you know if they hear anything new from the client.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-2.mp3",
      "startTime": 1,
      "startTimestamp": 94.54,
      "finishTimestamp": 96.06
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2.52,
      "dialogue": {
        "text": "Sounds good. Keep me posted.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.02
    }
  ]
}