Back to Freecodecamp

Task 83

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679d1a93d4e7702557c0aaa2.md

latest1.9 KB
Original Source
<!-- (Audio) James: Which features did he mention? Do you think it's a coding issue? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Which features did he BLANK? Do you think it's a BLANK issue?

--blanks--

mention

--feedback--

In past simple questions, the main verb does not take a past ending because the auxiliary verb "did" already marks the past.


coding

--feedback--

This word describes something related to programming or writing software.

--explanation--

In Past Simple questions, the main verb remains in its base form because the auxiliary verb did already carries the past tense. For example:

What time did you arrive? (Not did you arrived)

Coding as an adjective refers to things related to writing software. A coding issue means a problem with the code that affects the functionality of a program. For example:

The development team is working on fixing a coding issue that caused system crashes. - This means a problem in the code was affecting the system.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-3.mp3",
      "startTime": 1,
      "startTimestamp": 14.62,
      "finishTimestamp": 17.32
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.7,
      "dialogue": {
        "text": "Which features did he mention? Do you think it's a coding issue?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.2
    }
  ]
}