Back to Freecodecamp

Task 32

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/655cadb5df07e269cccaa056.md

latest1.2 KB
Original Source
<!-- (Audio) Amy: Hi, Brian. What's happening with your project? -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hi, Brian. What's BLANK with your BLANK?

--blanks--

happening

--feedback--

This verb asks about current events or activities in Brian's work. It ends in -ing.


project

--feedback--

This noun refers to the specific work or task Brian is involved in.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Amy",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 2.14
    }
  },
  "commands": [
    {
      "character": "Amy",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Amy",
      "startTime": 1,
      "finishTime": 3.14,
      "dialogue": {
        "text": "Hi, Brian. What's happening with your project?",
        "align": "center"
      }
    },
    {
      "character": "Amy",
      "opacity": 0,
      "startTime": 3.64
    }
  ]
}