Back to Freecodecamp

Task 11

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/658118a9a10235216e6cd698.md

latest1.0 KB
Original Source
<!-- (Audio) Brian: That's great to hear, Maria. -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

That's great to BLANK, Maria.

--blanks--

hear

--feedback--

This word is used when someone listens to what another person says.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 18.68,
      "finishTimestamp": 19.86
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.18,
      "dialogue": {
        "text": "That's great to hear, Maria.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 2.68
    }
  ]
}