Back to Freecodecamp

Task 114

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e6ffb22adc44942ceb5d4.md

latest1.9 KB
Original Source
<!-- (audio) Brian: Hey, Sarah. How's work as a QA tester? Is it really challenging? Sarah: Sometimes. Let me tell you how my week usually goes. -->

--description--

See if you can get these words right.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Brian: Hey, Sarah. How's work as a QA tester? Is it really challenging?

Sarah: BLANK. Let me tell you how my week BLANK goes.

--blanks--

Sometimes

--feedback--

This word means not always but on certain occasions. The first letter is capitalized.


usually

--feedback--

This word means in most cases or generally.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      },
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 8.38
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.66,
      "dialogue": {
        "text": "Hey, Sarah. How's work as a QA tester? Is it really challenging?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6
    },
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 6
    },
    {
      "character": "Sarah",
      "startTime": 6.82,
      "finishTime": 9.38,
      "dialogue": {
        "text": "Sometimes. Let me tell you how my week usually goes.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 9.88
    }
  ]
}