Back to Freecodecamp

Task 68

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

latest2.3 KB
Original Source
<!-- (Audio) Tom: Hey, Alice. How did you get into tech? Alice: My background is a bit unconventional. -->

--description--

Unconventional means something that is different from the normal way of doing things. It shows that a person, idea, or action does not follow the usual rules or traditions. For example:

The team had an unconventional meeting outside the office. - This means the meeting was not in the usual place, but somewhere different.

--questions--

--text--

What does unconventional imply about Alice's background in tech?

--answers--

Her background is different from the usual way people get into tech.


Her background is exactly the same as most people in tech.

--feedback--

Unconventional means not following the usual conventions, which contradicts being the same as most people.


She doesn't have any background in tech.

--feedback--

Unconventional suggests a different approach, not the absence of a background.


She followed a very traditional path into tech.

--feedback--

Unconventional indicates a non-traditional path, not a very traditional one.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      },
      {
        "character": "Alice",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 5.08
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.82,
      "dialogue": {
        "text": "Hey, Alice. How did you get into tech?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4
    },
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 4
    },
    {
      "character": "Alice",
      "startTime": 4.5,
      "finishTime": 6.08,
      "dialogue": {
        "text": "My background is a bit unconventional.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6.58
    }
  ]
}