Back to Freecodecamp

Task 5

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, Sophie. What are the BLANK?

--blanks--

Sure

--feedback--

This word shows agreement and willingness to help. The first letter is capitalized.


options

--feedback--

This word in the plural form means different choices or possibilities.

--explanation--

Options refers to different choices available. For example:

We have three options for the new design: a dark theme, a light theme, or a blue theme. - Here, options indicates the three different design choices available.

--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
    }
  ]
}