Back to Freecodecamp

Task 93

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

latest2.0 KB
Original Source
<!-- (Audio) Anna: Not right away. I worked in a general HR role at a non-tech company first, focusing on training and development. -->

--description--

Not right away is used to indicate that something didn't happen immediately or at the earliest opportunity. For example:

He didn't understand the code fix right away, but later it became clear. - He needed some time before he understood.

This phrase suggests that there was a delay or a period before the action or change took place. It helps to set the timeline of events or actions.

--questions--

--text--

What does Anna mean when she says not right away?

--answers--

She immediately started working in HR at a tech company.

--feedback--

Not right away indicates a delay or period before taking action, not immediate action.


She started working in a different role before moving to HR at a tech company.


She has never worked in HR.

--feedback--

The statement implies she did work in HR, just not immediately.


She was always focused on training and development.

--feedback--

Not right away suggests a progression or change over time, not a constant focus.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Anna",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 23.66,
      "finishTimestamp": 30.24
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 7.58,
      "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": 8.08
    }
  ]
}