Back to Freecodecamp

Task 28

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/66ce08d2d1f133fdf1b18a45.md

latest1.5 KB
Original Source
<!-- (Audio) James: Alright, what's our next step? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Alright, BLANK BLANK BLANK?

--blanks--

what's

--feedback--

This is the contraction for what is.


our

--feedback--

This pronoun indicates that the next step involves the group, not just one person.


next step

--feedback--

These two words refer to the action or decision that needs to be taken after the current one.

--explanation--

What's is a contraction of what is, used here to ask about something.

Our refers to something that belongs to or involves the group, in this case, the team.

Next step refers to the following action or decision that needs to be taken.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-1.mp3",
      "startTime": 1,
      "startTimestamp": 40.58,
      "finishTimestamp": 42.22
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.64,
      "dialogue": {
        "text": "Alright, what's our next step?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 3.04
    }
  ]
}