Back to Freecodecamp

Task 90

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

latest1.7 KB
Original Source
<!-- SPEAKING --> <!-- (Audio) Brian: I attended some really interesting sessions these last few days. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How could Maria succinctly tell Brian she attended some sessions at PyCon as well?

--answers--

Yeah, me too.

--audio-id--

ENd413202d


Why not?

--audio-id--

ENd9ae2a7c

--feedback--

Why not? doesn't indicate agreement or a shared experience.

--video-solution--

1

--explanation--

Me too is used to express agreement or show that the same statement applies to the speaker. It is a concise and informal way to respond to shared experiences or feelings. For example:

Person 1: I love Python programming.

Person 2: Me too. - Meaning they love programming in Python as well.

In this context, Maria could say Yeah, me too to quickly let Brian know that she also attended really interesting sessions at PyCon.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-3.mp3",
      "startTime": 1,
      "startTimestamp": 7.3,
      "finishTimestamp": 10.42
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.12,
      "dialogue": {
        "text": "I attended some really interesting sessions these last few days.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.62
    }
  ]
}