Back to Freecodecamp

Task 6

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67c5aba6c97f6b9bcc1ff518.md

latest1.5 KB
Original Source
<!-- (audio) Jake: Sure, Sophie. What are the options? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Jake asking Sophie?

--answers--

If she has already made a decision.

--feedback--

Jake is not asking if she has decided yet.


Whether she needs more time to choose.

--feedback--

Jake does not mention anything about time.


How secure the software tools are.

--feedback--

Jake is not asking about security.


What choices she is considering.

--video-solution--

4

--explanation--

Jake's question, what are the options?, means he wants to know what choices Sophie is considering.

Options refers to different possibilities she can choose from.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-1.mp3",
      "startTime": 1,
      "startTimestamp": 6.44,
      "finishTimestamp": 8.4
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2.96,
      "dialogue": {
        "text": "Sure Sophie, what are the options?",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.46
    }
  ]
}