Back to Freecodecamp

Task 66

curriculum/challenges/english/blocks/learn-how-to-ask-and-share-about-educational-and-professional-background/65f3a7087f990a233ebb16ba.md

latest2.1 KB
Original Source
<!-- (Audio) Brian: It's fascinating to me how we all take different paths but end up in the same tech world, right? Sophie: Absolutely. Let's grab a coffee sometime and chat more. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Brian: It's BLANK to me how we all take BLANK paths but end up in the same tech world, right?

Sophie: Absolutely. Let's BLANK a coffee sometime and chat more.

--blanks--

fascinating

--feedback--

This word expresses a strong interest or admiration for something.


different

--feedback--

This word highlights the variety or diversity in the paths that people take.


grab

--feedback--

Used informally, this word suggests meeting up to get a drink or meal, in this case, a coffee.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      },
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 72.42,
      "finishTimestamp": 81.84
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 7,
      "dialogue": {
        "text": "It's fascinating to me how we all take different paths but end up in the same tech world, right?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.4
    },
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 7.4
    },
    {
      "character": "Sophie",
      "startTime": 7.8,
      "finishTime": 10.42,
      "dialogue": {
        "text": "Absolutely. Let's grab a coffee sometime and chat more.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 10.92
    }
  ]
}