Back to Freecodecamp

Task 88

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

latest1.4 KB
Original Source
<!-- (Audio) Sarah: No problem, Tom. Maybe next time you'll join us. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What does maybe next time convey in this context?

--answers--

Immediate rejection

--feedback--

This answer is too strong. Maybe next time sounds gentler and leaves the door open for later.


A definite future plan

--feedback--

Maybe next time doesn't fix a future arrangement, it just leaves the possibility open.


Polite invitation for the future


Current disinterest

--feedback--

This answer is partially true, but it misses the hopeful vibe about something happening later.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 28.88,
      "finishTimestamp": 31.80
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.92,
      "dialogue": {
        "text": "No problem, Tom. Maybe next time you'll join us.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.42
    }
  ]
}