Back to Freecodecamp

Task 31

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/6612752978bcc239ae7b60da.md

latest1.9 KB
Original Source
<!-- (Audio) Sarah: Hey! Work has kept me busy this week. I worked on the new app interface, designed some cool icons, and presented the layout to the team yesterday. -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

Hey! Work has kept me busy this week. I BLANK on the new app interface, BLANK some cool icons, and BLANK the layout to the team yesterday.

--blanks--

worked

--feedback--

It is the past simple form of work, indicating an action completed in the past.


designed

--feedback--

It is the past simple form of design, used to describe a completed action of creating something.


presented

--feedback--

It is the past simple form of present, indicating the action of showing or displaying something that has already been done.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 3.78,
      "finishTimestamp": 11.12
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.88,
      "dialogue": {
        "text": "Hey, work has kept me busy this week. I worked on the new app interface,",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.16,
      "finishTime": 8.34,
      "dialogue": {
        "text": "designed some cool icons, and presented the layout to the team yesterday.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 8.84
    }
  ]
}