Back to Freecodecamp

Task 11

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

latest1.3 KB
Original Source
<!-- (Audio) James: That's great, Sophie. The two of us are doing some important work. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's great, Sophie. The two of us are BLANK some BLANK work.

--blanks--

doing

--feedback--

This word refers to the act of carrying out or performing tasks or activities. It ends in -ing.


important

--feedback--

This adjective describes something of great significance, value, or consequence.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 22.14,
      "finishTimestamp": 25.46
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.32,
      "dialogue": {
        "text": "That's great, Sophie. The two of us are doing some important work.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.82
    }
  ]
}