Back to Freecodecamp

Task 10

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/675052373a1887aaa89c9a22.md

latest1.5 KB
Original Source
<!-- SPEAKING --> <!-- (Audio) Brian: Are you planning to join us? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which might be the affirmative answer to Brian's question?

--answers--

Yes, I will be joining you.

--audio-id--

EN8766b21d


No, I have other plans.

--audio-id--

ENaa2344be

--feedback--

This is a negative response, not an affirmative one.

--video-solution--

1

--explanation--

An affirmative answer to the question confirms the intent to join. Yes, I will be joining you. uses Future Continuous tense showing that the speaker has a plan or intention to join the group at a particular time in the future.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-1.mp3",
      "startTime": 1,
      "startTimestamp": 12.7,
      "finishTimestamp": 13.94
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.24,
      "dialogue": {
        "text": "Are you planning to join us?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 2.74
    }
  ]
}