Back to Freecodecamp

Task 43

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

latest1.8 KB
Original Source
<!-- (Audio) Brian: That's interesting. So you didn't work on many programming projects during your studies, did you? -->

--description--

When you want to ask about something that happened in the past, you can often use did to start the question. The word did helps to turn a statement into a question. For example:

  • You worked on the project. - This is a statement in the past tense. The verb worked shows the action happened in the past.

  • Did you work on the project? - This is a question. Here, did is added at the beginning, and the main verb work stays in the base form.

--fillInTheBlank--

--sentence--

That's interesting. So you BLANK work on many programming projects during your studies, BLANK you?

--blanks--

didn't

--feedback--

Brian is asking a question about something that didn't happen in the past. This word is a contraction of did not.


did

--feedback--

This word is used to form a question in the past tense.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 17.98,
      "finishTimestamp": 23.26
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.28,
      "dialogue": {
        "text": "That's interesting. So you didn't work on many programming projects during your studies, did you?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.78
    }
  ]
}