Back to Freecodecamp

Task 87

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

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

--description--

Maybe next time is used to politely suggest the possibility of someone participating or joining an activity or event in the future. It can be used independently or as part of a sentence.

--fillInTheBlank--

--sentence--

No problem, Tom. BLANK BLANK BLANK you'll join us.

--blanks--

Maybe

--feedback--

This word is used to show something is possible but not certain. The first letter is capitalized.


next

--feedback--

This word means the thing that comes immediately after.


time

--feedback--

This word refers to minutes, hours, days, or a moment when something happens.

--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
    }
  ]
}