Back to Freecodecamp

Task 94

curriculum/challenges/english/blocks/learn-how-to-ask-and-share-about-educational-and-professional-background/657b30ac03b523e6640deaf1.md

latest2.2 KB
Original Source
<!-- (Audio) Tom: That's a cool twist. Did you immediately start working as a tech recruiter after college? Anna: Not right away. I worked in a general HR role at a non-tech company first, focusing on training and development. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Tom: That's a cool BLANK. BLANK you immediately start working as a tech recruiter after college?

Anna: Not right away. I BLANK in a general HR role at a non-tech company first, focusing on training and development.

--blanks--

twist

--feedback--

This noun refers to an interesting or unexpected change in a situation.


Did

--feedback--

This auxiliary verb is used to form a question in the past simple tense. The first letter is capitalized.


worked

--feedback--

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

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      },
      {
        "character": "Anna",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 18.82,
      "finishTimestamp": 30.24
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.44,
      "dialogue": {
        "text": "That's a cool twist. Did you immediately start working as a tech recruiter after college?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.5      
    },
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 5.5
    },
    {
      "character": "Anna",
      "startTime": 5.84,
      "finishTime": 12.42,
      "dialogue": {
        "text": "Not right away. I worked in a general HR role at a non-tech company first, focusing on training and development.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 12.92
    }
  ]
}