Back to Freecodecamp

Task 111

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

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

--description--

Pay attention to how the acronym of Quality Assurance is pronounced in the dialogue. Understanding acronyms and their pronunciation is important in English, especially in professional contexts.

Acronyms are usually said by pronouncing each letter separately. For example, QA is pronounced Q - A.

--fillInTheBlank--

--sentence--

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

--blanks--

QA

--feedback--

It's an acronym for Quality Assurance.

--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
    }
  ]
}