Back to Freecodecamp

Task 86

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/671f7579f5e0000560fcce55.md

latest2.0 KB
Original Source
<!-- (Audio) Maria: Brian, is that you? What a surprise to see you here at PyCon. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Brian, is that you? BLANK BLANK surprise to see you here at PyCon.

--blanks--

What

--feedback--

This word is used as an intensifier to express strong emotion or emphasis.


a

--feedback--

This is the indefinite article used with singular, countable nouns following what to enhance the expression.

--explanation--

The structure what + an indefinite article is used to emphasize strong feelings or reactions about something. It often expresses surprise, admiration, or emotion. For example:

What a beautiful day it is! - Here, the structure highlights the speaker's admiration for the day.

Similarly, in Maria's sentence, What a surprise emphasizes her astonishment at seeing Brian at PyCon.

PyCon is a well-known conference for Python programming enthusiasts, developers, and professionals. It provides a platform for learning, networking, and sharing Python-related knowledge. For example:

I attended PyCon last year and learned about the latest Python frameworks. - This means the person was at PyCon last year and learned a lot.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-3.mp3",
      "startTime": 1,
      "startTimestamp": 0.56,
      "finishTimestamp": 3.94
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.38,
      "dialogue": {
        "text": "Brian, is that you? What a surprise to see you here at PyCon.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.88
    }
  ]
}