Back to Freecodecamp

Task 14

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6810bf24a1a0f21735ab6f5c.md

latest1.5 KB
Original Source
<!-- (Audio) Maria: What options are we considering? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Jake has some options. What would he say to Maria?

--answers--

We should have lunch first.

--audio-id--

ENc25a7ede

--feedback--

This does not answer her question about data options.


I've narrowed it down to two main providers.

--audio-id--

EN6e97980d

--video-solution--

2

--explanation--

Maria is asking a direct question using What options...?

Jake's reply should provide an update about the choices they are considering.

I've narrowed it down to two main providers means Jake looked at several, and now only two remain.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-1.mp3",
      "startTime": 1,
      "startTimestamp": 17.78,
      "finishTimestamp": 19.48
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.8,
      "dialogue": {
        "text": "What options are we considering?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.3
    }
  ]
}