Back to Freecodecamp

Task 25

curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662b7577212ab40b8534efbf.md

latest1.7 KB
Original Source
<!-- (Audio) Sophie: Sure. I know Python pretty well. What's your question? -->

--description--

Pretty well means a high degree or quite good but not perfect. It's a way to tell someone that you or someone else can do something well enough, but there's still room for improvement.

For example, I did pretty well in the English test. I got most of the answers right.

--questions--

--text--

How good is Sophie at Python?

--answers--

Sophie is a beginner at Python.

--feedback--

The phrase pretty well suggests more competence than a beginner level.


Sophie knows Python, but not very well.

--feedback--

Pretty well indicates a higher level of familiarity than this option suggests.


Sophie is the best at Python.

--feedback--

While pretty well indicates good knowledge, it does not necessarily imply she is the best or an expert.


Sophie has a good understanding of Python.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 24.84,
      "finishTimestamp": 27.44
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.6,
      "dialogue": {
        "text": "Sure. I know Python pretty well. What's your question?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.1
    }
  ]
}