Back to Freecodecamp

Task 107

curriculum/challenges/english/blocks/learn-how-to-talk-about-hobbies-and-interests/65802f717cef8c042af950b8.md

latest1.8 KB
Original Source
<!-- (Audio) Sophie: Great! We'll have a lot of fun. I'll let you know all the details later. -->

--description--

I'll let you know indicates a promise to provide information or updates about a future event or plan. For example:

The exact time of the presentation is not confirmed. I'll let you know once it's fixed. - The speaker promises to update the listener when the details are ready.

--questions--

--text--

What does Sophie imply by saying I'll let you know all the details later?

--answers--

She will share the details right away.

--feedback--

Sophie said she will share the details later, not now.


She will not provide any details.

--feedback--

Sophie will give the details, just later. She is not refusing to share them.


She promises to inform Brian about the details at a later time.


She has forgotten about sharing the details.

--feedback--

Sophie is not forgetting. She clearly says she will share the details later, so she is planning to do it.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-5.mp3",
      "startTime": 1,
      "startTimestamp": 20.82,
      "finishTimestamp": 23.90
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.08,
      "dialogue": {
        "text": "Great! We'll have a lot of fun. I'll let you know all the details later.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.58
    }
  ]
}