Back to Freecodecamp

Task 5

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66a915ad327d9431181f4348.md

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Bob: I hear you're going to a hackathon this weekend. Is that right? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I hear you're going to BLANK BLANK this weekend. Is that right?

--blanks--

a

--feedback--

Pay attention to use the correct article before the noun.


hackathon

--feedback--

Event where programmers come together to work on software projects.

--explanation--

A hackathon is an event where programmers and developers come together to work on software projects.

These events often last for a short, intense period, like a weekend, and involve collaboration and creativity.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-1.mp3",
      "startTime": 1,
      "startTimestamp": 3.8,
      "finishTimestamp": 6.7
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.86,
      "dialogue": {
        "text": "I hear you're going to a hackathon this weekend. Is that right?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.36
    }
  ]
}