Back to Freecodecamp

Task 113

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

latest1.1 KB
Original Source
<!-- (audio) Brian: Hey, Sarah. How's work as a QA tester? Is it really challenging? -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

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

--blanks--

challenging

--feedback--

This adjective describes something that tests your ability or determination.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 4.66
    }
  },
  "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.16
    }
  ]
}